You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See what happens to those metrics as you add 1,10,100 pods to the system, graph them.
options:
5.0) Antrea and calico both export metrics - combining those also would be interesting
5.1) Look at kube-proxy code, find metrics that might be good to export and PR them upstream
ill leave some notes in here on how to do this.
the tutorial for prometheus metrics in this repo shows how to create prometheus metrics on a kind cluster
Update kube-proxy daemonset to publish metrics somewhere easy to access ? for some reason on VMC 0.0.0.0:10249 isnt the curlable IP.
Run node-exporter also so that you can export iptables and other linux time series metrics... export iptables metrics prometheus/node_exporter#637
See what happens to those metrics as you add 1,10,100 pods to the system, graph them.
options:
5.0) Antrea and calico both export metrics - combining those also would be interesting
5.1) Look at kube-proxy code, find metrics that might be good to export and PR them upstream
any interesting patterns ?