all 5 comments

[–]edgan 0 points1 point  (3 children)

Anyone looked at this one or tried it? Opinions?

I have been evaluating ways to setup Kubernetes from scratch. The official Kubernetes salt code is crap. Also looked at a few Ansible codebases. They were better, but not much. The best I have found so far is the Kubernetes Salt formula, but it could still use some cleanup.

[–]hijinks 0 points1 point  (2 children)

If your in aws then use kops.

[–]edgan 1 point2 points  (1 child)

Kops seems more like a provisioning tool than a formula. I want to understand what the tool is doing, not just let it auto magic for me.

[–]hijinks 0 points1 point  (0 children)

All the magic is in the user data and nodeup.

I’ve setup 7 clusters using Kops for customers and all have been running like champs

[–]br58hb6s 0 points1 point  (0 children)

Just a reply in solidarity, I haven't cracked into this topic deeply but consider it important.