Skip to content

nachomateos/argocd-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

argocd-test

test argo cd according to Nana Janashia

Commands

# Create k3d cluster (without traefik)
k3d cluster create test --k3s-arg "--disable=traefik@server:0" 

# 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

# login with admin user and below token (as in documentation):
kubectl -n argocd get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 --decode && echo

Links

About

test argo cd according to Nana Janashia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published