mirror of
https://github.com/projectcapsule/capsule.git
synced 2026-08-23 22:46:59 +00:00
16 lines
617 B
Markdown
16 lines
617 B
Markdown
# Capsule over Managed Kubernetes
|
|
Capsule Operator can be easily installed on a Managed Kubernetes Service. Since in these services, you do not have access to the Kubernetes APIs Server, you should check with your service provider following pre-requisites:
|
|
|
|
- the default `cluster-admin` ClusterRole is accessible
|
|
- the following Admission Webhooks are enabled on the APIs Server:
|
|
- PodNodeSelector
|
|
- LimitRanger
|
|
- ResourceQuota
|
|
- MutatingAdmissionWebhook
|
|
- ValidatingAdmissionWebhook
|
|
|
|
* [AWS EKS](./aws-eks.md)
|
|
* CoAKS - Capsule over Azure Kubernetes Service
|
|
* Google Cloud GKE
|
|
* IBM Cloud
|
|
* OVH |