Tech Explorations.

A collection of field notes, documentation, and practical guides on whatever I'm currently building or learning.

Linux3 min read

Proxmox Cloud-Init: Create and Use VM Templates Efficiently

Cloud-init is a widely used industry standard for customizing cloud instances. This guide will walk you through the process of creating and using cloud-init with Proxmox, allowing you to automate the initialization of virtual machines. Prerequisites * Proxmox VE installed and configured * Access to the Proxmox web interface * A cloud-init compatible OS image (e.g., Debian Cloud Image) Steps to Create a Cloud-Init Template 1. Download a Cloud Image First, download a cloud-init compatib

Read article

Showing page 1 of 2