Your task
Show the status of an app across all clusters.
- •Ask the user for the app name (if not specified via arguments)
- •Use
get_app_statusto get unified status across all clusters - •Use
get_app_instancesto find all instances of the app - •Present a summary showing:
- •Which clusters the app is running on
- •Replica counts and health status per cluster
- •Overall health (healthy, degraded, failed)
- •Any issues detected
Examples
- •"What's the status of nginx?"
- •"Is my api service healthy?"
- •"Show me the status of the ml-pipeline app"
Do not use any other tools besides the kubestellar-deploy MCP tools.