Updated: Zero to Continuous Delivery with GCP

James Heggs
Google Cloud - Community
1 min readFeb 17, 2017

It seems people have found my Zero to Continuous Delivery tutorial and guide useful. Thank you to everyone that has shared comments, gave feedback and forked the code base.

This week I updated the code base to work with the latest GKE (Kubernetes) version 1.5.2 — As a result the bash script now specifies the Kubernetes version to spin up on GKE.

The code has also been updated to reflect the updates in the Jenkins Kubernetes plugin. For example the Jenkins JNLP slave is now defined in the application Jenkinsfile instead of the Jenkins config.xml and nicely defines even more of the infrastructure as code.

Following the feedback, I’ve also taken the time to include a diagram that outlines the process to try and shed a bit more light on the various moving parts.

Zero to CD on GCP

--

--