Skip to main content...
Helm + K8s Distributions
25 min

Day 73: Lab: K3s on a small VM

Lab: stand up K3s yourself

Installing K3s on a small VM (one command)
curl -sfL https://get.k3s.io | sh -
sudo cat /etc/rancher/k3s/k3s.yaml   # kubeconfig
sudo k3s kubectl get nodes

Deploy 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?

We use cookies

We use cookies to enhance your browsing experience, serve personalized content, and analyze our traffic. By clicking "Accept All", you consent to our use of cookies. Learn more

    Day 73: Lab: K3s on a small VM | RBTechIconX