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

How to run Bridge-to-Kubernetes without Remote agent? #578

Open
astryia opened this issue Feb 21, 2024 · 3 comments
Open

How to run Bridge-to-Kubernetes without Remote agent? #578

astryia opened this issue Feb 21, 2024 · 3 comments
Labels
bug Something isn't working waiting for response Waiting for a response by the original author of the ticket

Comments

@astryia
Copy link

astryia commented Feb 21, 2024

If I'm developing new service I don't need traffic from the cluster to be redirected to development machine but I still need k8s services to be addressable.
I didn't find documentation describing how to run Bridge-to-Kubernetes in such mode.

@astryia astryia added the bug Something isn't working label Feb 21, 2024
@hsubramanianaks
Copy link
Collaborator

hsubramanianaks commented Feb 22, 2024

@astryia Thanks for raising this concern. bridge to k8s doesn't work for this scenario, it is debugging tool that redirects traffic always to/from your local machine. But I have seen other users have combined this tool + kubefwd to make this happen. Here is the issue that was raised in the past but was closed due to no response from the user. #194. Please let me know if this helps.

@hsubramanianaks hsubramanianaks added the waiting for response Waiting for a response by the original author of the ticket label Feb 22, 2024
@astryia
Copy link
Author

astryia commented Feb 22, 2024

@hsubramanianaks, thank you! I've tried kubefwd and it seems to do the job.
I'm just wondering why not to extend Bridge-to-Kubernetes to this scenario as well? It already has all the necessary functionality like updating hosts file and ports forwarding. Using one tool is always more convenient way compared to multiple.

@hsubramanianaks
Copy link
Collaborator

@astryia Thanks for the response. Yes, this is valid ask, we will add to backlog after discussing with PM's and will keep you updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working waiting for response Waiting for a response by the original author of the ticket
Projects
Status: Backlog Features
Development

No branches or pull requests

2 participants