Skip to content

Instantly share code, notes, and snippets.

View andrehcampos's full-sized avatar

André Campos andrehcampos

  • Indaiatuba, São Paulo, Brazil
View GitHub Profile
@andrehcampos
andrehcampos / jenkins-on-kubernetes-engine.sh
Last active April 11, 2022 15:57
[Lab] Jenkins On Kubernetes Engine
# Reference docs:
# https://cloud.google.com/solutions/jenkins-on-kubernetes-engine-tutorial
# https://github.com/GoogleCloudPlatform/continuous-deployment-on-kubernetes
#
# Open a Cloud Shell and run:
# $ curl https://gist.githubusercontent.com/andrehcampos/b93a752999d8edff21bf23dd18bf4fc0/raw/cc8d7d84399d1f4a4f59d43e83227be440084d11/jenkins-on-kubernetes-engine.sh |bash
gcloud config set compute/zone us-east1-d
git clone https://github.com/GoogleCloudPlatform/continuous-deployment-on-kubernetes.git
cd continuous-deployment-on-kubernetes