Benchmark: All 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-compliance
Start the Powerpipe server:
steampipe service startpowerpipe server
Open http://localhost:9033 in your browser and select All Controls.
Run this benchmark in your terminal:
powerpipe benchmark run kubernetes_compliance.benchmark.all_controls
Snapshot and share results via Turbot Pipes:
powerpipe benchmark run kubernetes_compliance.benchmark.all_controls --share
Benchmarks
- 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