Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.44 KB

cis-v1.0.md

File metadata and controls

21 lines (16 loc) · 1.44 KB

cis-v1.0

This bundle can be installed via kpt:

export BUNDLE=cis-v1.0
kpt pkg get https://github.com/GoogleCloudPlatform/policy-library.git ./policy-library
kpt fn source policy-library/samples/ | \
  kpt fn eval - --image gcr.io/config-validator/get-policy-bundle:latest -- bundle=$BUNDLE | \
  kpt fn sink policy-library/policies/constraints/

Constraints

Constraint Control Description
disable_gke_dashboard 7.06 Ensure Kubernetes web UI / Dashboard is disabled
enable_auto_upgrade 7.08 Ensure Automatic node upgrades is enabled on Kubernetes Engine Clusters nodes
enable_gke_stackdriver_logging 7.01 Ensure stackdriver logging is enabled on a GKE cluster
enable_gke_stackdriver_monitoring 7.02 Ensure stackdriver monitoring is enabled on a GKE cluster