How I Create Cloud-Init Based VMs on Proxmox
Imagine that you have a requirement to spawn virtual machines quickly and efficiently, provision them using Ansible
or Terraform
, with no manual …
Hey! I'm a seasoned Site Reliability Engineer (SRE) with over a decade of experience, currently working on systems used by billions daily.
My passion lies in crafting elegant code solutions and optimizing complex, global-scale infrastructure. In my free time you'll find me riding my mountain bike, running or tinkering with my ever-evolving homelab setup or just exploring random technologies.
Imagine that you have a requirement to spawn virtual machines quickly and efficiently, provision them using Ansible
or Terraform
, with no manual …
One common anti-pattern that keeps popping up is the use of package updates in Dockerfiles. A simple search on github.com reveals 1M+ results! Can …