Custom Resource Definition
Everything on SkillVeris tagged Custom Resource Definition — collected across the glossary, study notes, blog, and cheat sheets.
3 resources across 2 libraries
Cheat Sheets(1)
Interview Questions(2)
What is a Kubernetes Operator?
A Kubernetes Operator is a software extension that packages human operational knowledge about running a specific application into code, using a Custom Resource…
What is a Custom Resource Definition (CRD)?
A CustomResourceDefinition (CRD) is a Kubernetes API extension mechanism that lets you register a brand-new resource type — with its own schema, kind, and API…