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

Communicate to roscore from outside the cluster #1

Open
diegoferigo opened this issue May 24, 2019 · 4 comments
Open

Communicate to roscore from outside the cluster #1

diegoferigo opened this issue May 24, 2019 · 4 comments
Labels
help wanted Extra attention is needed

Comments

@diegoferigo
Copy link
Owner

This repository contains a simple setup to get ROS running in a kubernetes cluster. If all ROS nodes are deployed within the same cluster, headless services would suffice to connect all their pods.

However, external communication is not that straightforward and should be further investigated. I'm not even sure if it is actually possible to have an external ROS node that communicates with both the roscore and other nodes running within the cluster.

My initial attempts using LoadBalancer services all failed. It would be great if anyone with more kubernetes knowledge is willing to investigate more this use-case and report their results. Existing solutions (as rdbox-intec/rdbox) use a dedicated VPN connection, but despite it is a valid solution, it would be ideal obtaining a setup that only uses kubernetes networking.

@diegoferigo diegoferigo added the help wanted Extra attention is needed label May 24, 2019
@codytrey
Copy link

codytrey commented Aug 8, 2020

Would using MetalLB in layer 2 mode to expose the services work? (At least for on prem cluster communicating to on prem robots that aren't in the cluster)

@diegoferigo
Copy link
Owner Author

I'm not a networking nor a kubernetes expert. I didn't know MetalLB and without any hands-on experience it's hard to tell if it can be a solution. Thanks for reporting, keep me updated if you have some luck and solve this longstanding limitation :) This repo is a weekend exploration and I'm not currently working on it. However, I'm quite curious to see any workaround 😉

@marcoshuck
Copy link

There are two workarounds that I'd suggest following for development environments:

@diegoferigo
Copy link
Owner Author

Thanks @marcoshuck for chiming in and listing these suggestions! Hopefully it will be helpful for people coming to this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants