This is a small code lab to run SEV-SNP Confidential VMs on a local single-node k8s cluster. This code lab assumes you have a SEV-SNP machine and a recent Linux distro with kernel 6.11+ (e.g. CentOS Stream 10, Debian Trixie, or Ubuntu 24.04.2).
- Install Docker - https://docs.docker.com/engine/install/
- Install Kind - https://kind.sigs.k8s.io/ (or
apt install kind
); - Install kubectl - https://kubernetes.io/docs/tasks/tools/install-kubectl-linux