DZone


In this article, you’ll learn how to run Vamp on Kubernetes and Azure ACS and start canary releasing in minutes.

Releasing containerized application workloads on Kubernetes is almost too easy, and Kubernetes comes with some powerful release patterns out of the box. There are also already some great resources out there describing interesting blue/green and canary release deployment scenarios with Kubernetes — the official docs have a section that proposes a canary release strategy and this write up also talks about a very similar scenario.

Source: DZone