Skip to content

Instantly share code, notes, and snippets.

@vnovichek
Last active July 15, 2019 06:13
Show Gist options
  • Save vnovichek/e56496d82412aece1e4e28b2b7707221 to your computer and use it in GitHub Desktop.
Save vnovichek/e56496d82412aece1e4e28b2b7707221 to your computer and use it in GitHub Desktop.
# busybox sh
kubectl run busybox --image=busybox --rm -it --restart=Never /bin/sh
# curl http://prometheus-node-exporter:9100/metrics
kubectl -n prometheus run -it test --image=appropriate/curl --restart=Never --rm -- prometheus-node-exporter:9100/metrics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment