This repo is created to try different tools building Kubenetes Operators.
Currently focused on using Kubebuilder.
Focus on how to build operators in different ways, support dynamic setting using go-template. Use kubebuilder-declarative-pattern to build an operator in the easiest way.
- Kubernetes Operator for Beginners - What, Why, How This article introduces the basics and illustrates the beginning steps to use Kubebuilder to create an Operator.
- Advanced Kubernetes Operators Development This article shares more details about how to create a feasible production Operator using Kubebuilder.