Building a Complete CI/CD Pipeline: Git ➔ Jenkins ➔ Docker ➔ DockerHub ➔ Kubernetes
Nov 11, 2024 · 4 min read · Introduction: In this post, we’ll walk through creating a full CI/CD pipeline to automate deployments from code in Git to a live application on Kubernetes. We’ll cover each step: setting up Jenkins, configuring Docker images, pushing to DockerHub, an...
Join discussion