Custom Resource Definitions

This section explains how to manage custom resource definitions.

Custom resource definitions (CRD) are used to extend existing APIs in Kubernetes. You can create custom resources using custom resource definitions and implement custom business logic by having additional controllers listen to various events related to these custom resources.

The KubeSphere web console currently only supports viewing custom resource definitions and custom resources, as well as editing existing custom resources. It does not support directly creating custom resource definitions and custom resources. You can refer to the Kubernetes Documentation to create custom resource definitions and custom resources via the command line.

View CRD List

Explain how to view the list of custom resource definitions.

View CRD Details

Explain how to view details of a custom resource definition.

Edit Custom Resource

Explain how to edit a custom resource.

Delete Custom Resources

Instructions on how to delete custom resources.