Skip to content

Latest commit

 

History

History
29 lines (15 loc) · 914 Bytes

README.md

File metadata and controls

29 lines (15 loc) · 914 Bytes

GitOps with Django & ArgoCD - Part II

stack

This project contains the K8s manifests which will be used to deploy in ArgoCD.

Prerequisites

Before proceeding, make sure you check the below repository

Flow

  • 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 :)

References

If you are interested to know more about GitOps & ArgoCD, then you can follow the below links.