Murat Yildirim
02/26/2026, 3:36 PMeks_node_instance_types = ["r7g.8xlarge"]
eks_node_ami_type = "AL2023_ARM_64_STANDARD"
eks_node_desired_size = 1
eks_node_min_size = 1
eks_node_max_size = 12
# Total Resources: 192 vCPU, 1.5TB RAM
# StarRocks FE Configuration
starrocks_fe_replicas = 1 # Single FE for minimal cost (no HA)
starrocks_fe_storage_size = "200Gi"
starrocks_fe_cpu_request = "4"
starrocks_fe_memory_request = "16Gi"
starrocks_fe_cpu_limit = "8"
starrocks_fe_memory_limit = "32Gi"
# StarRocks CN Configuration (Primary for shared data mode)
starrocks_cn_replicas = 4 # Start with 4 CNs (minimal baseline)
starrocks_cn_storage_size = "500Gi"
starrocks_cn_cpu_request = "16"
starrocks_cn_memory_request = "120Gi"
starrocks_cn_cpu_limit = "30"
starrocks_cn_memory_limit = "240Gi"
# Autoscaling Configuration
enable_cluster_autoscaler = true
cluster_autoscaler_version = "1.30.1"
cluster_autoscaler_scale_down_delay = "5m"
cluster_autoscaler_scale_down_unneeded_time = "5m"
cluster_autoscaler_scale_down_utilization_threshold = "0.5"
enable_starrocks_hpa = true
starrocks_cn_max_replicas = 24 # Can scale to 24 CNs during heavy queries
starrocks_cn_target_cpu_utilization = 70
starrocks_cn_target_memory_utilization = 80biying gao
03/02/2026, 6:48 AMahn heesuk
03/03/2026, 8:25 AMMurat Yildirim
03/10/2026, 5:41 PMMurat Yildirim
03/10/2026, 5:45 PMMurat Yildirim
03/10/2026, 5:53 PMahn heesuk
03/11/2026, 7:04 AM