Your task
Use the kubestellar-ops MCP tools to perform a security audit across Kubernetes clusters.
- •
Use
list_clustersto get all available clusters - •
For each cluster, use
check_security_issuesto find:- •Privileged containers
- •Containers running as root
- •Host network/PID/IPC usage
- •Other security misconfigurations
- •
Also use
check_resource_limitsto find pods without CPU/memory limits (resource exhaustion risk) - •
Provide a security report with:
- •Issues organized by severity (Critical, High, Medium, Low)
- •Affected workloads
- •Remediation recommendations
Do not use any other tools besides the kubestellar-ops MCP tools.