cablespaghetti / kubeadm-aws

Really cheap Kubernetes cluster on AWS with kubeadm
Other
864 stars 58 forks source link

Use kops #11

Open drewwells opened 5 years ago

drewwells commented 5 years ago

Have you considered swapping out for kops? It shouldn't be difficult to replicate this setup in a kops cluster.

silashansen commented 5 years ago

Cool repo, but I was thinking the same thing...

cablespaghetti commented 5 years ago

Yeah this is a bit of a "because I can" project. If I remember right, at the time when I started this I don't think you could use spot instances for a master node on kops, maybe you can now.

drewwells commented 5 years ago

they appear to support this option now https://github.com/kubernetes/kops/blob/master/docs/instance_groups.md#creating-a-instance-group-of-mixed-instances-types-aws-only

Does pose an interesting question... how do you handle losing the one master's etcd? Is this okay or is there a backup ?