question: sync a controller pod to physical cluster #1856
Replies: 3 comments 1 reply
|
@vincent-pli kcp does not include the However 😄 I'm curious what your use case is for syncing pods? |
|
Pods will come to kcp soon via inverse syncing. But then the source of truth is the physical cluster. As Andy writes, am curious too whether you have a usecase in mind where kcp should be the source of thruth. Background: technically kcp might support that: PVs will probably be like that. They are inversely synced to kcp, and a kcp coordination controller for storage might decide to "disconnect" a PV from a physical cluster and attach it on another physical cluster. In that case, for a period of time kcp will the source of thruth. |
|
Thanks @sttts and @ncdc So with the assumption, if the controller is As I mentioned, I still not figure out the overview design of |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Just want to know if sync pod of a controller from
wsto physic cluster, how could it work?I saw
KUBERNETES_SERVICE_HOSTwas set as hostname of upstream kcp cluster rather than the url of thatws.All reactions