Back to projects

CI/CD on Kubernetes

CI/CD pipeline setup with Jenkins and ArgoCD on Kubernetes.

DevOpsKubernetesJenkinsArgoCD

Details

About the project

Set up a fully automated CI/CD pipeline on Kubernetes. Jenkins performs containerized builds with Kaniko, ArgoCD enables GitOps-compliant deployments.

Pipeline includes code checkout, image build/push with Kaniko, and tag update in manifest repo. ArgoCD detects changes and auto-deploys.

Highlights

Key features

  • Kubernetes-native Jenkins pod configuration
  • Secure image builds with Kaniko (no Docker daemon)
  • GitOps approach with manifest repository
  • Automatic sync and deployment with ArgoCD

Tech Stack

Tools used

KubernetesJenkinsArgoCDKanikoDockerGit