Deploy a single-zone control plane
In order to deploy Kuma in a single-zone deployment, the kuma-cp
control plane must be started in zone
mode:
This is the standard installation method.
With zone egress:
It’s possible to run ZoneEgress
for single-zone deployment. In order to deploy Kuma with ZoneEgress
run the install command with an additional parameter.
Once Kuma is up and running, data plane proxies can now connect directly to it.
When the mode is not specified, Kuma will always start in zone
mode by default.
Optional: control plane authentication
Running administrative tasks (like generating auth tokens) requires authentication by token or a connection via localhost when interacting with the control plane.
You can authenticate by port-forwarding API service and extracting admin user token.
Moving to a multi-zone deployment
You can transform a single-zone deployment into a multi-zone deployment by doing federation.