Sourceoftruth
-
Devops
GitOps with ArgoCD: Automated NGINX Deployment on Minikube
What is GitOps? In today’s software world, everyone is familiar with the term deployment. A deployment is the process of releasing a new version of your software application to production. Essentially, it’s your software delivery mechanism. Typically, this process follows these stages: Building → Testing → Staging → Deploy to Production, often triggered after a Pull Request (PR) is approved…
Read More »