Skip to content

sandeeppuniya/learning-notes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

learning-notes

Contains useful notes on new learning stuff.

ArgoCd

  1. Deploy ArgoCD Command:
   kubectl apply -n argocd -f https://raw.githubusercontent.com/argoproj/argo-cd/stable/manifests/install.yaml
  1. Make argocd-server accept traffic:
kubectl patch svc argocd-server -n argocd -p '{"spec": {"type": "NodePort"}}'
  1. Get ArgoCD Secret
username: admin
password: <value from command below>

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

About

Contains useful notes on new learning stuff.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published