Which static analysis tool is specifically designed to evaluate Kubernetes manifests against security best practices?
Kubesec scans Kubernetes manifests for security issues like privileged containers or host network access.
Why this answer
Kubesec is a tool that analyzes Kubernetes YAML files and provides security scores. Option A is correct.