Skip to content
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

[kube-state-metrics] Support elastic agent sidecar #3759

Closed
dominic-paul-92 opened this issue Sep 5, 2023 · 1 comment
Closed

[kube-state-metrics] Support elastic agent sidecar #3759

dominic-paul-92 opened this issue Sep 5, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@dominic-paul-92
Copy link
Contributor

dominic-paul-92 commented Sep 5, 2023

Is your feature request related to a problem ?

Currently the standalone elastic agent needs to be separately deployed to collect kube state metrics.
If auto sharding enabled for KSM, it is an overhead to deploy a scaled elastic agent to connect to multiple sharded KSM instance. A one to one mapping is required between the pods.

Describe the solution you'd like.

If the standalone elastic agent can be deployed as a sidecar container, it will be easier to manage the deployment.

Something similar is suggested by elastic. But this introduce the overhead of using k8s Kustomization on top of helm chart.

Instead, it will be good to have an optional container in the helm chart of KSM, where a user can deploy elastic agent as a sidecar container.

Describe alternatives you've considered.

NONE

Additional context.

No response

@dotdc
Copy link
Member

dotdc commented Oct 4, 2023

Should be fixed by #3861

@dotdc dotdc closed this as completed Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants