Day 73: Lab: K3s on a small VM
Lab: stand up K3s yourself
curl -sfL https://get.k3s.io | sh -
sudo cat /etc/rancher/k3s/k3s.yaml # kubeconfig
sudo k3s kubectl get nodesDeploy your Phase 8 stack via Helm on real K3s
Package your Phase 8 manifests (or a subset) as a Helm chart, install it onto this K3s VM with helm install, confirm it comes up correctly, then practice helm upgrade (bump an image tag) and helm rollback (revert it) — this is the same muscle memory you'll need constantly once GitOps (Phase 13) automates the "upgrade" half of this loop.
Phase 12 complete — you should now be able to
Why is K3s a good choice specifically for this lab, rather than a full vanilla kubeadm cluster?