Initial Release
This repo includes three different examples that demonstrate how to use the standalone Web Gateway with IRIS via containers: a docker-compose example, and InterSystems Kubernetes Operator (IKO) example, and a custom container example. The scripts assume a UNIX environment, and the different demos require varying degrees of setup. To launch these demos, pull from the GitHub repo and follow instructions in each demo's README.
The docker-compose demo is available under webgateway-examples/demo-compose in GitHub. See the README for details, requirements, and limitations. Users should have docker and docker-compose or the podman equivalent and are responsible for providing keys and credentials.
The IKO demo is available under webgateway-examples/demo-kubernetes in GitHub. See the README for details, requirements, and limitations. Users are responsible for setting up their cloud environment, IKO, and Kubernetes secrets.
The custom container demo is available under webgateway-examples/demo-dockerfile in GitHub. See the README for details, requirements, and limitations. Note, the other two approaches (IKO and docker-compose, with separate Web Gateway and IRIS containers) are recommended for productions.