-
kops: https://github.com/kubernetes/kops
-
Getting Started Guide: https://github.com/kubernetes/kops/blob/master/docs/aws.md
-
Installing Kubernetes on AWS with kops: https://kubernetes.io/docs/getting-started-guides/kops/
-
Mulit-master Kubernetes Cluster on AWS with kops: http://blog.arungupta.me/multimaster-kubernetes-cluster-amazon-kops/
-
Booting Kubernetes on Amazon Elastic Compute with kops: https://deis.com/docs/workflow/quickstart/provider/aws/boot/
-
Setting up an HA Kubernetes Cluster in AWS with private topology with kops 1.5.1: https://www.nivenly.com/kops-1-5-1/
-
Kubernetes on AWS: https://daemonza.github.io/2017/01/15/kubernetes-on-aws/
-
Your 2nd day with Kubernetes on AWS: https://www.nivenly.com/2nd-hour/
-
-
Tectonic (Terraform): http://github.com/coreos/tectonic-installer
-
Graphical installer: https://coreos.com/tectonic/docs/latest/install/aws/
-
-
kube-aws (CloudFormation, CoreOS only): https://github.com/kubernetes-incubator/kube-aws
-
Heptio (CloudFormation + kubeadm): https://github.com/aws-quickstart/quickstart-heptio
-
HA and multi-AZ guidance: http://docs.heptio.com/content/aws-qs-multi-az.html
-
-
Kraken 2 by Samsung: https://github.com/samsung-cnct/k2
-
Juju Charms: https://jujucharms.com/canonical-kubernetes/
-
Weaveworks AMI: https://github.com/weaveworks/kubernetes-ami
-
OpenShift: https://access.redhat.com/articles/2623521
-
-
Save arun-gupta/ec570c80a6fcdecc2f54c55a2c6821d5 to your computer and use it in GitHub Desktop.
Why is "Google Cloud" and "Azure" listed here below "Kubernetes Cluster on AWS"? 😏
@hjacobs Remove "Other" offerings, will keep it explicitly for AWS!
We built an CFN/AMI too: https://github.com/weaveworks/kubernetes-ami
(More simple than the Heptio one.)
@pidster is there a way to create multi-master cluster using this template? Single master would be used for development only.
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
There is also http://www.clocker.io/ and
Kismatic from Apprenda: https://github.com/apprenda/kismatic
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
I think there are many variations and custom setups, see the Kubernetes on AWS users list: https://github.com/hjacobs/kubernetes-on-aws-users
We (at Zalando) chose to adapt
kube-aws
as it perfectly fits our mental model and what we used before (Cloud Formation + immutable nodes): http://kubernetes-on-aws.readthedocs.io/en/latest/admin-guide/kubernetes-in-production.htmlI totally understand that some people don't like Cloud Formation and some people want to use their favorite OS (where they have experience with), so I think some parts cannot easily converge while others (the whole Kubernetes system including e.g.
kube2iam
) should definitely converge 😄