Home Applications IRIS_ISTIO

IRIS_ISTIO

This application is not supported by InterSystems Corporation. Please be notified that you use it at your own risk.
0
0 reviews
0
Awards
11
Views
0
IPM installs
0
0
Details
Releases  (1)
Reviews
Issues
Articles  (1)
Common IKO Deployments (used with Istio Service Mesh in Article)

What's new in this version

Initial Release

These Yamls are for the purpose of understanding the InterSystems Community article: “Getting Started Using Istio Service Mesh with Mirrored IRIS Environment in Kubernetes”

Note that this is part of an internal contest and the article may not be available for the public yet.

How to use:

  1. Make sure you have a Kubernetes Cluster available
  2. In terminal with kubectl config set to your cluster:

kubectl create secret docker-registry intersystems-pull-secret –docker-server=https://containers.intersystems.com –docker-username=‘yourUsername’ –docker-password=‘yourPassword’ –docker-email=‘yourEmail’

kubectl create secret generic iris-key-secret –from-file=iris.key

note that you will need a key to do this.

helm install intersystems iris_operator_amd-3.7.13.100/chart/iris-operator

See here if you are having problems: https://community.intersystems.com/post/iko-lessons-learned-part-1-helm

kubectl create cm iris-cpf –from-file common.cpf

See here if you are having problems: https://community.intersystems.com/post/iko-lessons-learned-part-2-iriscluster

kubectl create secret generic iris-webgateway-secret –from-literal=‘username=CSPSystem’ –from-literal=‘password=yourPassword’

kubectl apply -f yourIrisCluster.yaml

The following are diagrams to help understand the yamls in a more illustrative form:

irisSimple.yaml

image


irisSimpleSideCar.yaml

image


irisMirrorSideCar.yaml

image

Version
1.0.010 Dec, 2024
Category
Technology Example
Works with
InterSystems IRIS for HealthInterSystems IRISHealthShare
First published
10 Dec, 2024