Updated on 2024-09-19 GMT+08:00

Custom Resource Definitions

Custom Resource Definitions (CRDs) are custom resource objects similar to Deployments or Services. You can run the kubectl commands to create and access CRDs for modular Kubernetes extension. For details, see Extend the Kubernetes API with CustomResourceDefinitions.

Procedure

  1. Access the cluster details page.
  2. In the navigation pane, choose Custom Resources. Then, click Create from YAML in the upper right corner.
  3. Edit the YAML file online or import one, and click OK.
  4. Other operations:

    • Click View YAML in the Operation column of the target CRD to view its YAML file.
    • Click View Details in the Operation column of the target CRD to view its instances in the cluster.