Introduction
Container Service for Kubernetes (ACK) is a certified Kubernetes-conformant platform that offers high-performance management of containerized applications. It enables enterprises to efficiently deploy, manage, and scale containerized workloads throughout the entire application lifecycle in the cloud.
Set up the Alibaba integration
- To begin monitoring your Container Kubernetes Service in OpsRamp, you must first ensure that the Alibaba Cloud Integration is configured correctly. See Install Alibaba Cloud integration for more details.
- Select
Container Kubernetes Service
in the Alibaba Integration Discovery Profile. - Save the discovery profile to make them available in the list of discovery profiles.
Supported metrics
Metric Name | Alibaba Metric | Metric Display Name | Units | Aggregation Type | Description |
---|---|---|---|---|---|
acs_k8s_cluster_cpu_limit | cluster.cpu.limit | Cluster CPU Limit | Core | Average | Total number of CPU cores allocated as the upper limit for all workloads in the cluster. |
acs_k8s_cluster_cpu_request | cluster.cpu.request | Cluster CPU Request | Core | Average | Total number of CPU cores requested by all workloads in the cluster. |
acs_k8s_cluster_cpu_usage_rate | cluster.cpu.usage_rate | Cluster CPU Usage Rate | Core | Average | Current rate of CPU usage across the cluster, indicating how much CPU is being consumed. |
acs_k8s_cluster_cpu_utilization | cluster.cpu.utilization | Cluster CPU Utilization | % | Average | Percentage of total CPU resources utilized by the cluster. |
acs_k8s_cluster_memory_limit | cluster.memory.limit | Cluster Memory Limit | Byte | Average | Total memory allocated as the upper limit for all workloads in the cluster. |
acs_k8s_cluster_memory_request | cluster.memory.request | Cluster Memory Request | Byte | Average | Total memory requested by all workloads in the cluster. |
acs_k8s_cluster_memory_utilization | cluster.memory.utilization | Cluster Memory Utilization | % | Average | Percentage of total memory resources utilized by the cluster. |
acs_k8s_cluster_filesystem_available | cluster.filesystem.available | Cluster Filesystem Available | Byte | Average | Amount of available storage space in the cluster's filesystem. |
acs_k8s_cluster_filesystem_limit | cluster.filesystem.limit | Cluster Filesystem Limit | Byte | Average | Total storage capacity allocated to the cluster's filesystem. |