Help Center> Cloud Container Engine> FAQs> API & kubectl FAQs> Can the Resources Created Using APIs or kubectl Be Displayed on the CCE Console?
Updated on 2022-08-15 GMT+08:00

Can the Resources Created Using APIs or kubectl Be Displayed on the CCE Console?

The CCE console does not support the display of the following Kubernetes resources: DaemonSets, ReplicationControllers, ReplicaSets, and endpoints.

To query these resources, run the kubectl commands.

In addition, Deployments, StatefulSets, Services, and pods can be displayed on the console only when the following conditions are met:

  • Deployments and StatefulSets: At least one label uses app as its key.
  • Pods: Pods are displayed on the Pods tab page in the workload details only after a Deployment or StatefulSet has been created.
  • Services: Services are displayed on the Access Mode tab page in the Deployment or StatefulSet details.
    The Services displayed on this tab page are associated with the workload.
    1. At lease one label of the workload uses app as its key.
    2. The label of a Service is the same as that of the workload.

API & kubectl FAQs FAQs

more