Open
Description
What would you like to be added?
-
Split
Syncer
asAgent
in user cluster, and support two modes:
1.1Agent
in user cluster watch hub cluster custom resources likesyncrule
, and sync info into es directly. In this mode, hub cluster will not invade the user cluster.
1.2Syncer
in hub cluster will dispatch crds and custom resources into user cluster, andAgent
in user cluster watch self apiserver. in this mode,Agent
completely self-looping within the user cluster, and sre could deployAgent
independently. -
Support more kubernetes versions.
Why is this needed?
-
Syncer
takes up too much memory resource as the number of clusters increases, so a high availability solution is urgently needed. -
Better compatibility.