get_topology
Map Kubernetes service-to-pod workloads and inferred dependencies, flagging services with no ready endpoints. Optionally include probe-observed connections for deeper insight.
Instructions
Service -> pods -> workload graph plus inferred dependencies (from env/ConfigMap references to Service names, and from probe-observed connections if include_connections=true). Flags Services with no ready endpoints.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | No | Kubernetes namespace (required: no default configured; see list_namespaces) | |
| include_connections | No | Also ask probe sidecars for established connections (slower) |