Can Kamaji read CRDs from a k3s API server and deploy workload cluster control plane pods on the host cluster? #1006
-
|
I’m testing an architecture involving Kamaji and k3s, and I’d like to confirm if the following setup is possible.
I want Kamaji to read these CRDs from the k3s API server but schedule the actual workload cluster control plane pods on a different cluster, let’s call it the host or management cluster. The reason for this setup is that the k3s virtual control plane doesn’t support scheduling pods, so I want Kamaji to use it only for API/CRD management, while using the host cluster for the actual control plane components. Is this kind of architecture supported by Kamaji? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
|
It's not supported, and honestly not getting the point of a such scenario. You can use Vcluster or K3k since they seem addressing the scope. |
Beta Was this translation helpful? Give feedback.
It's not supported, and honestly not getting the point of a such scenario.
You can use Vcluster or K3k since they seem addressing the scope.