= Web Portal Control-Planes Each control-plane represents a zone at a cloud provider. It's a dedicated Kubernetes API endpoint running the Servala control-plane. To register a control-plane, a service account with appropriate permissions is required on the Kubernetes API server. Example: [source,bash] ---- # Create service account kubectl -n kube-system create sa servala-portal # Create long-lived token for service account kubectl -n kube-system apply -f - <