Overview
The Kubernetes tools enable IncidentFox to troubleshoot pods, deployments, and services in your clusters.Configuration
Available Tools
get_pod_logs
Fetch logs from a pod.
Parameters:
Example:
describe_pod
Get pod status and configuration.
Parameters:
Example:
list_pods
List pods in a namespace with status.
Parameters:
Example:
get_pod_events
Get Kubernetes events for a pod or namespace.
Parameters:
Example:
describe_deployment
Get deployment status and configuration.
Parameters:
Example:
get_deployment_history
View rollout history.
Parameters:
Example:
describe_service
Get service details and endpoints.
Parameters:
get_pod_resource_usage
Get CPU/memory usage for pods.
Parameters:
Requires metrics-server installed in the cluster.
docker_exec
Execute commands in containers.
Parameters:
Use Cases
Investigating Pod Crashes
list_pods- Check pod statusget_pod_events- Find crash reasonsget_pod_logs- Read logs before crashdescribe_pod- Check configuration
Checking Resource Issues
get_pod_resource_usage- Current usageget_pod_events- OOMKilled eventsdescribe_deployment- Configured limits
Verifying Deployments
describe_deployment- Check statusget_deployment_history- Recent rolloutslist_pods- Pod status
Required RBAC
Next Steps
AWS Tools
AWS infrastructure tools
Data Sources
Full K8s setup guide

