• Home
  • Custom Resource Definitions

Extending Kubernetes by defining new custom resources (CRDs)

Custom Resource Definitions

Extending Kubernetes by defining new custom resources (CRDs)
Custom Resource Definitions

Kubernetes

This lab takes you through the essentials of defining new Kubernetes Custom Resource Definitions (CRDs). You will extend Kubernetes by creating new resources beyond the standard ones you normally get with any Kubernetes cluster. Once you understand CRDs, you will learn how to further extend Kubernetes using the powerful Operator pattern .

In this lab, you will learn how to:

    ☐ Create a CRD and define custom attributes
    ☐ Discover how your CRD becomes a new resource
    ☐ Add, inspect, and remove instances of a custom resource

  • LEVEL

    Beginner

  • DURATION

    15 minutes

  • UPDATED

    31 Dec, 2021