CI/CD Pipeline using Jenkins to deploy on Kubernetes

Vamsi Jakkula
FAUN — Developer Community 🐾
4 min readJun 11, 2020

--

Image by Robson Machado from Pixabay

In this tutorial we will see as how we can setup CI/CD Pipeline using Jenkins to deploy on Kubernetes

Step-1 — Install kubernetes cluster and in this tutorial , I have used LXC containers .

Step-2 — Install Jenkins

a) Install Java

sudo apt update
sudo apt install openjdk-8-jdk

--

--