Files
2025-04-29 18:55:58 +02:00

465 B

Capsule on Managed Kubernetes

Capsule Operator can be easily installed on a Managed Kubernetes Service. Since you do not have access to the Kubernetes APIs Server, you should check with the provider of the service:

  • the default cluster-admin ClusterRole is accessible
  • the following Admission Webhooks are enabled on the APIs Server:
    • PodNodeSelector
    • LimitRanger
    • ResourceQuota
    • MutatingAdmissionWebhook
    • ValidatingAdmissionWebhook