How to install and deploy an application with Argo CD on a Kubernetes cluster?
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? Ple