Folks have been asking here and there for a pod-based control plane. With v1alpha3, we introduced support for control plane providers, which users can use to specify which provider they'd like to use to manage their control plane.
/kind feature
/kind design
/milestone Next
/cc @christopherhein
/cc @hardikdr
Gardener deploys pod-based control-planes and also follows the core principles of cluster-api. I am generally interested in developing the control-plane provider for it, but haven't been able to spend enough time yet, would be more than happy to collaborate if there is an added interest.
/cc @munnerz
/cc @salaxander
@hardikdr do you plan on using something that would define the control plane template? Or are you thinking that each release of the controlplane provider would map to a specific k8s version that gets created?
/cc @Fei-Guo
do you plan on using something that would define the control plane template?
Yes, basically I'd hope to introduce a GardenerManagedContolPlane CRD with a field of Spec.Version to allow users to configure the k8s version of choice. The CRD would then simply map to the cluster-resource of the gardener-orchestrator at runtime, and the rest of the responsibility of spawning the cluster should then be taken care of by gardener.
Issues go stale after 90d of inactivity.
Mark the issue as fresh with /remove-lifecycle stale.
Stale issues rot after an additional 30d of inactivity and eventually close.
If this issue is safe to close now please do so with /close.
Send feedback to sig-testing, kubernetes/test-infra and/or fejta.
/lifecycle stale
/lifecycle frozen
Is this essentially CAPN now, and do we need this?
/close
This RFE is in a different repository as @randomvariable mentioned, https://github.com/kubernetes-sigs/cluster-api-provider-nested
@vincepri: Closing this issue.
In response to this:
/close
This RFE is in a different repository as @randomvariable mentioned, https://github.com/kubernetes-sigs/cluster-api-provider-nested
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository.
Most helpful comment
Gardener deploys pod-based control-planes and also follows the core principles of cluster-api. I am generally interested in developing the control-plane provider for it, but haven't been able to spend enough time yet, would be more than happy to collaborate if there is an added interest.