====== K9s - Kubernetes CLI ====== Installation auf einem K3s Cluster unter Ubuntu \\ ===== Installation ===== snap install k9s \\ ===== Kubernetes Config erstellen ===== kubectl config view --raw > $HOME/.kube/config export KUBECONFIG=$HOME/.kube/config \\
snap install k9s
kubectl config view --raw > $HOME/.kube/config export KUBECONFIG=$HOME/.kube/config