From ce459239511ea1a827d0bb3af89033673de7ba75 Mon Sep 17 00:00:00 2001 From: Karthik Prabhakar Date: Wed, 2 Aug 2017 07:25:03 -0700 Subject: [PATCH] Add link to AWS Kubernetes quickstart --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1029d4b..912b951 100644 --- a/README.md +++ b/README.md @@ -1301,7 +1301,7 @@ ECS ### ECS Alternatives and Lock-in -- [Kubernetes](https://kubernetes.io): Extensive container platform. Available as a hosted solution on Google Cloud (https://cloud.google.com/container-engine/) and AWS (https://tectonic.com/). +- [Kubernetes](https://kubernetes.io): Extensive container platform. Available as a hosted solution on Google Cloud (https://cloud.google.com/container-engine/) and AWS (https://tectonic.com/). AWS have a Kubernetes Quickstart (https://aws.amazon.com/quickstart/architecture/heptio-kubernetes/) developed in collaboration with Heptio. - [Nomad](https://www.nomadproject.io/): Orchestrator/Scheduler, tightly integrated in the Hashicorp stack (Consul, Vault, etc). 🚧 [*Please help expand this incomplete section.*](CONTRIBUTING.md)