Auto Mode 시작하기
새 클러스터에서 Auto Mode 활성화
eksctl을 사용한 클러스터 생성
# cluster-auto-mode.yaml
apiVersion: eksctl.io/v1alpha5
kind: ClusterConfig
metadata:
name: my-auto-mode-cluster
region: ap-northeast-2
version: "1.31"
# Auto Mode 활성화
autoModeConfig:
enabled: true
# 기본 NodePool 자동 생성
nodePools:
- general-purpose
- system
vpc:
cidr: 10.0.0.0/16
nat:
gateway: Single
clusterEndpoints:
publicAccess: true
privateAccess: true
# IAM OIDC Provider 자동 생성
iam:
withOIDC: trueTerraform을 사용한 클러스터 생성
AWS CDK를 사용한 클러스터 생성
기존 클러스터에서 Auto Mode 전환
AWS 콘솔에서 설정
마지막 업데이트