Friday, 5 June 2020

Something to read/do later - learn to use the iter8 toolchain with Kubernetes

A colleague drew my attention to iter8 

Automate canary releases and A/B testing for cloud-native development

via this tutorial: -

Progressively roll out your application in Kubernetes by using the iter8 toolchain

Learn how to set up and use a DevOps toolchain by using iter8 to implement a progressive rollout of a new version of your application.


That's next on my hit list .....

No comments:

Note to self - use kubectl to query images in a pod or deployment

In both cases, we use JSON ... For a deployment, we can do this: - kubectl get deployment foobar --namespace snafu --output jsonpath="{...