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:

  1. Retrieve available templates for Open Integration by submitting a GET request to the /openintegration/templates API.
  2. Clone the deployment templates to create configuration files that match your specific environment requirements.
  3. Synchronize the configuration files with the cluster by uploading the modified files by submitting a POST request to the /syncutilities/upload API.
  4. Create the required infrastructure resources for deploying Open Integration by submitting a POST request to the /infrastructure API.
  5. Verify that the infrastructure resources are successfully created and active by submitting a GET request to the /infrastructure API.
  6. Deploy Open Integration by submitting a POST request to the /openintegration API using the infrastructure resources and templates created.
  7. Retrieve the deployment status using the deployment ID by submitting a GET request to the /openintegration API.