Cloud Native 7 min read

How ACK Hybrid Node Pools Bring On-Prem GPU Servers into Unified Cloud Management

This article explains how many enterprises can integrate idle on‑premise GPU servers into an Alibaba Cloud Kubernetes (ACK) cluster using Hybrid Node Pools, achieving a single control plane, shared scheduling, unified monitoring, and centralized logging to improve utilization and simplify operations.

Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
Alibaba Cloud Infrastructure
How ACK Hybrid Node Pools Bring On-Prem GPU Servers into Unified Cloud Management

Many enterprises have on‑premise GPU servers that are not managed by cloud‑native systems, leading to under‑utilization.

1. What is a Hybrid Node Pool

A regular node pool manages cloud ECS nodes. A Hybrid node pool allows on‑prem GPU servers to be registered as nodes in the same ACK cluster, giving them the same control plane, scheduler, and capabilities as cloud nodes.

Same control plane: IDC nodes are managed by the ACK control plane, eliminating a separate Kubernetes installation in the data center.

Same scheduling domain: IDC GPUs share the cluster scheduler, making the compute resources visible to workloads.

Capability down‑shifting: Cloud‑native GPU sharing, monitoring, and logging are extended to IDC nodes.

2. Connecting IDC GPUs to the Cluster

The integration consists of three steps:

Preparation: Ensure network connectivity between the IDC node and the cloud cluster and install the required OS and GPU drivers.

Node registration: Use the Hybrid node‑pool interface to register the IDC server; the cloud control plane takes over its lifecycle.

GPU readiness detection: After registration, the GPU is automatically discovered and advertised as a schedulable resource.

At this point the GPU is part of the cluster and can be scheduled like any other node.

3. Making IDC GPUs Useful

3.1 Scheduling – reuse the full cloud scheduler

Shared scheduling: One IDC GPU can serve multiple Pods, increasing utilization. The Hybrid mode supports sharing but does not provide per‑cGPU memory or compute isolation; Pods must coordinate usage.

Gang scheduling: For distributed training, a group of Pods is scheduled together or not at all, preventing deadlock.

Capacity scheduling: Resources can be partitioned by team or business, guaranteeing minimum allocations while allowing elastic borrowing.

Priority scheduling: High‑priority workloads obtain GPU resources before lower‑priority ones.

Preemption: When resources are scarce, high‑priority tasks can preempt GPUs held by lower‑priority tasks.

3.2 Monitoring – unified view of resources and business

Resource monitoring: Utilization and memory usage of IDC GPUs are reported to the cloud monitoring dashboard alongside cloud nodes.

Business monitoring: Application‑level metrics are displayed on the same panel, enabling correlation between resource usage and business KPIs.

Value: A single monitoring standard across cloud and on‑premise eliminates fragmented troubleshooting and capacity planning.

3.3 Logging – centralized collection and query

Log collection agents are deployed with the node; they gather GPU‑related logs and forward them to the cloud log service.

Logs from IDC nodes and cloud nodes are stored together, allowing operators to search and analyze without logging into each physical server.

Conclusion

Using the Hybrid node pool, IDC GPUs move from isolated assets to first‑class, cloud‑managed resources. Enterprises gain a complete pipeline: node registration, shared scheduling that improves utilization, and unified monitoring and logging, without maintaining a separate on‑premise management stack.

Original Source

Signed-in readers can open the original source through BestHub's protected redirect.

Sign in to view source
Republication Notice

This article has been distilled and summarized from source material, then republished for learning and reference. If you believe it infringes your rights, please contactadmin@besthub.devand we will review it promptly.

Cloud NativeKubernetesSchedulingGPUACKHybrid Node Pool
Alibaba Cloud Infrastructure
Written by

Alibaba Cloud Infrastructure

For uninterrupted computing services

0 followers
Reader feedback

How this landed with the community

Sign in to like

Rate this article

Was this worth your time?

Sign in to rate
Discussion

0 Comments

Thoughtful readers leave field notes, pushback, and hard-won operational detail here.