KubernetesCluster
Resource Icon

Resource Overview
A Kubernetes service, an open-source platform that automates application containerization, deployment, and management. It improves operational efficiency by automating tasks required to use containers, such as container deployment, management, and scaling.
Associated Resources
Parent Resource
Resource Configuration
Basic Settings
zone: Physical region where the cluster will be created -KR-1,KR-2included_vpc_name: Name of the VPC where the cluster will be createdhypervisor_code: Hypervisor code cluster version -XENversion: Cluster version -1.32.6-nks.1,1.31.7-nks.1,1.30.8-nks.1maximum_number_of_nodes: Maximum number of nodes in the cluster, 10 or 50 -10,50enable_public_subnet_network: Whether to connect to a public subnet -true,falsesubnet_names: List of subnet names that make up the cluster, up to 3lb_private_subnet_name: Subnet name where the load balancer connected to the cluster is locatedlb_public_subnet_name: Subnet name where the load balancer connected to the cluster is locatedlogin_key_name: Login key name to useenable_audit_log: Whether to enable the audit log feature -true,false
Node Pool (node_pool)
node_pool.node_count: Number of nodes in the cluster -1~10node_pool.software_code: Server image code for nodes -SW.VSVR.OS.LNX64.UBNTU.SVR2004.WRKND.B050node_pool.product_code: Code for node hardware configuration -ncloudServerTypenode_pool.node_pool_subnet_names: Subnet names where the node pool will be creatednode_pool.enable_autoscale: Whether to enable the autoscale feature -true,falsenode_pool.min_value: Minimum number of nodes available during autoscalingnode_pool.max_value: Maximum number of nodes available during autoscalingnode_pool.label: Label of the node pool
Node Taint Settings (node_pool.taint)
node_pool.taint.taint_effect: Node taint effect -NoSchedule,PreferNoSchedule,NoExecutenode_pool.taint.taint_key: Key to set for the node taintnode_pool.taint.taint_value: Value to set for the node taint