-
Notifications
You must be signed in to change notification settings - Fork 139
Open
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.
Description
What would you like to be added/modified:
Support HostNetwork
Why is this needed:
I have a kubeedge cluster. I want to use prometheus in the cloud to collect monitoring metrics for node_exporter at the edge.
prometheuandnode_exporterare both deployed in Pods;- The IP address of
prometheusis the container IP address, for example100.16.0.2. - The IP address of
node_exporteris the ip address of the host, for example192.168.1.2. - There are more than 200 edge nodes, and the IP addresses of edge nodes may be repeated because they are in different Lans.
I've read all the documentation I can find, but still haven't solved this requirement.
- https://edgemesh.netlify.app/
- https://zhuanlan.zhihu.com/p/585749690
- https://bbs.huaweicloud.com/blogs/420217
It seems fabedge already supports this feature, but I don't understand how it works.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
kind/featureCategorizes issue or PR as related to a new feature.Categorizes issue or PR as related to a new feature.