Tag

CustomResourceDefinition

0 views collected around this technical thread.

Efficient Ops
Efficient Ops
Aug 13, 2023 · Cloud Native

Mastering Kubernetes CRDs: How to Define and Use Custom Resources

This article explains what Kubernetes CustomResourceDefinitions (CRDs) are, how they extend the platform without modifying core code, and provides step‑by‑step examples for creating CRDs and custom objects using YAML manifests and kubectl commands.

CRDCustomResourceDefinitionYAML
0 likes · 7 min read
Mastering Kubernetes CRDs: How to Define and Use Custom Resources
Efficient Ops
Efficient Ops
Sep 5, 2022 · Cloud Native

Mastering Kubernetes CRDs: Create, Manage, and Extend Custom Resources

Learn what Kubernetes CustomResourceDefinitions (CRDs) are, how they extend the platform with custom resources, and follow step‑by‑step examples to create a CRD, define its schema, and manage custom objects using kubectl commands.

CRDControllerCustomResourceDefinition
0 likes · 7 min read
Mastering Kubernetes CRDs: Create, Manage, and Extend Custom Resources