Skip to content

Latest commit

History

31 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

argocd-lab-gitops

1. Clone

git clone https://github.com/BacktotheBone/argocd-lab.git
cd argocd-lab-gitops

2. Deploy ArgoCD

kubectl apply --server-side -k argocd/

Wait for ArgoCD to be ready before proceeding:

kubectl wait --for=condition=available --timeout=300s deployment/argocd-server -n argocd

3. Deploy the App-of-Apps bootstrap

kubectl apply -f app-of-apps/gitops-app.yaml -n argocd

4. Access ArgoCD

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

Open: https://localhost:8080

Credentials:

  • Username: admin

  • Password:

    kubectl get secret argocd-initial-admin-secret -n argocd -o jsonpath="{.data.password}"| base64 -d
    image

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors