debug-k8s-collection

Installation
SKILL.md

Debug Kubernetes Collection

Interactive troubleshooting workflow for diagnosing Observe Agent collection problems on Kubernetes. Work through the steps below in order, stopping when the root cause is found.

Agent sandbox note: Do NOT run helm or kubectl commands from the agent shell. Present all commands to the user for them to execute in their own terminal, then ask for the output.


Step 1: Check Pod Status

Start by getting a complete picture of what is running:

kubectl get pods -n observe

What to look for:

Installs
20
Repository
observeinc/cli
GitHub Stars
4
First Seen
Jun 25, 2026
debug-k8s-collection — observeinc/cli