Files
Ideas/projects/infrastructure/vms-in-nomad.md

8 lines
468 B
Markdown

# VMs in Nomad
I want to play around with the beta libvirt task driver for nomad to run some VMs.
As a first proving ground for this, I would try to run the gitea runners in a VM, because that allows me to more easily configure them without actually giving them access to the underlying host machine.
## References
- [Virt Dirver Docs](https://developer.hashicorp.com/nomad/plugins/drivers/virt)
- [Virt Driver GitHub](https://github.com/hashicorp/nomad-driver-virt)