get_proxy_config_summary
Parses nginx config from a workload's ConfigMap to reveal upstreams, locations, timeouts, buffering, gzip, cache and security headers, rate limits, and findings for proxy diagnostics.
Instructions
Parses the nginx config from the workload's ConfigMap: upstreams, locations, timeouts, buffering, gzip, cache headers for assets vs index.html, security headers, rate limits - with findings.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| service | Yes | Workload name as you would say it: a Deployment, StatefulSet, DaemonSet, Service, or Pod name | |
| namespace | No | Kubernetes namespace (required: no default configured; see list_namespaces) |