I can spin up new VMs on the server in my living room and install software on it. But it's more complex than just installing the software on a baremetal server. Fortunately for me, cloud technologies such as opentofu, cloud-init, and ansible can let me spin up and configure local VMs in seconds.| ergaster.org
Boot stages¶| cloudinit.readthedocs.io
Learn how to deploy a lightweight Kubernetes cluster using k3s on Ubuntu 22.04 with OpenTofu & Ansible on Hetzner Cloud and Cilium as the CNI.| developer-friendly.blog
Today, I had the need to experiment with rerunning cloud-init on a virtual machine created with multipass. You can use cloud-init with multipass by specifying a cloud-init.yaml file when creating your instance. e.g, multipass launch --name my-instance --cloud-init ./cloud-init.yaml This is all well and good and works as you would expect. However, today, I wanted to experiment with running cloud-init on an already-provisioned instance. My use case is that the lovely folks at Eclips.| Aral Balkan