This tutorial shows how to install K3s with nginx, cert manager and ArgoCD K3s Lightweight, easy to install Kubernetes distribution, Docs: https://k3s.io/ Use latest Debian/Ubuntu Image as base Basics (K3s, K9s, Helm) ☸️ K3s (without traefik) K3s comes with traefik per default, but we want to use nginx ingress curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="server --disable=traefik" sh # needed for K9s and helm export KUBECONFIG=/etc/rancher/k3s/k3s.yaml 🔧 K9s (fany K8s management tool) ...