Y
Hacker News
new
|
ask
|
show
|
jobs
by
Immortalin
2886 days ago
How are you handling node additions and removals? Terraform?
2 comments
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