Skip to main content

Deploy and Operate

Once your integration is ready, this section covers everything you need to ship it, keep it running, and operate it in production.

Deployment options

WSO2 Integrator supports multiple deployment targets. Choose the one that fits your infrastructure:

  • WSO2 Cloud — Push your project directly from the IDE or the cloud editor to the managed WSO2 Integration Platform. No infrastructure setup required.
  • Run locally — Run your integration on your local machine for development or testing.
  • VM-based deployment — Deploy to a virtual machine or bare-metal server.
  • Docker and Kubernetes — Package your integration as a container and deploy it to a Kubernetes cluster.
  • Red Hat OpenShift — Deploy on OpenShift using standard Kubernetes tooling.
  • Serverless deployment — Run integrations as serverless functions.
  • AWS, Azure, and GCP — Deploy to major cloud providers using native services.
  • GraalVM native images — Compile your integration to a native binary for faster startup and lower memory usage.

Configuration and scaling

CI/CD

Automate your deployment pipeline using your preferred CI/CD platform:

Observability

Monitor your integrations in production with logs, metrics, and traces:

Security

Protect your integrations and the data they process: