Manage policies and attributes supported by the Container Cluster Management service.
In Container Cluster Management, you can explore policies and attributes that support effective container orchestration. This section covers key policies such as resource quotas, limit ranges and network policies, helping balance resource allocation and workload execution.
This guide simplifies complex container management components for experienced users, helping optimize cluster performance. It explains key policies and their attributes to support effective cluster orchestration. To view policy data, follow these steps:
Log into Container Cluster Management.
Open the Container Cluster Management dashboard—the central hub for all Container Cluster Management activities.
On the dashboard, locate the
Cluster table
at the bottom of the page, which lists all clusters under your management.
Select the desired cluster in the
Cluster table
to open its detailed view.
Within the cluster details view, open the
Policy
tab. Here, you can view and manage policies such as resource quotas, limit ranges and network policies for the selected cluster.
The Policy section includes the following sub-sections: resource quotas, limit ranges, pod disruption budgets, and network policies.
Resource quotas
: Presents a view of all the resource quota details that are part of the cluster
The following details are presented in the resource quotas table:
Name
: This column displays the name of the resource quota.
Namespace
: This column displays the namespace of the resource quota.
Age
: This column shows the Age of the resource quota.
Limit ranges
: Presents a view of all the limit range details so that the cluster user can see the limit ranges
The following details are presented in the limit ranges table:
Name
: This column displays the name of the resource quota.
Namespace
: This column displays the namespace of the resource quota.
Age
: This column shows the Age of the resource quota.
Pod disruption budgets
:Displays all pod disruption budgets for the cluster, along with their details:
The following details are presented in the pod disruption budgets table:
Name
: This column displays the name of the pod disruption budget.
Namespace
: This column displays the namespace of the pod disruption budget.
Min available
: This column displays the min available of the pod disruption budget.
Max unavailable
: This column displays the maximum unavailable amount of the pod disruption budget.
Current healthy
: This column displays the current health of the pod disruption budget.
Desired healthy
: This column displays the desired health of the pod disruption budget.
Age
: This column shows the Age of the pod disruption budget.
Network policies
: Displays all network policies for the cluster, along with their details:
The following details are presented in the network policies table:
Name
: This column displays the name of the network policy.
Namespace
: This column displays the namespace of the network policy.
Policy types
: This column displays the policy type of the network policy.
Age
: This column shows the Age of the network policy.
To view details for a network policy, select the row or choose
View details
at the end of the row. The details appear in a side panel.
The network policy name is as panel title, labels, annotations, pod selector, and policy types.
Ingress rules/Egress rules: The data here is JSON data about the selected network policy's Ingress rules/Egress rules.
Raw JSON: The data here is JSON data about the selected network policy from the network policies API exposed by Kubernetes.