Overview Page
Last updated
Last updated
This shows the combined CPU and memory consumption of all running pods in the cluster.
Parameter | Description |
---|---|
CPU Usage | Percentage of CPU resources currently being used across all the pods in the cluster. |
CPU Capacity | Total amount of CPU resources available across all the nodes in the cluster. Measured in millicores (m). |
CPU Requests | Total amount of CPU resources requested by all the pods in the cluster. |
CPU Limits | Maximum amount of CPU resources that a total number of pods can use in the cluster. |
Memory Usage | Percentage of memory resources currently being used across all the pods in the cluster. |
Memory Capacity | Total amount of memory resources available across all the nodes in the cluster. Measured in Megabytes (Mi). |
Memory Requests | Total amount of memory resources requested by all the pods in the cluster. |
Memory Limits | Maximum amount of memory resources that a total number of pods can use in the cluster. |
This shows errors in the cluster. If no error is present in the cluster, Resource Browser will not display this section.
Based on the schema provided in the catalog framework, you can add relevant details for each cluster. Refer Catalog Framework for more details.
You can also include additional information about your cluster using the Markdown editor.
Whenever you upgrade your Kubernetes version, the API versions change and your workloads/resources may not be compatible with those API versions. Therefore, the resources need to be upgraded first. This could mean changing the API version of the resources itself or changing their outdated spec.
The Check Compatibility feature within Resource Browser scans your cluster and automatically identifies all such resources/workloads that need manual intervention before proceeding with an actual cluster upgrade.