Use Proxmox Cloud-Init to Deploy Your Virtual Machines! Kubernetes At Home – Part 2
The 2nd video in a 7 part series detailing how to deploy Kubernetes at home. In this video I detail how to use Cloud-Init with cloud images to deploy VMs at scale. This is useful for Kubernetes as you want multiple, minimal, preconfigured images deployed at pace.
Commands Used:
– qm create 5000 –memory 2048 –core 2 –name ubuntu-cloud –net0 virtio,bridge=vmbr0
– cd var/lib/vz/template/iso/
– qm importdisk 5000 lunar-server-cloudimg-amd64-disk-kvm.img nvme
– qm set 5000 –scsihw virtio-scsi-pci –scsi0 nvme:vm-5000-disk-0
– qm set 5000 –ide2 nvme:cloudinit
– qm set 5000 –boot c –bootdisk scsi0
– qm set 5000 –serial0 socket –vga serial0
Kubernetes Documentation:
Recommended Hardware:
Discord:
Twitter:
Reddit:
GitHub:
00:00 – Introduction to the Cloud-Init
01:22 – What’s a Cloud Image? Ubuntu Guide
04:47 – Create a VM in CLI
09:35 – VM Review and Tweaks
11:40 – Cloud-Init Configuration
14:30 – Creating a VM Template
16:30 – Launcing Our Cloud-Init VM
18:48 – Outro
[ad_2]
source