Kubernetes supports extending its API through CustomResourceDefinitions (CRDs). In the Container Service for Kubernetes (ACK) console, you can view all API groups and their resource types, browse resource objects, and manage them.
Procedure
-
Log on to the ACS console. In the left navigation pane, click Clusters.
-
On the Clusters page, click the name of the target cluster. In the left navigation pane, choose Workloads > Custom Resources.
-
Perform the following tasks:
-
On the Resource Objects tab, view and manage resource objects.
-
Browse the list of API groups and resource types
On the Resource Objects tab, the left pane lists all API groups in the cluster. Click an API group name to expand it and view its resource types, or use the search box to find a resource type by keyword.
-
Browse resource objects
In the API groups list on the left, select a resource type to view its objects. You can Edit YAML or Delete resource objects.
-
-
On the CRDs tab, view and manage CRDs.
-
In the upper-left corner, click Create from YAML to create a CRD.
-
In the list, you can Edit YAML or Delete CRDs.
-
-