In this session on "CI/CD Kubernetes | Setting up CI/CD Jenkins pipeline for Kubernetes" we are going to see
- As a first step we are going to set up the Kubernetes cluster using Kubespray
- We will be using Spring Boot Application as our base application
- Jenkins - We need to install Jenkins on one of the servers
- After that we need to fetch the initial admin password and set the admin user
- Install the default plugins for Jenkins
- We will be needing Gradle for compiling the java application
- Docker - Install docker on alongside Jenkins
- You also need Docker Hub Account
- Finally we are going to pull the latest image from DockerHub and going to deploy inside the Kubernetes cluster
Top comments (0)