Continuous Delivery Pipeline for Kubernetes using Spinnaker

VAIBHAV THAKUR
FAUN — Developer Community 🐾
6 min readMar 12, 2019

--

Kubernetes is now the de-facto standard for container orchestration. With more and more organizations adopting Kubernetes, it is essential that we get our fundamental ops-infra in place before any migration. In my previous post we learnt about monitoring our workloads. This post will focus on pushing out new releases of the application to our Kubernetes cluster i.e. Continuous Delivery

Pre-requisites

  1. Running Kubernetes Cluster (GKE is used for the purpose of this blog)

--

--