Files
awesome-kubernetes/docs/qa.md
Inaki Fernandez 4ab7028b4e Apr 25th
2021-04-25 20:58:33 +02:00

3.7 KiB
Raw Blame History

QA: Software Quality Test Automation

Tools

Performance Testing

Kubernetes conformance testing tools

  • Mastercard, for example, checks every deployment with Kubernetes conformance testing tools such as sonobuoy and kubench.
  • sonobuoy is a diagnostic tool that makes it easier to understand the state of a Kubernetes cluster by running a set of plugins (including Kubernetes conformance tests) in an accessible and non-destructive manner. It is a customizable, extendable, and cluster-agnostic way to generate clear, informative reports about your cluster.
  • kubench Benchmark different containerized applications within a kubernetes cluster.

If your code has no tests, then:

- it is not clean
- it is not complete
- it is not correct
- it is not documented
- it is not verified
- it is not working

And most importantly: It is not quality.

— Daniel Moka (@dmokafa) February 28, 2021
<script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>