Kubernetes Operator Development Bookmarks
Last updated
Last updated
Operators:
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
CRD:
CRD Immutability:
Kubernetes API Overview
Sig Architecture:
YouTube
Blog
https://medium.com/@muneebaijaz11/practices-for-building-k8s-operators-27330ef6b1a4