Benchmark: All Kubernetes Compliance Controls
Overview
We are adding additional checks to improve the information gathering around other Kubernetes compliance best practices, these checks are out of the scope of any predefined benchmarks for Kubernetes but we consider them very helpful.
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/steampipe-mod-kubernetes-complianceStart the Powerpipe server:
steampipe service startpowerpipe serverOpen http://localhost:9033 in your browser and select All Kubernetes Compliance Controls.
Run this benchmark in your terminal:
powerpipe benchmark run kubernetes_compliance.benchmark.all_controlsSnapshot and share results via Turbot Pipes:
powerpipe benchmark run kubernetes_compliance.benchmark.all_controls --shareBenchmarks
- Cluster Role Binding
- ConfigMap
- CronJob
- DaemonSet
- Deployment
- Endpoint
- Ingress
- Job
- Namespace
- Network Policy
- Pod
- Pod Security Policy
- PodTemplate
- ReplicaSet
- ReplicationController
- Role
- Role Binding
- Secret
- Service
- Service Account
- StatefulSet