diff --git a/slides/kube/setup-k8s.md b/slides/kube/setup-k8s.md index 1bccce18..2e5d540a 100644 --- a/slides/kube/setup-k8s.md +++ b/slides/kube/setup-k8s.md @@ -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)