Initial Release
Note that this is part of an internal contest and the article may not be available for the public yet.
How to use:
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: