Q: What is Container Canary?
A: It’s a tool for validating container images
▪ You can define your container requirements as
specification that can be checked into version
control.
▪ Requirements are implemented as Checks that
follow the Kubernetes core.v1.Probes API.
▪ Using the canary CLI you can validate a
container against the specification.
▪ This effectively gives you unit tests for your
containers 🎉