Skip to content

Comments

eks dev 배포#343

Draft
dbswjd7 wants to merge 8 commits intodevfrom
feat/332-eks-cluster
Draft

eks dev 배포#343
dbswjd7 wants to merge 8 commits intodevfrom
feat/332-eks-cluster

Conversation

@dbswjd7
Copy link
Contributor

@dbswjd7 dbswjd7 commented Feb 19, 2026

ecs를 eks로 전환한 dev입니다.

  • 네트워크: 아키텍쳐 설계에 따라 구성
    인바운드: Route53 -> ALB(waf) -> private(spot gateway)
    아웃바운드: private -> Nat gateway -> ALB -> Route53
  • eks: 노드그룹 1개, t3.large
  • Ingress: ALB Controller
  • argo CD: remote access 등록
  • DB: RDS, elasticache

실행

# step 1. dns 제외, 공인 IP만 public에 허가
MYIP="$(curl -s ifconfig.me)/32"
terraform apply \
  -var-file=dev.tfvars \
  -var="eks_public_access_cidrs=[\"$MYIP\"]"



# step 2. alb 생성 확인
aws elbv2 describe-load-balancers --region ap-northeast-2 --names spot-dev-alb


# step 3. ALB 생성 확인 후 dns 연결
terraform apply -var-file=dev.tfvars -var-file=dns.tfvars

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant