-
Couldn't load subscription status.
- Fork 84
Description
What would you like to be added:
This is a follow up based on the conversation in #291 (comment). With the introduction of Phase 2 (out-of-tree external plugins) in Kubebuilder, we now have the flexibility to extend Kubebuilder and build/release any plugin independently outside the KB project. This paves way for smoother version upgrades across projects and eases the maintenance effort.
Given this, we would like to know if we can go ahead with moving the Kubebuilder-declarative-pattern out of Kubebuilder, and building an external plugin for the same. The immediate benefits of this are:
- KB release need not be blocked on KB-declarative-pattern to upgrade dependencies during every K8s release cycle.
- The maintenance and release of KB-declarative-plugin can be handled independently, instead of relying on KB.
This would decouple the inter-dependency of both the projects.