The kuma-cp application is a server that offers a number of services. Some are meant for internal consumption by kuma-dp data plane proxies, and some are meant for external consumption by kumactl, the HTTP API, the UI, or other systems.
The number and type of exposed ports depends on the type of control plane.
When Kong Mesh runs as a distributed service mesh, the global control plane exposes the following TCP ports:
-
5443: The port for the admission webhook, only enabled in Kubernetes. The default Kubernetes kong-mesh-control-plane service exposes this port on 443.
-
5680: The HTTP server that returns the health status and metrics of the control plane.
-
5681: The HTTP API server used by kumactl, which you can also use to retrieve Kong Mesh’s policies and, when running in universal, that you can use to apply new policies. Manipulating data plane resources is not possible. It also exposes the Kong Mesh UI at /gui.
-
5682: The HTTPS version of the services available under 5681.
-
5683: The gRPC intercommunication CP server used internally by Kong Mesh to communicate between CP instances.
-
5685: The Kong Mesh Discovery Service port, leveraged in multi-zone deployments.
When Kong Mesh is run as a distributed service mesh, the zone control plane exposes the following TCP ports:
-
5443: The port for the admission webhook, only enabled in Kubernetes. The default Kubernetes kong-mesh-control-plane service exposes this port on 443.
-
5676: The Monitoring Assignment server that responds to discovery requests from monitoring tools, such as Prometheus, that are looking for a list of targets to scrape metrics from.
-
5678: The server for the control plane to data plane proxy communication (bootstrap configuration, xDS to retrieve data plane proxy configuration, SDS to retrieve mTLS certificates).
-
5680: The HTTP server that returns the health status and metrics of the control plane.
-
5681: The HTTP API server that is being used by kumactl. You can also use it to retrieve Kong Mesh’s policies and, when running in Universal mode, you can manage data plane resources. When not connected to a global control plane, it also exposes the Kong Mesh UI at /gui.
-
5682: The HTTPS version of the services available under 5681.
-
5683: The gRPC intercommunication CP server used internally by Kong Mesh to communicate between CP instances.