You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split Syncer as Agent in user cluster, and support two modes:
1.1 Agent in user cluster watch hub cluster custom resources like syncrule, and sync info into es directly. In this mode, hub cluster will not invade the user cluster.
1.2 Syncer in hub cluster will dispatch crds and custom resources into user cluster, and Agent in user cluster watch self apiserver. in this mode, Agent completely self-looping within the user cluster, and sre could deploy Agent 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.
What would you like to be added?
Split
SyncerasAgentin user cluster, and support two modes:1.1
Agentin 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.2
Syncerin hub cluster will dispatch crds and custom resources into user cluster, andAgentin user cluster watch self apiserver. in this mode,Agentcompletely self-looping within the user cluster, and sre could deployAgentindependently.Support more kubernetes versions.
Why is this needed?
Syncertakes up too much memory resource as the number of clusters increases, so a high availability solution is urgently needed.Better compatibility.