Learn how to configure Secrets and HPA (Horizontal Pod Autoscaler).
The Configuration section in Container Cluster Management provides a centralized dashboard to view and manage configurations such as ConfigMaps, Secrets and the Horizontal Pod Autoscaler (HPA). It offers detailed insights, easy access and direct management capabilities to help you control your cluster configurations.
To view cluster configuration data, follow these steps:
Authenticate in the CCM application using your credentials to securely access the management dashboard.
After signing in, access the CCM main dashboard. This is the central hub for all Container Cluster Management activities.
In the dashboard, locate the
Cluster table
, located at the bottom of the interface. This table lists all the clusters available under your management.
Select the desired cluster in the
Cluster table
to open its detailed view.
Within the cluster details view, open the
Cluster configuration
tab. Here, you can view and manage Persistent Volumes, Persistent Volume Claims, and Storage Classes for the selected cluster.
ConfigMap
Overview:
This section provides an overview of available ConfigMaps across namespaces, making it easy to locate namespace-specific ConfigMaps.
List view
: This table lists all registered ConfigMaps. To view more details about a specific ConfigMap, select the vertical ellipsis to open the overflow menu. The following options are available:
Select the desired row or choose
View details
.
You can download certificate files related to the ConfigMap directly from the details section.
Select
Delete config map
to delete the map.
Secrets
Container Cluster Management supports Kubernetes Secrets, which store sensitive data independently of pods, reducing the risk of exposure during normal operations. The service allows you to view specific secrets in JSON format.
To navigate to a specific Secret, follow these steps:
Launch the Cluster overview page.
Click
CONFIGURATION
→
Secrets
on the left side menu to navigate to the Secrets landing page. The service displays the Secrets table containing all registered Secrets.
Click on the Secret Name in the Secrets table to view the Secret JSON code.
Horizontal Pod Autoscaler (HPA)
Overview
: A centralized dashboard displays HPAs defined within the cluster, providing insights into resources configured for autoscaling.
HPA Table Details:
Name
: Displays the name of the namespaces.
Namespace
: Indicates the namespace where autoscaling occurs.
Min Pods
: Specifies the minimum number of pod replicas serving the workload.
Max Pods
: Specifies the maximum number of pod replicas serving the workload.
Age
: Indicates the age of the HPA, showing how long it has been configured.
Access:
To view detailed information for a specific HPA, follow these steps::
Either select the row or choose
View details
..
A side panel appears with detailed information about the selected HPA.
HPA Name
as the panel title.
Sections
such as Label, Annotations, References, Replicas and Metrics.
Conditions
: An illustrative table displaying Type, Status, Reason and Message.
Events
: Gives insights with columns like Type, Reason, Age, From and Message.
Raw JSON
: Offers a direct look into the JSON data associated with the chosen HPA.