Cloud
Kubernetes Scanning
Kubernetes Scanning looks at Kubernetes environments to find security problems. It covers the cluster setup, the configuration files, and the container images that are running.
What it is
This is a security check across Kubernetes clusters and their workloads. It reads manifests and live state to spot risky settings. It also inspects running images for known vulnerabilities.
Key capabilities
- Scans Kubernetes clusters for misconfigurations.
- Reviews manifests for risky or insecure settings.
- Inspects running images for known vulnerabilities.
- Surfaces issues across the cluster in one place.
Who it’s for
It suits teams that run applications on Kubernetes. It helps platform and security engineers keep clusters and workloads safe. It fits both single clusters and larger multi-cluster setups.