High-Level Steps for Deploying Open Integration on a Kubernetes Cluster Using SCM
The following are the high-level steps for deploying Open Integration on a Kubernetes cluster using SCM:
- Retrieve available templates for Open Integration by submitting a GET request to the
/openintegration/templatesAPI. - Clone the deployment templates to create configuration files that match your specific environment requirements.
- Synchronize the configuration files with the cluster by uploading the modified files
by submitting a POST request to the
/syncutilities/uploadAPI. - Create the required infrastructure resources for deploying Open Integration by
submitting a POST request to the
/infrastructureAPI. - Verify that the infrastructure resources are successfully created and active by
submitting a GET request to the
/infrastructureAPI. - Deploy Open Integration by submitting a POST request to the
/openintegrationAPI using the infrastructure resources and templates created. - Retrieve the deployment status using the deployment ID by submitting a GET request
to the
/openintegrationAPI.