Dannyps / helm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Commands

install ArgoCD in k8s

kubectl create namespace argocd

kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml

access ArgoCD UI

kubectl get svc -n argocd

kubectl port-forward svc/argocd-server 8080:443 -n argocd

Open https://localhost:8080

login with user admin and password below:

Bash: kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 --decode && echo

PS: [System.Text.Encoding]::UTF8.GetString([System.Convert]::FromBase64String($(kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}")))

Deploy enmeshed

./deploy_enmeshed.*.sh

Links

About


Languages

Language:Smarty 48.0%Language:TypeScript 45.0%Language:Shell 7.0%