Skip to main content
Version: 2.0 🆕

Overview

Figure 1: Resource Browser - Overview Page

Resource Utilization​

This shows the combined CPU and memory consumption of all running pods in the cluster.

ParameterDescription
CPU UsagePercentage of CPU resources currently being used across all the pods in the cluster.
CPU CapacityTotal amount of CPU resources available across all the nodes in the cluster. Measured in millicores (m).
CPU RequestsTotal amount of CPU resources requested by all the pods in the cluster.
CPU LimitsMaximum amount of CPU resources that a total number of pods can use in the cluster.
Memory UsagePercentage of memory resources currently being used across all the pods in the cluster.
Memory CapacityTotal amount of memory resources available across all the nodes in the cluster. Measured in Megabytes (Mi).
Memory RequestsTotal amount of memory resources requested by all the pods in the cluster.
Memory LimitsMaximum amount of memory resources that a total number of pods can use in the cluster.

Errors in Cluster​

This shows errors in the cluster. If no error is present in the cluster, Resource Browser will not display this section.


Catalog ​

Who Can Perform This Action?

Users need to have super-admin permission to edit the catalog.

Based on the schema defined for the catalog, you can add relevant details for each cluster. You can manage this data using the Manage Schema option, which defines the structure of your catalog. Refer the Manage Schema documentation to learn more.


Readme​

Who Can Perform This Action?

Users need to have super-admin permission to edit the readme file.

You can also include additional information about your cluster using the Markdown editor.


Check Compatibility before Cluster Upgrade ​

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.

Figure 2: Checking Compatibility

Walkthrough​