Updates & links for all cloud-provided k8s

This commit is contained in:
Bridget Kromhout
2018-02-26 16:46:49 -06:00
parent faa420f9fd
commit ce0f79af16

View File

@@ -42,20 +42,19 @@
## Other deployment options
- If you are on Google Cloud:
[GKE](https://cloud.google.com/container-engine/)
- If you are on Azure:
[AKS](https://azure.microsoft.com/services/container-service/)
Empirically the best Kubernetes deployment out there
- If you are on Google Cloud:
[GKE](https://cloud.google.com/kubernetes-engine/)
- If you are on AWS:
[kops](https://github.com/kubernetes/kops)
... But with AWS re:invent just around the corner, expect some changes
[EKS](https://aws.amazon.com/eks/)
- On a local machine:
[minikube](https://kubernetes.io/docs/getting-started-guides/minikube/),
[kubespawn](https://github.com/kinvolk/kube-spawn),
[Docker4Mac (coming soon)](https://beta.docker.com/)
[Docker4Mac](https://docs.docker.com/docker-for-mac/kubernetes/)
- If you want something customizable:
[kubicorn](https://github.com/kris-nova/kubicorn)