turbot/kubernetes_compliance
Loading controls...

Control: ReplicaSet containers should have readiness probe

Description

Containers in ReplicaSet definition should have readiness probe. The readiness probes in turn also check dependencies like database connections or other services your container is depending on to fulfill it’s work.

Usage

Run the control in your terminal:

powerpipe control run kubernetes_compliance.control.replicaset_container_readiness_probe

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run kubernetes_compliance.control.replicaset_container_readiness_probe --share

SQL

This control uses a named query:

replicaset_container_readiness_probe

Tags