© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Taegu Kang
DevOps, SRE, Cloud Engineer, AWS
outline The initial password for ArgoCD installed on k8s is generated randomly. how-to kubectl -n <argocd-namespace> get secret argocd-initial-admin-secret -o jsonpath="{.data.password}" | base64 --decode
No responses yet.