DEV Community

Rahul Wagh
Rahul Wagh

Posted on

1

Kubernetes Jenkins setup - Part 10

In this lab session on installing Jenkins on Kubernetes, we are going to perform -

  1. Setup the Kubernetes cluster from scratch
  2. Use Jenkins docker image - jenkins/jenkins:lts
  3. Create Kubernetes cluster roles for Jenkins
  4. Create cluster role binding for Jenkins
  5. Create a persistent volume for storing Jenkins settings
  6. Do the Jenkins deployments using Jenkins docker image jenkins/jenkins:lts
  7. Expose Jenkins deployment as service using Nodeport
  8. Setup admin account for Jenkins
  9. Install Kubernetes plugin inside Jenkins
  10. Connect to Kubernetes from Jenkins using Kubernetes default URL - https://kubernetes.default

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