Testing LXD containers I’m creating my lab environment using the current technology available or that I know of:
FreeBSD jails illumos zones (Using Omniosce) Linux LXD This writeup will be about how I managed to setup LXD for running the same workloads.
2021-08-23
3 min read
In illumos, zones (which are based on FreeBSD jails) are configured through ZONECFG(1M). On which you could specify an option called allowed-address, this option gives a zone a fixed IP address that users cannot change.
2021-05-24
2 min read
Currently there is a bug on my nomad firecracker-task-driver where the auto generated interfaces are not cleaned up on vm exits, currently the cni documentation on the go-sdk does not specifies how to get the name of such interface.
2021-05-11
3 min read