Files
awesome-kubernetes/docs/qa.md
Inaki Fernandez bb61dc1c18 23 F
2021-02-23 23:13:04 +01:00

2.8 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.