OpsCanary
Learn/Kubernetes/Operators & CRDs
Kubernetes

Operators & CRDs

2 articles from official documentation

Practitioner2 articles
kubernetesoperatorsPractitioner

Mastering Custom Resources in Kubernetes: Beyond the Basics

Custom Resources in Kubernetes allow you to extend the API to fit your application needs. With CustomResourceDefinitions (CRDs), you can define new resource types without programming. This flexibility is powerful, but it comes with caveats that can trip up even seasoned engineers.

  • Define new resource types using CustomResourceDefinitions (CRDs) without programming.
  • Utilize API Aggregation for more control over API behaviors and data management.
5 min read·Kubernetes Docs
Read article
kubernetesoperatorsPractitioner

Mastering the Operator Pattern in Kubernetes

Unlock the power of Kubernetes with Operators, the game-changer for managing complex applications. Learn how custom resources and control loops work together to automate your workflows.

  • Utilize custom resources to extend Kubernetes capabilities.
  • Implement control loops to automate application management.
5 min read·Kubernetes Docs
Read article