Recently there was a question on Kubernetes subreddit as to what should be used for creating custom controllers/Operators. Should we use Kubebuilder, or the Operator SDK, or prefer a start from scratch implementation? I answered on that thread, but wanted to provide more detailed analysis. In this post we will see under the hood of the Kubebuilder framework and compare it with the start from scrat

