Your task
Get aggregated logs from an app across all clusters.
- •Ask the user for the app name (if not specified via arguments)
- •Use
get_app_logsto retrieve logs from all clusters where the app runs - •Present the logs with cluster and pod name prefixes for easy identification
Parameters
- •
app: App name to search for - •
tail: Number of lines (default 100) - •
since: Time duration (e.g., "1h", "30m") - •
namespace: Optional namespace filter
Examples
- •"Get logs from nginx"
- •"Show me the last 50 lines of logs from the api service"
- •"Get logs from ml-worker since 1 hour ago"
Do not use any other tools besides the kubestellar-deploy MCP tools.