HolmesGPT: Agentic troubleshooting built for the cloud native era
… Example of a simple custom tool: holmes: toolsets: kubernetes/pod status: description: "Check the status of a Kubernetes pod." tools: - name: "get pod" description: "Fetch pod details from a namespace." command: "kubectl get pod {{ pod }} -n {{ namespace }}" Getting started Install Holmesgpt There … …