Hacker News new | ask | show | jobs
by JoelSanchez 2886 days ago
24, how to create a k8s cluster with kubeadm using cheap VPSs. Also, sea waves are more dangerous than I thought
1 comments

How are you handling node additions and removals? Terraform?
Autoscaler(https://github.com/kubernetes/autoscaler/tree/master/cluster...) is a good option too. Works incredibly well at automatically adding/removing nodes based on workload.
Yes, I use a modified version of https://github.com/hobby-kube/provisioning