Skip to content

Instantly share code, notes, and snippets.

@anisharaz
anisharaz / k8s_cluster_in_incus_vm.sh
Last active June 20, 2026 14:53
Bash script to create k8s cluster using incus vm
#!/usr/bin/env bash
set -Eeuo pipefail
###############################################################################
# Configuration
###############################################################################