You should check out kops. It seems to me like its one level of abstraction above kubeadm, and makes creating clusters on AWS _ridiculously_ easy (one command).
I'd like to try out kops, it sounded good. But step one was setting up a zone on route53, we don't use route53. Kube-aws from the coreos folks makes the same assumption, but is still useable, however it doesn't have multi-az capability.
I love kubernetes and I can't wait for the tooling to mature. I'm about to give 1.4 a spin and see where things stand.
That's only if you use VPC networking. If you use external networking, you can deploy a networking Daemonset (Weave, Flannel, etc.) and there's no 50 node limit.
I love kubernetes and I can't wait for the tooling to mature. I'm about to give 1.4 a spin and see where things stand.