Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Running multiple Kubernetes clusters on AWS

We're currently running a Kubernetes 1.0 cluster on AWS in production, and we'd like to spin up a second cluster to test out 1.1. Based on the AWS helper functions, it looks like multiple clusters aren't supported, but I wanted to be sure. There's a doc that describes running multiple clusters, but it's fairly brief.

In general, we'd like to have a second cluster continuously running for testing purposes. It seems like this would be a fairly common need.

like image 797
Tom Avatar asked Jun 11 '26 01:06

Tom


1 Answers

You should be able to run a second cluster by setting INSTANCE_PREFIX before running kube-up. That variable in turn sets CLUSTER_ID which should parameterize everything in the cluster/aws/* scripts.

like image 111
Eric Tune Avatar answered Jun 13 '26 19:06

Eric Tune



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!