Pods page in the Kubernetes view
Capacity
Capacity metrics are displayed in the Capacity page. The Capacity tab is displayed by default, each time you access the Pods page.
Column | Description | Statistics | Metrics |
---|---|---|---|
Name | Name of the pod workload. Clicking on one of the pod workloads in this column takes you to the Pod Details page in the Kubernetes view. | Not applicable | |
Namespace | Name of the namespace | Not applicable | |
Controller | Name of the controller | Not applicable | |
Cluster | Name of the cluster | Not applicable | |
CPU # | Number of CPU cores currently configured for the node. | Last Value | CPU_NUM |
CPU Used [mCores] | Max amount of CPU mcores used among all pods in the same pod workload (CPU_USED_NUM). | 95th percentile | CPU_USED_NUM |
CPU Request [mCores] | Amount of CPU (mCores) that will be guaranteed of all pods in the same pod workload (CPU_REQUEST). | Last Value | CPU_REQUEST |
CPU Limit [mCores] | Max amount of CPU (mcores) that will be allowed to use among all the pods in the same pod workload (CPU_LIMIT). | Last Value | CPU_LIMIT |
CPU Used vs Limit [%] | Max Percentage of CPU used with respect to the CPU limit of all pods in the same pod workload, calculated as CPU_USED_NUM/CPU_LIMIT. | 95th percentile | CPU_UTIL_LIMIT |
CPU Used vs Request [%] | Max Percentage of CPU used with respect to the CPU request of all pods in the same pod workload, calculated as CPU_USED_NUM/REQUEST. | 95th percentile | CPU_UTIL_REQUEST |
Max Pods # | Maximum number of pods that can be created in the cluster. | Last Value | KPOD_NUM_MAX |
Mem Used [GB] | Max bytes of memory used among all pods in the same pod workload (MEM_USED). | 95th percentile | MEM_USED |
Mem Request [GB] | Amount of memory bytes that will be guaranteed of all pods in the same pod workload (MEM_REQUEST). | Last Value | MEM_REQUEST |
Mem Limit [GB] | Max amount of memory bytes that will be allowed to use among all the pods in the same pod workload (MEM_LIMIT). | Last Value | MEM_LIMIT |
Mem Used vs Limit [%] | Max Percentage of memory used with respect to the memory limit of all pods in the same pod workload (MEM_USED/MEM_LIMIT). | 95th percentile | MEM_UTIL_LIMIT |
Mem Used vs Request [%] | Max Percentage of memory used with respect to the memory request of all pods in the same pod workload (MEM_USED/MEM_REQUEST). | 95th percentile | MEM_UTIL_REQUEST |
Pod # | Number of replicas configured for the Pod. | Last Value | KPOD_NUM |
Bottleneck | Name of the resource that has either saturated or will saturate in the next 90 days. Bottleneck resource can be CPU or Memory | Based on IND_DAYS_TO_SATURATION | IND_BNECK_RESOURCE |
CPU
CPU metrics are displayed in the CPU page. Click the CPU tab in the Pods page to access the metrics.
Each row in the table represents a pod workload and displays the following information:
Column | Description | Statistics | Metrics |
---|---|---|---|
Name | Name of the pod workload. Clicking on one of the pod workloads in this column takes you to the Pod Details page in the Kubernetes view. | Not applicable | |
Namespace | Name of the namespace. | Not applicable | |
Controller | Name of the controller. | Not applicable | |
Cluster | Name of the cluster. | Not applicable | |
CPU # | Number of CPU cores currently configured for the node. | Last Value | CPU_NUM |
CPU Used [mCores] | Max amount of CPU mcores used among all pods in the same pod workload (CPU_USED_NUM). | 95th percentile | CPU_USED_NUM |
CPU Request [mCores] | Amount of CPU (mCores) that will be guaranteed for all pods in the same pod workload (CPU_REQUEST). | Last Value | CPU_REQUEST |
CPU Limit [mCores] | Max amount of CPU (mcores) that will be allowed to be used among all the pods in the same pod workload (CPU_LIMIT). | Last Value | CPU_LIMIT |
CPU Used vs Limit [%] | Max Percentage of CPU used with respect to the CPU limit of all pods in the same pod workload, calculated as CPU_USED_NUM/CPU_LIMIT. | 95th percentile | CPU_UTIL_LIMIT |
CPU Used vs Request [%] | Max Percentage of CPU used with respect to the CPU request of all pods in the same pod workload, calculated as CPU_USED_NUM/REQUEST. | 95th percentile | CPU_UTIL_REQUEST |
Memory
Memory metrics are displayed in the Memory page. Click the Memory tab in the Pods page to access the metrics.
Each row in the table represents a pod workload and displays the following information:
Column | Description | Statistics | Metrics |
---|---|---|---|
Name | Name of the pod workload. Clicking on one of the pod workloads in this column takes you to the Pod Details page in the Kubernetes view. | Not applicable | |
Namespace | Name of the namespace | Not applicable | |
Controller | Name of the controller | Not applicable | |
Cluster | Name of the cluster | Not applicable | |
Mem Limit [GB] | Maximum amount of memory that the pod is allowed to use. | Last Value | MEM_KLIMIT |
Mem Used [GB] | Max bytes of memory used among all pods in the same pod workload (MEM_USED). | 95th percentile | MEM_USED |
Mem Request [GB] | Amount of memory bytes that will be guaranteed of all pods in the same pod workload (MEM_REQUEST). | Last Value | MEM_REQUEST |
Mem Limit [GB] | Max amount of memory bytes that will be allowed to be used among all the pods in the same pod workload (MEM_LIMIT). | Last Value | MEM_LIMIT |
Mem Used vs Limit [%] | Max Percentage of memory used with respect to the memory limit of all pods in the same pod workload (MEM_USED/MEM_LIMIT). | 95th percentile | MEM_UTIL_LIMIT |
Mem Used vs Request [%] | Max Percentage of memory used with respect to the memory request of all pods in the same pod workload (MEM_USED/MEM_REQUEST). | 95th percentile | MEM_UTIL_REQUEST |
Mem Active | Max amount of memory bytes that is active among all the pods in the same pod workload (MEM_ACTIVE) | 95th percentile | MEM_ACTIVE |
Detailed information about a specific pod
After you click on the pod in the Pod column, the Pod Details page is displayed. You can use the sorting and filtering options on the page to find a specific pod.
Section or Panel | Description |
---|---|
General details section | General details, such as cluster name and type are displayed. The type is Kubernetes - Pod Workload. |
Related Information panel | Clicking the links in the Related Information panel displays the other information such as image analysis. |
CPU tab | A quick graphical summary of the CPU metrics of the pod, displayed as analysis charts. |
Memory tab | A quick graphical summary of the memory metrics of the pod, displayed as analysis charts. |
Pods Num tab | The max, min and average value of number of pods in that workload. |