separate managed options from deployment

This commit is contained in:
Guilhem Lettron
2020-04-27 20:55:23 +02:00
parent d2b3a1d663
commit f4f2d83fa4

View File

@@ -44,18 +44,19 @@
---
## Managed options
- On Azure: [AKS](https://azure.microsoft.com/services/kubernetes-service/)
- On Google Cloud: [GKE](https://cloud.google.com/kubernetes-engine/)
- On AWS: [EKS](https://aws.amazon.com/eks/),
[eksctl](https://eksctl.io/)
---
## Other deployment options
- [AKS](https://azure.microsoft.com/services/kubernetes-service/):
managed Kubernetes on Azure
- [GKE](https://cloud.google.com/kubernetes-engine/):
managed Kubernetes on Google Cloud
- [EKS](https://aws.amazon.com/eks/),
[eksctl](https://eksctl.io/):
managed Kubernetes on AWS
- [kops](https://github.com/kubernetes/kops):
customizable deployments on AWS, Digital Ocean, GCE (beta), vSphere (alpha)