We run around 100 vm's (staging and production) and most of those are running FreeBSD.
The last two years we've made some progress in shifting to ansible and single function vm's.
Deploying vm's is done with ansible, where the playbook creates a custom install iso, which gets deployed to Proxmox cluster and after boot, freebsd-update and ssh startsup the playbook continues to configure services.
I've been looking at ways to have Gitlab CI build images for us, so every deployment of ephemeral servers would replace the whole image.
I've been aware of pot and seen presentations about using pot + nomad for container orchestration and I'm very interested, but at the same time I'm vary of adding this much complexity to our infrastructure.
Is there anybody here that is using pot + nomad (or other orchestration tool) with freebsd and is it worth it to go down that road?
The last two years we've made some progress in shifting to ansible and single function vm's.
Deploying vm's is done with ansible, where the playbook creates a custom install iso, which gets deployed to Proxmox cluster and after boot, freebsd-update and ssh startsup the playbook continues to configure services.
I've been looking at ways to have Gitlab CI build images for us, so every deployment of ephemeral servers would replace the whole image.
I've been aware of pot and seen presentations about using pot + nomad for container orchestration and I'm very interested, but at the same time I'm vary of adding this much complexity to our infrastructure.
Is there anybody here that is using pot + nomad (or other orchestration tool) with freebsd and is it worth it to go down that road?