How to Deploy application on GKE using Jenkins
Reading Time: 3 minutes Prerequisite Java install Jenkins server Service Account with the GKE permissions Any application Introduction In this blog, we will write a declarative Jenkins pipeline to deploy applications on GKE and configure the multibranch pipeline. I am using the spring boot pet clinic for demonstration. This project consists of a spring-boot application and a docker file. Declarative Pipeline Stages Checkout git This stage will clone the Continue Reading