kubeedge/cloud
KubeEdge Bot 42e90305d7
Merge pull request #3970 from xuxiawei/fix/streamserver
stream: fix double log print
2022-06-27 20:26:10 +08:00
..
cmd controller manager fix 2022-05-19 17:08:58 +08:00
pkg Merge pull request #3970 from xuxiawei/fix/streamserver 2022-06-27 20:26:10 +08:00
test/integration remove redundant type conversion 2022-05-24 16:11:46 +08:00
README.md

This section contains the source code for KubeEdge cloud side components

KubeEdge Cloud

At the cloud side, there are two major components: EdgeController and CloudHub. EdgeController is an extended Kubernetes controller. It watches nodes and pods against APIServer for the cluster. Upon changes in nodes/pods, KubeEdge will convert the pod/node binding info. in the format of node -- pods. This way, an edge node can obtain pods targeted for itself. It enhances efficiency and reduces the network bandwidth requirement between cloud & edge.