Jenkins on Kubernetes in Google Cloud

12 Apr

Jenkins is a very popular and widely used CI/CD platform by many organizations. It is so flexible, and there are lots of plugins available for all kind of functionalities you want around CI/CD. Let’s see how we can deploy it on GKE using Helm, and what kind of advantages we gain out of this deployment.

Spinnaker on GCP as CD Platform

8 Apr
spinnaker-on-gcp-as-cd-platform-2

To continuously deliver an app update, you need an automated pipeline that reliably builds, tests, and updates your software. Code changes should automatically flow through the pipeline. The pipeline includes artifact creation, unit testing, functional testing, and production rollout.