Sync other resources
Syncing other resources such as deployments, statefulsets and namespaces is usually not needed as those just control lower level resources and since those lower level resources are synced the cluster can function correctly.
However, there might be cases though where custom syncing of resources might be needed or beneficial. In order to accomplish this, vCluster provides an SDK to develop your own resource syncers as plugins. To find out more, please take a look at the plugins documentation.