Skip to content

Instantly share code, notes, and snippets.

@arun-gupta
Last active March 22, 2020 12:21
Show Gist options
  • Star 20 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save arun-gupta/ec570c80a6fcdecc2f54c55a2c6821d5 to your computer and use it in GitHub Desktop.
Save arun-gupta/ec570c80a6fcdecc2f54c55a2c6821d5 to your computer and use it in GitHub Desktop.
Kubernetes Cluster on AWS
@pidster
Copy link

pidster commented Apr 28, 2017

We built an CFN/AMI too: https://github.com/weaveworks/kubernetes-ami
(More simple than the Heptio one.)

@arun-gupta
Copy link
Author

arun-gupta commented May 3, 2017

@pidster is there a way to create multi-master cluster using this template? Single master would be used for development only.

@bchav
Copy link

bchav commented May 17, 2017

For tectonic, I would include a link to the graphical installer for AWS: https://coreos.com/tectonic/docs/latest/install/aws/

There's also Kargo: https://github.com/kubernetes-incubator/kargo

@arashkaffamanesh
Copy link

There is also http://www.clocker.io/ and
Kismatic from Apprenda: https://github.com/apprenda/kismatic

@arun-gupta
Copy link
Author

@akshaymankar
Copy link

We're building a way to deploy Kubernetes using BOSH (We call it Kubo). It supports multiple platforms including AWS. Guide here: https://github.com/cloudfoundry-incubator/kubo-deployment/blob/master/docs/user-guide/README.md

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment