What is Kubebuilder?
Kubebuilder is a Kubernetes to help us build Operator projects.
What means Operators projects?
Operators projects are projects developed using the Operators Kubernetes concept which mainly allows us to build projects which will be able to automate the installation, managing, configuration and packaging of solutions in these platforms by using its API’s.
My quick started with
You will be able to find here the steps in its docs in order to getting started with, however, I did not succeed following it. So, I’d like to share with you a project which I did to a quick start with an check how it works it as the steps performed which also can be checked in the README of this project. I hope that you like it.
https://github.com/dev4devs-com/memcached-kubebuilder
Also, please feel free to contribute with 🙂