Open gyliu513 opened 5 years ago
At very high level, they share very similar objective: facilitate resource management in managed clusters. I guess we all acknowledge the needs of having a resource sitting in one k8s without being executed by that k8s. In practice, they’re quite different.
@kuanf can you help check the difference between
SyncSet
andDeployable
?The
SyncSet
is a concept in Hive which is very similar withDeployable
, here is the document https://github.com/openshift/hive/blob/master/docs/syncset.mdA sample
SyncSet
is as follows:The
SyncSet
can not only distribute resources to different clusters, but also patch resources in different clusters.FYI @mdelder @clyang82