Files
capsule/docs/content/guides/managed-kubernetes/overview.md
Adriano Pezzuto d7baf18bf9 Refactoring of the documentation structure (#481)
* docs: structure refactoring

* build(yaml): alignement to latest release
2021-12-16 17:39:30 +01:00

466 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