kube-up.sh is deprecated. What is the alternative

12/16/2016

I am trying to spin up a Kube cluster on AWS.

The documentation (http://kubernetes.io/docs/getting-started-guides/aws/) specifically mentions that kube-up.sh is deprecated.

What is the correct way to configure the cluster? What is the alternative to kube-up.sh?

-- user1676688
kubernetes

1 Answer

12/16/2016

The information is in the article you linked to.

You can either use Kube Ops or coreos's kube-aws

-- jaxxstorm
Source: StackOverflow