DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

How I Setup A Simple CI/ CD Process With Jenkins And GKE Part 2

5 years ago medium.com
How I Setup A Simple CI/ CD Process With Jenkins And GKE Part 2

Summary: This is a summary of an article originally published by the source. Read the full original article here →

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”.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com