πQuestions?
Answers to previously asked questions
Can you write operators in languages other than Golang?
Why is the operator version `v1beta1`?
What alternatives to Kubebuilder are there?
Wasn't paying attention - was the makefile created by kubebuilder? Or is there some magic happening in the tutorial for ease of use?
If operator is only subset of controller, what are other(s) subset(s) of controller?
Is it good idea to develop my operator/controller without any builders/generators, from scratch? What difficulties will be there? Any real life examples to not use builders?
Is there a real examples of operators which not only deploy but build and do all the process replacing CI/CD?
What the difference between make run and kubebuilder create api ? I thought make run generates operator already
Is it possible to make reconcile run on kube apply of the website resource, even if nothing changed in the resource?
Last updated