Add some more infrastructure ideas

This commit is contained in:
2026-05-23 10:05:16 +02:00
parent be0c457bde
commit 509d6c54c5
3 changed files with 13 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
# 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)