- List all VM IDs on the node using the following command
cat /etc/pve/.vmlist- vm options
qm shutdown [vmid]
qm stop [vmid]
qm destroy [vmid]- lxc options
lxc-ls --fancy
lxc-destroy -n [lxcid]
pct list
pct destroy [vmid]
pct enter 206Install Kubernetes on Proxmox
Resources for setting up a Kubernetes cluster on Proxmox, using Terraform for VM provisioning and Ansible for cluster configuration.
Guides & References
- Install Kubernetes Cluster on Proxmox — Step-by-step guide to deploying a K8s cluster on Proxmox VMs.
- Deploying Kubernetes VMs in Proxmox with Terraform — Uses Terraform to provision the VMs before bootstrapping K8s.
Terraform Repos
- khanh-ph/proxmox-kubernetes — Terraform modules to deploy a Kubernetes cluster on Proxmox.
- omidiyanto/terraform-ansible-kubernetes-proxmox — Full Terraform + Ansible pipeline: provisions VMs on Proxmox and configures the K8s cluster end-to-end.