21 ms·
Thanks! I am comfortable using Docker so I'll try to come up with a Kubernetes + AWS project.
by rpseq 9y ago
Thanks! I am comfortable using Docker so I'll try to come up with a Kubernetes + AWS project.
- burdzwastaken 9y agoAWS has an offering coming soon called EKS[0] however if you want to deploy a Kubernetes cluster to AWS sooner I would use kops[1]. however to under Kubernetes and to develop/deploy locally I would first try minikube[2] and get comfortable there before deploying into a cloud. [0]: https://aws.amazon.com/eks/ https://aws.amazon.com/eks/ [1]: https://github.com/kubernetes/kops https://github.com/kubernetes/kops [2]: https://github.com/kubernetes/minikube https://github.com/kubernetes/minikube