A single-zone deployment is the default deployment mode for Kong Mesh. In this mode, there is one deployment of the control plane that can be scaled horizontally. The data plane proxies connect to the control plane regardless of where they are deployed, and every data plane proxy must be able to connect directly to every other data plane proxy, regardless of where they are deployed.
Single-zone mode is a great choice to start within the context of one zone (for example, within one Kubernetes cluster or one AWS VPC). You can then federate it into a multi-zone deployment.