Perform this task to obtain detailed information about a container cluster. This information includes basic cluster information, resource usage, components, nodes, namespaces, services, stateless applications, storage, routes, events, stateful applications, jobs, and scheduled tasks.
On the top navigation bar, click Resources.
From the left navigation pane, select Containers.
Click a cluster name link.
The container cluster details page opens displaying the following information:
Item |
Description |
Basic Info |
Displays the creation time, description, and state of the cluster. |
Resource Usage |
Displays the capacity and usage of CPU and memory resources. |
Components |
Displays major Kubernetes (K8s) components. |
Nodes |
Displays the worker and controller nodes in the cluster. To add nodes to the cluster, click Add Nodes. |
Namespaces |
Namespaces created on the cluster. |
Services |
Displays all services deployed in the namespaces on the cluster. To view detailed information about a service, click its name link. To delete a service, click Delete. |
Stateless Apps |
Displays all stateless applications on the cluster. These applications are managed by using Kubernetes Deployments. On the Stateless Apps tab, you can stop or delete stateless applications as needed. |
Stateful Apps |
Displays all stateful applications on the cluster. These applications are managed by using Kubernetes StatefulSets. On the Stateful Apps tab, you can stop or delete stateful applications as needed. |
Scheduled Tasks |
Displays all scheduled tasks on the cluster. On the Scheduled Tasks tab, you can stop or delete scheduled tasks as needed. |
Jobs |
Displays all jobs on the cluster. On the Jobs tab, you can stop or delete jobs as needed. |
Storage |
Displays the volumes for permanent storage. |
Routes |
Displays the DNS records for services on the cluster. On this tab, you can edit the DNS record for a service to change its domain name, service name, or port number. You can also delete DNS records. |
Events |
Displays Kubernetes events, including their description, source, time of occurrence, and severity level. |