Category: Kubernetes, Docker, Jenkins

In my previous article (How I Setup A Simple CI/ CD Process With Jenkins And GKE Part 1), i already setup jenkins and GKE. First, to i want to connect the jenkins server with my kubernetes machines so i installed kubectl from the jenkins server

Next, i clicked “Connect” in my cluster (in my case, the cluster name is “testing”) and copy the command that shown in the console and paste it into my jenkins server

Next, i setup the jenkins and my repository so when i do something to my repository like push to my repository, it will trigger my jenkins to do something to cluster

To connect with my private repository, i need to add my credential so i clicked “Add” and “Jenkins”.

Related Articles