Skip to content

Latest commit

 

History

History
15 lines (8 loc) · 556 Bytes

File metadata and controls

15 lines (8 loc) · 556 Bytes

Benchmark Types

There are two types of benchmark checks envisioned:

Configuration Checks (CC)

Configuration checks will audit the configuration of Kubernetes components and resources. For example, a configuration check can ensure that an API server flag is enabled.

Behavioral Checks (BC)

Behavioral checks will verify runtime compliance for a desired outcome. These checks will involve running automated tests in configured namespaces that are being tested for multi-tenancy.



Read Next >> Benchmark Categories