-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate metrics across kube-proxy, ipvs, iptables rules. #10
Comments
copy paste (kubernetes/pkg/proxy)
somewhere interesting worth counting, like ...
might benefit from having a new metric to count how many of these are occuring. |
(possibly if you want to be fancy, use the prometheus-operator exposed over a hostPort on your kubeadm or capi clusters) |
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 ?
The text was updated successfully, but these errors were encountered: