Skip to content

Instantly share code, notes, and snippets.

@mowings
Last active October 9, 2022 07:36
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mowings/bbff1c7833d9b18554f11cfc07d44320 to your computer and use it in GitHub Desktop.
Save mowings/bbff1c7833d9b18554f11cfc07d44320 to your computer and use it in GitHub Desktop.
kuberetes etcd metrics or api calls with curl
curl --cacert /etc/kubernetes/pki/etcd/ca.crt \
    --cert /etc/kubernetes/pki/etcd/peer.crt \
    --key /etc/kubernetes/pki/etcd/peer.key \
    https://localhost:2379/metrics
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment