This repository contains the necessary files to deploy Argo CD and Argo Workflows on a Kubernetes cluster.
- You have a Kubernetes cluster available
- You have
kubectl
installed - You have
helm
installed - You have
kustomize
installed
- To install the necessary components, follow these steps:
-
- Ensure you have a running Kubernetes cluster.
-
- Install
kubectl
,helm
, andkustomize
if they are not already installed.
- Install
-
- Clone this repository to your local machine.
-
- Follow the instructions provided in the repository to deploy Argo CD and Argo Workflows.