Your task
Use the kubestellar-ops MCP tools to find all issues across Kubernetes clusters.
- •
Use
list_clustersto get all available clusters - •
For each cluster, check for:
- •Pod issues using
find_pod_issues(CrashLoopBackOff, ImagePullBackOff, OOMKilled, pending pods) - •Deployment issues using
find_deployment_issues(stuck rollouts, unavailable replicas) - •Warning events using
get_warning_events
- •Pod issues using
- •
Provide a summary of all problems found organized by cluster, with severity and recommended actions.
Do not use any other tools besides the kubestellar-ops MCP tools.