
en
Guide to setup minimal ready-to-use dev env with k3s ( Nginx + Cert-Manager + ArgoCD )
Install K3S and Nginx-Ingress Reverse Proxy Prerequisites: * Own Domain * Linux Server ( Ubuntu Server 24.04) 1.Install K3S. curl -sfL https://get.k3s.io | INSTALL_K3S_EXEC="--disable traefik" sh -s - # to check k3s --version Here we went installation without Traefik as it visible from the above