mirror of
https://github.com/MichaelCade/90DaysOfDevOps.git
synced 2025-01-10 15:17:03 +07:00
20 lines
850 B
Markdown
20 lines
850 B
Markdown
## ArgoCD Overview
|
|
|
|
The idea here would be likely give an overview of ArgoCD by:
|
|
|
|
- Deploying to Minikube and walking through getting started
|
|
- Then simply create a whatever it is called using the manifest hopefully created on Day 74 to deploy to your Kubernetes cluster.
|
|
|
|
|
|
## Resources
|
|
|
|
- [Jenkins is the way to build, test, deploy](https://youtu.be/_MXtbjwsz3A)
|
|
- [Jenkins.io](https://www.jenkins.io/)
|
|
- [ArgoCD](https://argo-cd.readthedocs.io/en/stable/)
|
|
- [ArgoCD Tutorial for Beginners](https://www.youtube.com/watch?v=MeU5_k9ssrs)
|
|
- [What is Jenkins?](https://www.youtube.com/watch?v=LFDrDnKPOTg)
|
|
- [Complete Jenkins Tutorial](https://www.youtube.com/watch?v=nCKxl7Q_20I&t=3s)
|
|
- [GitHub Actions](https://www.youtube.com/watch?v=R8_veQiYBjI)
|
|
- [GitHub Actions CI/CD](https://www.youtube.com/watch?v=mFFXuXjVgkU)
|
|
|
|
See you on [Day 76](day76.md) |