-
Notifications
You must be signed in to change notification settings - Fork 28
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
Support KubeEdge tutorial with far edge micro-ROS #3
Comments
related to #9, probably when developing the example for this, I can also bind edgemesh provided by https://github.com/kubeedge/edgemesh for network interface. |
This is the content of the delpoyment file used, only the roscore service content has been modified based on your previous offer ############################ ROS master / roscore############################ apiVersion: apps/v1 Headless service declaration.This is required to map to app roscore so that other pods can DNS rosmaster IP address dynamically.apiVersion: v1 ################## ROS talker################## apiVersion: apps/v1 Headless service declaration.This is required to map to app publisher so that other pods can DNS IP address dynamically.apiVersion: v1 #################### ROS listener#################### apiVersion: apps/v1 Headless service declaration.This is required to map to app subscription so that other pods can DNS IP address dynamically.apiVersion: v1 |
unfortunately, i have not tried this configuration yet. off the top of my head, i would try,
|
@a732264856 appreciate the information. this issue was meant to use KubeEdge with host network and connect micro-ROS devices as far edge devices. I would not probably use EdgeMesh at this moment. but that is really interesting and i need to catch up with it. |
tutorial goes with https://kubeedge.io.
KubeEdge can good performance advantage to connect edge devices to Kubernetes Cluster running in the cloud infrastructure.
This tutorial does not include far edge micro-ROS device, but using host network interface to connect near edge devices running ROS 2 in the same network could be really useful example.
The text was updated successfully, but these errors were encountered: