Passa al contenuto principale

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 for container deployment, management, and scaling.

Associated Resources

Risorse principali


Valori di configurazione della risorsa

Basic Settings

  • zone : Physical zone where the cluster will be created - KR-1, KR-2
  • included_vpc_name : Name of the VPC where the cluster will be created
  • hypervisor_code : Hypervisor code for the cluster version - XEN
  • version : Cluster version - 1.32.6-nks.1, 1.31.7-nks.1, 1.30.8-nks.1
  • maximum_number_of_nodes : Maximum number of nodes in the cluster - 10, 50
  • enable_public_subnet_network : Whether to connect to a public subnet - true, false
  • subnet_names : List of subnet names 구성 for the cluster (up to 3)
  • lb_private_subnet_name : Subnet name where the private load balancer is located
  • lb_public_subnet_name : Subnet name where the public load balancer is located
  • login_key_name : Login key name to use
  • enable_audit_log : Whether to enable audit logging - true, false

Node Pool (node_pool)

  • node_pool.node_count : Number of nodes in the cluster - 1 ~ 10
  • node_pool.software_code : Server image code for nodes - SW.VSVR.OS.LNX64.UBNTU.SVR2004.WRKND.B050
  • node_pool.product_code : Hardware configuration code for nodes - ncloudServerType
  • node_pool.node_pool_subnet_names : Subnet names where the node pool will be created
  • node_pool.enable_autoscale : Whether to enable autoscaling - true, false
  • node_pool.min_value : Minimum number of nodes available during autoscaling
  • node_pool.max_value : Maximum number of nodes available during autoscaling
  • node_pool.label : Labels assigned to the node pool

Node Taint Settings (node_pool.taint)

  • node_pool.taint.taint_effect : Taint effect - NoSchedule, PreferNoSchedule, NoExecute
  • node_pool.taint.taint_key : Key for the node taint
  • node_pool.taint.taint_value : Value for the node taint

References