Created
February 2, 2017 04:54
-
-
Save andromedarabbit/dae95fcf173ce583ba7bdaeaa1bc3991 to your computer and use it in GitHub Desktop.
Check if dd-agent is running well on Kubernetes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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