fabric8io / fluent-plugin-kubernetes_metadata_filter

Enrich your fluentd events with Kubernetes metadata
Apache License 2.0
350 stars 166 forks source link

can add "Controlled By" field to meta #377

Closed gao4263 closed 7 months ago

gao4263 commented 8 months ago

kubectl describe pod can get "Controlled By" of pod , but the plugin can't get this info. would you have plan to add this feature

jcantrill commented 7 months ago

This information looks to come from the pod ownerReference which is an internal accounting mechanism. I would encourage you to embrace kubernetes recommendations and label the workload to allow you to associate resources with labels that are meaningful to you. There is no intent at this time to add this meta