Ask HN: How do you provision and orchestrate bare-metal servers in 2019? 7 points by ggregoire 6y ago ↗ HN
[–] colinchartier 6y ago ↗ I only do this as so far as to run kubernetes on them - I use kubeadm and kubectl. I even made a github project for the most repetitive usecases: https://sanic.ioIf I had to start a few thousand servers I'd just use terraform or fabric (https://www.fabfile.org/index.html)
[–] Samon 6y ago ↗ I know its not shiny and new, but I still use Puppet to manage all of my physical and virtual servers.
3 comments
[ 3.1 ms ] story [ 25.9 ms ] threadIf I had to start a few thousand servers I'd just use terraform or fabric (https://www.fabfile.org/index.html)