Hacker News new | ask | show | jobs
by chefgoldbluum 2819 days ago
I used Kubespray on Container Linux with Calico. Maybe I got lucky but I had it working perfectly almost first try. I think I needed to handle like one error in the entire Ansible playbook.
2 comments

Agreed, I've set up about 6 different clusters using kubespray and never had any issues. Kubeadm is nice for dev clusters but there are still a bunch of hoops you have to jump through to set up an HA cluster using kubeadm.
Thanks for this reccomendation! I just checked out the repo and this looks really interesting, I'll have to try it out.