Build ACK managed Kubernetes cluster configurations with node pools, networking, add-ons, and autoscaling.
Last verified: May 2026
Build ACK managed Kubernetes cluster configurations with node pools, networking, add-ons, and autoscaling policies.
Required Fields
clusterNameclusterTypenodePoolsOutput will appear here...Alibaba Cloud Container Service for Kubernetes (ACK) is the managed Kubernetes offering — managed control plane, configurable worker node pools, add-on integrations. The Alibaba ACK Cluster Builder produces complete cluster specs including version, region, VPC, worker pools, add-ons (Terway CNI, Cloud Monitor, log collection), and autoscaling configuration. Output is Terraform-ready and matches `alicloud_cs_managed_kubernetes` parameters.
ACK Pro provides SLA-backed managed control plane with HA, etcd backup, and security hardening features. Standard is suitable for development/test or small production workloads. For production at any scale, ACK Pro is the right choice — the cost differential is small compared to the operational benefit.
Terway is the Alibaba-native CNI with VPC-native pod networking — pods get VPC IPs and can be reached directly without NAT. Flannel is the standard overlay CNI. Terway is generally preferred for production: better integration with security groups, simpler debugging, and no overlay overhead. Flannel may be appropriate for compatibility with non-Alibaba tooling.
A team running Kubernetes on raw ECS for two years has accumulated significant ops debt. You design an equivalent ACK Pro cluster with the builder — same workload sizes, similar topology, but with managed control plane and Terway CNI. Migration takes a sprint, including reworking some pod-IP-coupled networking that the previous overlay-CNI setup had hidden. After migration, on-call burden drops dramatically.
The builder collects cluster name, Kubernetes version, region, VPC, vSwitches per zone, CNI choice, and a list of node pools (each with instance type, count or min/max for autoscaling, taints, labels). Add-ons are specified as a list. The builder validates the Kubernetes version against supported ACK versions and emits the appropriate Terraform resources with dependencies.
Use Terway CNI with VPC-native pod IPs from day one. Switching CNI after the cluster has workloads is operationally painful.
Spread worker pools across zones for HA. Each pool can target specific zones; running pools in three zones means a zone outage only takes down a fraction of capacity.
Was this tool helpful?
Disclaimer: This tool runs entirely in your browser. No data is sent to our servers. Always verify outputs before using them in production. AWS, Azure, and GCP are trademarks of their respective owners.