kubeedge / kubeedge

Kubernetes Native Edge Computing Framework (project under CNCF)
https://kubeedge.io
Apache License 2.0
6.51k stars 1.68k forks source link

[OSPP] Mapper supports device automatic discovery #5593

Open wbc6080 opened 1 month ago

wbc6080 commented 1 month ago

What would you like to be added/modified: Support Mapper to automatically discover devices and manage the devices into the KubeEdge cluster Why is this needed: Currently, when Mapper manages edge devices, users need to implement and submit the device CRD file to the KubeEdge cluster. Mapper connects and manages the device according to the definition in the CRD file. However, in some cases, devices support automatic discovery, such as Onvif camera devices. This issue plans to provide a device discovery function for the edge device management plug-in Mapper, which will allow Mapper to automatically scan and discover devices and manage them to the KubeEdge cluster, simplifying the user operation process.