Skip to content

Instantly share code, notes, and snippets.

@jayunit100
Created August 21, 2017 15:46
Show Gist options
  • Select an option

  • Save jayunit100/eed8a15e905101315ef0fc786305af32 to your computer and use it in GitHub Desktop.

Select an option

Save jayunit100/eed8a15e905101315ef0fc786305af32 to your computer and use it in GitHub Desktop.
4,5c4
< Setting up node_exporter for nodes for extensive metrics measurement from
< Prometheus on kubernetes cluster
---
> Setting up node_exporter for helm based kubernetes installs.
8c7,9
< system. Especially in distributed system, it could get difficult to measure
---
> systems (or any systems, really).
>
> Especially in distributed system, it could get difficult to measure
13,14c14,18
< kubernetes cluster. Here’s the instruction on how I installed the node-exporter
< on each node.
---
> kubernetes cluster. However, the helm recipes for kube dont start exporters
> everywhere.
>
> So, the easiest way to get your exporters on every node w/o needing docker in
> privileged mode:
25,26c29,30
< Note that I run node_exporter as a sudo privilege. As mentioned it’s for
< grabbing the system level metrics, so it was necessary. Otherwise you’ll get a
---
> Note here that I run node_exporter as a sudo privilege. As mentioned it’s for
> grabbing the system level metrics, so it was necessary (/proc). Otherwise you’ll get a
28a33,34
> KUBERNETES: DON'T FORGET TO ADD YOUR NODES TO THE CONFIG MAP
>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment