Starting in Kong Mesh 2.14, zone ingresses and zone egresses are mesh-scoped.
Declare them in your zone control plane values under kuma.meshes[].
Each entry creates a Deployment, Service, and Dataplane for that mesh, and the zone proxies carry per-mesh workload identities so policies can target them directly.
This guide walks through a three-cluster setup: a global control plane and two zone control planes, each deploying a zone ingress and zone egress through kuma.meshes[].
It uses the minikube Docker driver and one shared Docker bridge so the three clusters can reach each other directly through NodePort Services.