Category: Kubernetes, Jenkins, firewall

In my writing this time, i would like to share how i setup a simple CI/ CD process with jenkins and GKE. The purpose of this writing is to be a reminder for myself how I setup ci / cd for the js node application. In this step, i will do the steps below : Setup server for jenkins in google cloud platform

In my case, i choosed this to run “kubectl” in kubernetes machine from the jenkins server

In the “Target tags”, i typed “jenkins” to implement this rule into the jenkins server and source ip ranges with “0.0.0.0/0” so i can access the server from anywhere

Related Articles