The platform interface provides various information about the pods for quick reference. Below are some parameter explanations.
Parameter | Description |
---|---|
Resource Requests/Limits | The effective resource (CPU, memory) requests and limits values for the pods. The calculation method for requests and limits values is the same; this document introduces using the limit values as an example, and the specific rules and algorithms are as follows:
Calculation Example: If the pods contains two init containers with CPU/memory limit values of 100m/200Mi and 200m/100Mi, the maximum CPU/memory limit value for the init containers would be 200m/200Mi. At the same time, if the pods also contains two business containers with CPU/memory limit values of 100m/100Mi and 50m/200Mi, the total limit value for the business containers will be 150m/300Mi. Therefore, the comprehensive CPU/memory limit value for the pods would be 200m/300Mi. |
Source | The computing component to which the pods belongs. |
Restart Count | The number of restarts when the pods's status is abnormal. |
Node | The name of the node where the pods is located. |
Service Account | The Service Account is an account that allows processes and services in the Pod to access the Kubernetes APIServer, providing an identity for the processes and services. The Service Account field is visible only when the currently logged-in user has either the platform administrator role or the platform auditor role, and the YAML file of the Service Account can be viewed. |