How to install and deploy an application with Argo CD on a Kubernetes cluster?
0 reputation · 30 Jul 2022, 06:25 UTC
I am setting up Argo CD on a Kubernetes cluster and want to understand the end‑to‑end process: after installing the Argo CD manifests, how should I expose the API server, retrieve the initial admin password, log in via the CLI, register a target cluster (if needed), create an application from a Git repository, and finally sync it to deploy the workloads? Please explain each step, including any required flags, verification commands, and rollback considerations.