Benchmark: StatefulSet
Description
This section contains recommendations for configuring StatefulSet resources.
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 StatefulSet.
Run this benchmark in your terminal:
powerpipe benchmark run kubernetes_compliance.benchmark.all_controls_statefulset
Snapshot and share results via Turbot Pipes:
powerpipe benchmark run kubernetes_compliance.benchmark.all_controls_statefulset --share
Controls
- StatefulSet containers should has admission capability restricted
- StatefulSet containers admission control plugin should be set to 'always pull images'
- StatefulSet containers admission control plugin should not be set to 'always admit'
- StatefulSet containers peer client cert auth should be enabled
- StatefulSet Controller containers argument anonymous auth should be disabled
- StatefulSet containers should have audit log max-age set to 30 or greater
- StatefulSet containers should have audit log max backup set to 10 or greater
- StatefulSet containers should have audit log max size set to 100 or greater
- StatefulSet containers should have audit log path configured appropriately
- StatefulSet containers argument authorization mode should not be set to 'always allow'
- StatefulSet containers argument authorization mode should have node
- StatefulSet containers argument authorization mode should have RBAC
- StatefulSet containers argument etcd auto TLS should be disabled
- StatefulSet containers argument etcd cafile should be set
- StatefulSet containers should have etcd certfile and keyfile configured appropriately
- StatefulSet containers argument etcd client cert auth should be enabled
- StatefulSet containers should have etcd peer certfile and peer keyfile configured appropriately
- StatefulSet containers argument event qps should be less than 5
- StatefulSet containers argument insecure port should be set to 0
- StatefulSet containers argument apiserver etcd certfile and keyfile should be configured
- StatefulSet containers kube-apiserver profiling should be disabled
- StatefulSet containers should have kube-apiserver TLS cert file and TLS private key file configured appropriately
- StatefulSet containers argument kube-controller-manager bind address should be set to 127.0.0.1
- StatefulSet containers kube controller manager profiling should be disabled
- StatefulSet containers should have kube controller manager root CA file configured appropriately
- StatefulSet containers argument kube controller manager service account credentials should be enabled
- StatefulSet containers should have kube controller manager service account private key file configured appropriately
- StatefulSet containers argument kube-scheduler bind address should be set to 127.0.0.1
- StatefulSet containers kube scheduler profiling should be disabled
- StatefulSet containers argument kubelet authorization mode should not be set to 'always allow'
- StatefulSet containers should have kubelet client CA file configured appropriately
- StatefulSet containers argument kubelet client certificate and key should be configured
- StatefulSet containers argument kubelet HTTPS should be enabled
- StatefulSet containers argument kubelet read-only port should be set to 0
- StatefulSet containers should have kubelet terminated pod gc threshold configured appropriately
- StatefulSet containers should have kubelet TLS cert file and TLS private key file configured appropriately
- StatefulSet containers argument make iptables util chains should be enabled
- StatefulSet containers argument admission control plugin NamespaceLifecycle should be enabled
- StatefulSet containers argument admission control plugin NodeRestriction should be enabled
- StatefulSet containers argument admission control plugin PodSecurityPolicy should be enabled
- StatefulSet containers argument protect kernel defaults should be enabled
- StatefulSet containers argument request timeout should be set as appropriate
- StatefulSet containers argument rotate kubelet server certificate should be enabled
- StatefulSet containers argument secure port should not be set to 0
- StatefulSet containers argument admission control plugin where either PodSecurityPolicy or SecurityContextDeny should be enabled
- StatefulSet containers argument admission control plugin ServiceAccount should be enabled
- StatefulSet containers --service-account-key-file argument should be set as appropriate
- StatefulSet containers argument service account lookup should be enabled
- StatefulSet containers should minimize its admission with capabilities assigned
- StatefulSet containers should has encryption providers configured appropriately
- StatefulSet containers ports should not have host port specified
- StatefulSet containers has image pull policy set to Always
- StatefulSet containers have image tag specified which should be fixed not latest or blank
- StatefulSet containers should have kubelet certificate authority configured appropriately
- StatefulSet containers Kubernetes dashboard should not be deployed
- StatefulSet containers should have liveness probe
- StatefulSet containers argument basic auth file should not be set
- StatefulSet containers argument hostname override should not be configured
- StatefulSet containers argument insecure bind address should not be set
- StatefulSet containers should not have privileged access
- StatefulSet containers should not allow privilege escalation
- StatefulSet containers should not be mapped with privilege ports
- StatefulSet containers should have readiness probe
- StatefulSet containers certificate rotation should be enabled
- StatefulSet containers should have secrets defined as files
- Containers in StatefulSet should have securityContext defined
- StatefulSet containers argument --streaming-connection-idle-timeout should not be set to 0
- StatefulSet containers kube-apiserver should only make use of strong cryptographic ciphers
- StatefulSet containers kubelet should only make use of strong cryptographic ciphers
- StatefulSet containers should not use CAP_SYS_ADMIN linux capability
- StatefulSet containers token auth file should not be configured
- StatefulSet containers should minimize the admission of containers with added capability
- StatefulSet containers should have a CPU limit
- StatefulSet containers should have a CPU request
- StatefulSet definition should not use default namespace
- Seccomp profile is set to docker/default in your StatefulSet definition
- StatefulSet containers should not run with host network access
- StatefulSet containers should not share the host process namespace
- StatefulSet containers should run with a read only root file system
- StatefulSet containers should have a memory limit
- StatefulSet containers should have a memory request
- StatefulSet containers should not run with root privileges