Skip to content

This is a project that automates all the scans and checks implemented in https://github.com/aquasecurity/kube-bench for all the nodes in a cluster and collects the scan results from all the nodes.

License

Notifications You must be signed in to change notification settings

daipayanb/cis_kube_scanner

Repository files navigation

CIS Kubernetes Benchmark Scanner v0.1

Our objective is to perform the CIS Benchmark audit of Kubernetes at scale.

This is achieved by using the scans and checks implemented in aquasecurity/kube-bench. Currently kube-bench is the best tool for our purpose, if in future we find an open source tool which does it better than Kube-bench the we may shift to it.

For now, the implementation supports the kube-bench scan for worker nodes only. The project makes use of DaemonSet to run the worker pods in all the nodes of a cluster. The DaemonSet YAML file is job-node_DaemonSet.yaml and is based on the original job-node.yaml

The main script is kube_init.sh it does the following:

  • Create the necessary Kubernetes service to let the Master node and worder nodes communicate.
  • Create a ServiceAccount which is used by the Python application running within the main container to deploy and delete nodes from the cluster.
  • Starts port forwarding for the user to access the control panel via their browser at http://localhost:8000/.

The destroyer script kube_destroy.sh deletes the Service, ServiceAccount and the Master pod python-cont.

The main Python application uses the kubernetes-client/python. The control panel is developed using flask. The scan resultsbeing in JSON format are stored in Redis using the ReJson Library. The JSON scan results are then dynamically written into HTML tables using json2html.

Going ahead this is the only script that is going to be further developed.

About

This is a project that automates all the scans and checks implemented in https://github.com/aquasecurity/kube-bench for all the nodes in a cluster and collects the scan results from all the nodes.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published