This project contains the K8s manifests which will be used to deploy in ArgoCD.
Before proceeding, make sure you check the below repository
- Make sure Kubernetes is Up and Running
- ArgoCD is already installed
- Run the command ->
kubectl apply -f argo-app.yml
- It's going to deploy the manifests pointed in
dev
path :)
If you are interested to know more about GitOps & ArgoCD, then you can follow the below links.