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

Intercept with external services dependencies #3806

Closed
smehboub opened this issue Feb 24, 2025 · 2 comments
Closed

Intercept with external services dependencies #3806

smehboub opened this issue Feb 24, 2025 · 2 comments

Comments

@smehboub
Copy link
Contributor

Hello,

We try to intercept without service as mentionned here : https://www.telepresence.io/docs/2.20/reference/intercepts/cli/#intercepting-without-a-service

It works!

But usually, the remote service (in a k8s cluster) access to a Kafka service (outside the k8s cluster) reachable only from the k8s cluster (through a VPC peering).
When we intercept the traffic, the local application can't access to the Kafka service reachable by the remote service.

What configuration is missing so that the local application after interception can access the Kafka service reachable only from the k8s cluster ?

Thanks in advance.
Rgs

@smehboub smehboub changed the title Intercept with external services Intercept with external services dependencies Feb 24, 2025
@thallgren
Copy link
Member

You'll need to use the alsoProxySubnets configuration.

@smehboub
Copy link
Contributor Author

Hi @thallgren

Awesome, i will test that.

Thank you so much for your responsiveness

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants