#!/bin/bash # Install microk8s first! microk8s kubectl create namespace argocd microk8s kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml