Kubernetes Operator Development Bookmarks
Operator Pattern:
https://pkg.go.dev/sigs.k8s.io/controller-tools/pkg/crd/markers
Example:
// +kubebuilder:validation:Optional
Kubebuilder Plugins:
Example:
cache.desiredcloud.com
,config.desiredcloud.com
, cache and config are 2 different groups in same operator
Testing Kubernetes Controllers
Kubernetes API Overview
Sig Architecture:
YouTube
Blog
https://medium.com/@muneebaijaz11/practices-for-building-k8s-operators-27330ef6b1a4
Last updated