DEV Community

Rahul Wagh
Rahul Wagh

Posted on • Originally published at jhooq.com

3 1

Part 11 - Set up complete CI/CD Jenkins pipeline for kubernetes

In this session on "CI/CD Kubernetes | Setting up CI/CD Jenkins pipeline for Kubernetes" we are going to see

  1. As a first step we are going to set up the Kubernetes cluster using Kubespray
  2. We will be using Spring Boot Application as our base application
  3. Jenkins - We need to install Jenkins on one of the servers
  4. After that we need to fetch the initial admin password and set the admin user
  5. Install the default plugins for Jenkins
  6. We will be needing Gradle for compiling the java application
  7. Docker - Install docker on alongside Jenkins
  8. You also need Docker Hub Account
  9. Finally we are going to pull the latest image from DockerHub and going to deploy inside the Kubernetes cluster

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay