5 ms·
But... How do you configure the hosts where your containers are running on? How do you configure your storage (NAS/SAN)? How do you configure your routers and s
by king_phil 7y ago
But... How do you configure the hosts where your containers are running on? How do you configure your storage (NAS/SAN)? How do you configure your routers and switches? ...
- grrywlsn 7y agoThe original question didn't have much context, and I guess my answer assumed someone would be using a cloud provider as opposed to anything on premise. Are Ansible/Puppet/Chef any good for managing the hardware you mentioned?
- notacoward 7y ago> Are Ansible/Puppet/Chef any good for managing the hardware you mentioned? Yes. Well, OK, maybe not good but better than ad hoc.
- throw0101a 7y ago> Are Ansible/Puppet/Chef any good for managing the hardware you mentioned? Ansible is used in networking, which many vendors having official modules: * https://github.com/PaloAltoNetworks/ansible-pan https://github.com/PaloAltoNetworks/ansible-pan * https://github.com/aristanetworks/ansible-cvp https://github.com/aristanetworks/ansible-cvp * https://www.juniper.net/documentation/en_US/junos-ansible/information-products/pathway-pages/junos-ansible.html https://www.juniper.net/documentation/en_US/junos-ansible/in... * https://github.com/F5Networks/f5-ansible https://github.com/F5Networks/f5-ansible There are even frameworks if you want to write things in 'raw' Python as well.
- jcrben 7y agoBuild the underlying vms with packer. Or use cloud-init as the parent mentioned - I think it has a bunch of knobs.