Skip to content

Instantly share code, notes, and snippets.

@andromedarabbit
Created February 2, 2017 04:54
Show Gist options
  • Save andromedarabbit/dae95fcf173ce583ba7bdaeaa1bc3991 to your computer and use it in GitHub Desktop.
Save andromedarabbit/dae95fcf173ce583ba7bdaeaa1bc3991 to your computer and use it in GitHub Desktop.
Check if dd-agent is running well on Kubernetes
kubectl exec -it $(kubectl get pod -lapp=dd-agent | head -n 2 | tail -n 1 | cut -d ' ' -f1) -- /opt/datadog-agent/agent/agent.py info
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment