π Using Kubernetes CustomResourceDefinitions(CRDs), you can expand the Kubernetes API to achieve the desired results .
π The process for defining a custom resource is called custom resource definition. This is an effective way to go beyond the Kubernetes installation by default.
π When you create a new CustomResourceDefinition, the Kubernetes API Server creates a new RESTful resource path for each version you specify.
π€ So, Do you wish to know more about Kubernetes CustomResourceDefinitions(CRDs)?
β‘ Check out this blog, https://k21academy.com/kubernetes74
That covers:
π What are CRDs?
π Why CRDs?
π How to create a CRD?
π Create custom objects
π How to delete a CRD?
π CRD vs ConfigMap, and much more…
β‘Also Register for the free class now: http://k21academy.com/k8s02