This is a project for starter to setup whole home in kubernetes infrastructure. Please contact me if you need my help to setup this project.
ClusterIssuer
by name letsencrypt
curl -sfL https://get.k3s.io | sh -s - --write-kubeconfig-mode 644 --docker --disable traefik,local-storage,metrics-server
kubectl create namespace argocd
kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 -d
kubectl port-forward svc/argocd-server -n argocd 8080:443
admin
and password got it in step 4apps
folder and all the application should be created automatically.