kubernetes
  • kubernetes
  • RBAC
  • backstage
  • cpu-mem
  • End2End testing
  • ingress
  • Bookmarks for learning Kubernetes
  • aliases
    • kubectl
  • apache-kafka
    • backup-kasten-k10
  • api-server
    • secure
  • operators
    • Kubernetes Operator Development Bookmarks
    • books
    • api-conventions
    • monitoring
      • refs
    • tutorial
      • concepts
        • capability_model
        • Index
        • watching_resources
  • prep
    • deployment
    • pod
  • quotas
    • refs
    • openshift
      • Resource quotas per project
  • tilt
    • refs
  • wasm
    • 3scale
Powered by GitBook
On this page
  1. operators

Kubernetes Operator Development Bookmarks

PreviousoperatorsNextbooks

Last updated 14 days ago

  • 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

CNCF Operator White Paper
10 Things You Should Know Before Writing a Kubernetes Controller
Extending Kubernetes - Operator Pattern
kubebuilder-declarative-pattern
Markers
ref-1
Multi-Group
ref1
Extend the Kubernetes API with CustomResourceDefinitions
Custom Resources
Enforce CRD Immutability with CEL Transition Rules
Recipe for Singleton
1.26
API Convnetions
Best Practices on writing a Kubernetes Operator