Replies: 1 comment
-
|
Hi @TheNilesh regarding this "Is there a way to make Sveltos watch CRDs from one cluster (k3s virtual control plane) and apply addons locally in another cluster?" yes it is possible, but you need to use Sveltos event framework. Your k3s virtual control plane becomes a managed cluster for Sveltos, running in the management cluster. Creating an EventSource (which matches and collects the CRDs you are interested in) and an EventTrigger that asks Sveltos to collect those CRDs from your k3s virtual control plane (the managed cluster) and in response to deploy things in the management cluster (you can either set deploymentType: local or better setting destinationClusterSelector to match your management cluster. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I’m exploring whether Projectsveltos can be used in a hybrid setup involving a k3s virtual control plane.
Here’s my scenario:
To clarify, this setup is not about deploying workloads to end-user or managed clusters — the reconciliation should happen locally in the management cluster itself.
Has anyone tried this kind of setup? Is there a way to make Sveltos watch CRDs from one cluster (k3s virtual control plane) and apply addons locally in another cluster?
Beta Was this translation helpful? Give feedback.
All reactions