Gateway Manager

Manage all Kong runtimes in a single console

What is Gateway Manager?

Gateway Manager is a Konnect module that lets you catalog, connect to, and monitor the status of all Control Planes (CPs) and Data Plane nodes (DPs) in one place.

With Gateway Manager, you can:

  • Manage Control Planes and their configurations
  • Deploy and monitor Data Plane nodes
  • Use fully-managed cloud gateways or self-hosted infrastructure
  • Ensure high availability, security, and scalability for your API traffic
Gateway Manager dashboard

Control Plane architecture

Kong Gateway Control Planes

Every region in every organization starts with one default Control Plane. With Konnect, you can configure additional Kong Gateway Control Planes, each of which will have isolated configuration. Use multiple Control Planes in one Konnect organization to manage Data Plane nodes and their configuration in any groupings you want.

Some common use cases for using multiple Control Planes include:

  • Environment separation: Split environments based on their purpose, such as development, staging, and production.
  • Region separation: Assign each Control Plane to a region or group of regions. Spin up Data Plane nodes in those regions for each Control Plane.
  • Team separation: Dedicate each Control Plane to a different team and share resources based on team purpose.
  • Resource hosting and management separation: Run a hybrid Control Plane with self-hosted Data Plane nodes, and a separate Dedicated Cloud Gateway Control Plane with Kong-managed nodes.
 
flowchart TD
A(Hybrid 
Control Plane)
B(Fully-managed 
Control Plane)
C( Self-managed 
Data Plane nodes 
#40;locally-hosted#41;)
D( Self-managed 
Data Plane nodes 
#40;hosted by you in cloud provider#41;)
E( Fully-managed 
Data Plane nodes 
#40;hosted by Kong#41;)

subgraph id1 [Konnect]
A
B
end

A --proxy configuration---> C & D
B --proxy configuration---> E

style id1 stroke-dasharray:3,rx:10,ry:10

  
Something wrong?

Help us make these docs great!

Kong Developer docs are open source. If you find these useful and want to make them better, contribute today!