I'm here to ask for a help. I want to create a custom controller for my custom resource and literally I have no idea how and from where to start, like from where golang script will run for controller and how my custom resource will be useful.
So, I need some help with how I can start and from where I should start.
Thanks in advance
Deepak
When using Go, the kubebuilder is a good start for creating Kubernetes controller and custom resource. The Kubebuilder online book is a good tutorial to follow, to learn the components of the controller and the kubebuilder SDK.