telepresenceio / telepresence

Local development against a remote Kubernetes or OpenShift cluster
https://www.telepresence.io
Other
6.56k stars 515 forks source link

Add support for intercepting daemonset #3360

Open mkirouac opened 1 year ago

mkirouac commented 1 year ago

Please describe your use case / problem. I have a service that needs to always be co-located on the same node as a different service. Because I use GKE AutoPilot, this is not something that is supported out of the box, hence we are using a daemonset to achieve this behavior. The pattern used is documented here: https://wdenniss.com/strict-pod-co-location

Since telepresence does not support intercepting daemonsets, I am not able to use it for this particular service running as a deamonset.

Describe the solution you'd like I would like to have a way to intercept daemonsets.

Describe alternatives you've considered Right now our only alternative is not to use telepresence for this service.

Versions (please complete the following information)

github-actions[bot] commented 2 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment, or this will be closed in 7 days.