GitLab, Consumer Driven Contracts, Helm and Kubernetes

113

Previously I wrote about the different type of services you can run in a Kubernetes cluster.

This article will focus on building a workflow driven by Continuous Integration and Continuous Delivery for deploying the services on Kubernetes.

We’ll develop and deliver an Application with two different services that communicate with each other. One service is internal and the other will be accessible from the outside world via Traefik. We’ll want to develop, deploy and evolve each service independently of the rest.

Read more at Alberto García L.