vectordotdev / helm-charts

Helm charts for Vector.
https://vector.dev
Mozilla Public License 2.0
103 stars 89 forks source link

feat(vector): add internalTrafficPolicy to headless service #320

Closed goedelsoup-clari closed 10 months ago

goedelsoup-clari commented 10 months ago

Allows colocated agents, e.g. the node agents employed by the Datadog operator, to communicate with the headless service address while ensuring all traffic remains local. This ensures any node-level resource enrichment by the agent uses the correct metadata and minimizes cross-chatter around the cluster.

Fixes #316