investigate_tls_certificate_issues
Diagnose TLS certificate problems in Kubernetes clusters by searching for error patterns and correlating with certificate events to identify affected pods and provide remediation steps.
Instructions
Investigate TLS/certificate issues across the cluster with targeted search and analysis.
Searches system namespaces for TLS error patterns and correlates with certificate events.
Args:
search_pattern: TLS error pattern (default: "tls: bad certificate").
time_range: Search time range (default: "24h").
max_namespaces: Max namespaces to search (default: 20).
focus_on_system_namespaces: Prioritize system namespaces (default: True).
Returns:
Dict: TLS issues, affected pods, certificate problems, and remediation suggestions.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| search_pattern | No | tls: bad certificate | |
| time_range | No | 24h | |
| max_namespaces | No | ||
| focus_on_system_namespaces | No |