Argo CD: Deploying An App via YAML (Kubernetes)

Argo CD has options to deploy apps via a web GUI in a click ops fashion, but the same can be achieved using some YAML. Argo CD Application YAML The Argo CD application can be defined and applied via a YAML file, allowing for the configuration of apps to be saved in version control. Saving … Continue reading Argo CD: Deploying An App via YAML (Kubernetes)