The fundamental decision is the trade-off between infrastructure control and infrastructure abstraction.
A conventional managed/dedicated Kubernetes environment gives architects greater control over node pools, instance types, resource placement, operating-system configuration, network topology, specialized hardware, and related infrastructure choices. This makes Option B appropriate when a regulated fintech application requires exact control over the compute and networking environment.
ACK Serverless takes the opposite approach. Alibaba Cloud manages the underlying node infrastructure, and workloads run without customers purchasing or maintaining worker nodes. Alibaba ' s documentation states that ACK Serverless uses pay-as-you-go resource consumption and can scale pods rapidly, making it particularly appropriate for variable or unpredictable workloads.
Alibaba Cloud also explicitly describes ACK Serverless as Kubernetes-compatible infrastructure where customers focus on application development while paying according to CPU and memory resources requested by workloads.
Option A is too absolute: dedicated Kubernetes infrastructure does not inherently guarantee lower application latency; latency depends on workload, topology, instance configuration, networking, and scaling behavior. Option C is also incorrect because both managed and serverless ACK environments integrate deeply with Alibaba Cloud networking services.
Study Guide reference: Core Infrastructure Deep Dive — ACK deployment models, serverless containers, cluster control, elasticity, and cost optimization.
==================================================
Submit