DZone

Introduction

Setting up scalable Jenkins on Kubernetes can be a daunting task. This article demonstrates not only how to set up scalable Jenkins on Kubernetes but also how to integrate Jenkins into Github so that whenever any Pull Request is requested on a branch, the build is automatically triggered and results are made available to the branch admin to review before merging the Pull Request.

Let us first get the scalable Jenkins up before setting up a pipeline for automated CI/CD.

Source: DZone