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 inventory plugin] map deployment to pods #16142

Open
jvrahav opened this issue Nov 5, 2024 · 1 comment
Open

[kube inventory plugin] map deployment to pods #16142

jvrahav opened this issue Nov 5, 2024 · 1 comment
Labels
feature request Requests for new plugin and for new features to existing plugins help wanted Request for community participation, code, contribution

Comments

@jvrahav
Copy link
Contributor

jvrahav commented Nov 5, 2024

Today in kube inventory plugin there is no way to map a deployment to a pod thereby to a container.

sample config
[[inputs.kube_inventory]]
url = "https://127.0.0.1:6443"
url_kubelet = "https://127.0.0.1:10250"
bearer_token = "/run/secrets/kubernetes.io/serviceaccount/token"
insecure_skip_verify = true
name_prefix = "kube_inventory_"

Can the plugin be enhanced to include the pod names in the deployment metrics

@srebhan
Copy link
Member

srebhan commented Jan 27, 2025

Next steps: Investigate if the necessary information is available in the collected data and implement this feature.

@srebhan srebhan added help wanted Request for community participation, code, contribution feature request Requests for new plugin and for new features to existing plugins labels Jan 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Requests for new plugin and for new features to existing plugins help wanted Request for community participation, code, contribution
Projects
None yet
Development

No branches or pull requests

2 participants