user1676688
user1676688

Reputation: 424

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

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?

Upvotes: 2

Views: 5083

Answers (1)

jaxxstorm
jaxxstorm

Reputation: 13261

The information is in the article you linked to.

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

Upvotes: 2

Related Questions