CI/CD and GitOps Pipeline with Jenkins, Docker Hub, and ArgoCD
An example pipeline flow is shown below. The developer pushes code to a GitHub repo, triggering Jenkins to build and push a Docker image and update Kubernetes manifests. ArgoCD then pulls the updated manifests (using GitOps principles) to deploy into...
shivtrent.hashnode.dev5 min read