https://github.com/mukulmantosh/django-app-k8s
GitOps with Django & ArgoCD - Part II
https://github.com/mukulmantosh/django-app-k8s
argocd continous-deployment k8s kubernetes
Last synced: 3 months ago
JSON representation
GitOps with Django & ArgoCD - Part II
- Host: GitHub
- URL: https://github.com/mukulmantosh/django-app-k8s
- Owner: mukulmantosh
- Created: 2022-06-15T01:13:50.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-18T12:50:36.000Z (almost 3 years ago)
- Last Synced: 2025-03-25T05:04:21.661Z (3 months ago)
- Topics: argocd, continous-deployment, k8s, kubernetes
- Homepage:
- Size: 78.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitOps with Django & ArgoCD - Part II

This project contains the K8s manifests which will be used to deploy in ArgoCD.
### Prerequisites
Before proceeding, make sure you check the below repository
- [https://github.com/mukulmantosh/django-app](https://github.com/mukulmantosh/django-app)
### 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.
- [How to Deploy to Kubernetes using Argo CD and GitOps](https://www.digitalocean.com/community/tutorials/how-to-deploy-to-kubernetes-using-argo-cd-and-gitops)
- [Getting Started with ArgoCD - OpenShift Demos and Workshops](https://demo.openshift.com/en/latest/argocd/)