Hi Everyone,
I am trying to install Kubernetes from scratch, using AWS EC2. Does anyone know of a good link or reference point? Also, any suggestions on what Linux Distro I should use for my EC2? Or doesn’t make a difference since Kubernetes will be inside? What bistro is Kueernetes 1.11 is on?
Thanks in advance.
Hi @plashgarlou, here is the link
1 Like
We use Kops - https://github.com/kubernetes/kops which has been pretty stable and designed for AWS.
2 Likes
I use kubespray (quick start: https://github.com/mateothegreat/k8-byexamples-kubespray) for all of my Kubernetes AWS workloads.
I also use ansible for almost everything. Here are some playbooks to get you started from zero to k8 ready: https://github.com/mateothegreat/ansible-aws-kubernetes.
Why are you doing it?
To learn how all bits and pieces stick together? If so, Kubernetes the Hard Way is for you.
Or to get a production-ready self-managed cluster up and running? If so, kops is the way to go in my book, closely followed by kubespray.
https://kubernetes.io/docs/setup/scratch/
above link is giving 404