Skip to main content

Choosing a Control Plane

WSO2 Integrator supports two control planes for managing deployed integrations: WSO2 Cloud - Integration Platform and the Integration Control Plane (ICP). Both let you organize integrations into projects and environments, monitor runtime state, and manage access. However, they differ in where they run, how much infrastructure you manage, and what runtime types they support.

WSO2 Cloud - Integration Platform

WSO2 Cloud is a fully managed SaaS offering. WSO2 operates the control plane and data plane infrastructure, so you deploy your integrations without provisioning or maintaining servers.

Choose WSO2 Cloud when you want to:

  • Get started immediately without any infrastructure setup.
  • Use built-in autoscaling and scale-to-zero for HTTP-triggered integrations.
  • Secure endpoints with API Key or OAuth2 without configuring an external identity provider.
  • Use managed promotion workflows, including approval gates, to move integrations across environments.
  • Store sensitive configuration values in a managed secret vault.

Integration Control Plane (ICP)

ICP is a self-hosted management server you install on your own infrastructure. It connects to your WSO2 Integrator runtimes over a dedicated registration port and provides a centralized dashboard, GraphQL API, and observability endpoints.

Choose ICP when you want to:

  • Run the control plane on your own infrastructure: on-premises, in your private cloud, or air-gapped.
  • Keep all runtime metadata in a database you control (PostgreSQL, MySQL, or MSSQL).

Comparison

CapabilityWSO2 CloudICP
HostingFully managed by WSO2Self-hosted
Setup requiredNoneInstall server, configure database
AutoscalingBuilt-inManaged by your infrastructure
Endpoint securityAPI Key and OAuth2, built-inManaged by your infrastructure
Secret managementManaged secret vaultManaged by your infrastructure
ObservabilityBuilt-in logs and metricsRequires OpenSearch integration
Data residencyWSO2 Cloud data plane or private data planeFully under your control

What's next