contour icon indicating copy to clipboard operation
contour copied to clipboard

Allow NodeIp targets for ExtensionServices

Open Steffen911 opened this issue 1 year ago • 6 comments
trafficstars

What

The current ExtensionService interface allows routing of requests to a Kubernetes Service which may route it to any receiving pod within the cluster. For our opentelemetry tracing this implies that traces are sent to an arbitrary collector instance. Our collector instances apply a node tag to each span which produces a mismatch in our observability. Contour spans may be attributed to nodes that don't have any envoy proxies on them.

Instead of only accepting services, I would like an option on the ExtensionService to route spans to a port on the node that envoy runs on, e.g. using the NODE_IP that we can access using the K8s downward api.

Steffen911 avatar Apr 18 '24 09:04 Steffen911

Hey @Steffen911! Thanks for opening your first issue. We appreciate your contribution and welcome you to our community! We are glad to have you here and to have your input on Contour. You can also join us on our mailing list and in our channel in the Kubernetes Slack Workspace

github-actions[bot] avatar Apr 18 '24 09:04 github-actions[bot]

The Contour project currently lacks enough contributors to adequately respond to all Issues.

This bot triages Issues according to the following rules:

  • After 60d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, the Issue is closed

You can:

  • Mark this Issue as fresh by commenting
  • Close this Issue
  • Offer to help out with triage

Please send feedback to the #contour channel in the Kubernetes Slack

github-actions[bot] avatar Jun 18 '24 00:06 github-actions[bot]

Ping

Steffen911 avatar Jun 18 '24 16:06 Steffen911

The Contour project currently lacks enough contributors to adequately respond to all Issues.

This bot triages Issues according to the following rules:

  • After 60d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, the Issue is closed

You can:

  • Mark this Issue as fresh by commenting
  • Close this Issue
  • Offer to help out with triage

Please send feedback to the #contour channel in the Kubernetes Slack

github-actions[bot] avatar Aug 19 '24 00:08 github-actions[bot]

Ping

Steffen911 avatar Aug 19 '24 14:08 Steffen911