Table of Contents

Service Information

Kubernetes as a Service uses a shared architecture: on the host cluster, virtual clusters (control planes) are deployed, which operate in isolation from each other. To access the kube‑api of a virtual cluster, a kubeconfig is provided. This can be added either to `~user/.kube/config` or to desktop Kubernetes management dashboards such as Lens or Headlamp.


Virtual Cluster Limitations and Available Functionality

limits:
  memory: 100Mi
requests:
  ephemeral-storage: 200Mi
  memory: 100Mi
  cpu: 100m

External Access and Backups