A Blazing fast Security Auditing tool for Kubernetes

Kubestriker

Kubestriker performs numerous in depth checks on kubernetes infra to identify the security misconfigurations and challenges that devops engineers/developers are likely to encounter when using Kubernetes, especially in production and at scale.

kubestriker is Platform agnostic and works equally well across more than one platform such as self hosted kubernetes, Amazon EKS, Azure AKS, Google GKE etc.

pip-install

How To Install

Clone the repo and install

To install this tool or clone and run this application, you’ll need Git, python3 and pip installed on your computer. It is advised you install this tool in virtual environment

From your command line:


# Create python virtual environment
$ python3 -m venv env

# Activate python virtual environment
$ source env/bin/activate

 

 

 

To finish reading, please visit source site