Category: Security, Kubernetes, Docker, Jenkins, github, yaml

Kubernetes YAML manifest is the source code file that contains all information about our application before deploying it to a cluster. The security checks we apply to this file directly affect the health of our application after it is deployed.

It scans your Kubernetes cluster and compares it with over 500 standard security policies, which allow it to detect loopholes and vulnerabilities in your Kubernetes cluster.

It uses graph-based scanning techniques to identify, fix issues, prevent misconfiguration, and ensure security in your Kubernetes environment.

Whether you only want to scan and detect security misconfigurations in your Kubernetes YAML manifest before deploying to a cluster, or you want to analyze an already running Kubernetes cluster for potential security risks.

Related Articles