Y
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
Immortalin
2886 days ago
How are you handling node additions and removals? Terraform?
link
aliencat
2885 days ago
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.
link
JoelSanchez
2886 days ago
Yes, I use a modified version of
https://github.com/hobby-kube/provisioning
link