Spike running a Kubernetes cluster on CoreOS on AWS.
- First setup VPC and security groups using
cluster-vpc.template
. - Setup Kubernetes cluster using
kubernetes-cluster.template
.
- CoreOS version: 660
- Kubernetes version: 0.15.0
Will show a complete pipeline from developer's laptop, git push, BuildKite, ending up in a rolling update in Kubernetes.
Kubernetes incorporated many lessons from running Borg in production at Google scale for over a decade - paper.
CoreOS released a
There is Kismatic and Tectonic.
There is ElasticSearch and Kibana.
One cluster per AZ, load balance the Kubernetes master. As explained here.