kube-bench icon indicating copy to clipboard operation
kube-bench copied to clipboard

Checks whether Kubernetes is deployed according to security best practices as defined in the CIS Kubernetes Benchmark

Results 132 kube-bench issues
Sort by recently updated
recently updated
newest added
trafficstars

Add the constraints functionality as we have in bench-common, to a single test in "test_item" and the entire group as well.

enhancement

**Overview** We have a custom Etcd cluster that setup with systemd and bash scripts. We can't pass the 'Etcd Node Configuration' check. **Environment** Kubernetes v1.18.6 Kube-bench: v0.5.0 **Running processes** ```bash...

enhancement
help wanted

After [Add new statuses](#916) kube-bench will have 7 different statuses [PASS] [FAIL] [WARN] [INFO] [MANU] [SKIP] [ERRO] It only make sense to have a new output manipulation flag --status which...

enhancement
help wanted

Hello there, I'd like to run kube-bench regularly and have the reports made available on a S3 compatible storage (minio). Do you have this feature in your roadmap ?

enhancement
help wanted

At the moment the config.yaml file has a `confs` section with a series of candidate file names and locations for the pod configuration for each component. If these components are...

enhancement

The file `/etc/kubernetes/manifests/etcd.yaml` does not exist on my master node because `etcd` is running on a separate server. I don't know the correct way to determine this situation but my...

fix benchmark

Thanks for this tool! We at AWS have a change we’d like to suggest and would love community input and participation in implementing this. The CIS Kubernetes Benchmark is a...

enhancement
help wanted

See discussion started under issue #56. It would be great to use kube-bench as part of kubeadm testing to ensure sensible defaults.

enhancement
Hacktoberfest

We could add support for the Rancher 2.2.x hardening guide. This would require a set of test files under a new `cfg/rancher-2.2` directory.

enhancement
Good first issue

We have a bunch of audit tools like kube-bench and docker-bench that uses common utilities so bench-common holds these commonalities so improvemnts are in a single location

enhancement