Category: Deployment, Kubernetes, gitlab, yaml

Make sure to read part 1 where we explained shortly what Canary Deployments are. There we also showed how to implement those using vanilla Kubernetes resources. Argo Rollouts is Kubernetes native. It provides a CRD (Custom Resource Definition) for Kubernetes.

Related Articles