Use Case for DaemonSet Sharding? #2099
Unanswered
jcurtis789
asked this question in
Q&A
Replies: 1 comment
-
Yes, one Daemonset kube-state-metrics to collect pod metrics and one Deployment kube-state-metrics to collect other metrics. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I was going through the documentation and wanted to make sure I understood a valid use case for running kube-state-metrics as a DaemonSet. Is the purpose of this feature to provide large clusters (high worker node/pod count) a more efficient way of reporting pod metrics? I run a few large-ish clusters (100+ nodes/20k+ pods) and am looking to run kube-state-metrics as a DaemonSet with the --use-apiserver-cache flag to expose some metrics about pods/containers.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions