chore: EKS 노드그룹 5대로 증설 (closes #73)#74
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
관련 이슈
closes #73
변경 사항
terraform/eks-nodegroup.tfscaling_config desired_size 3 → 5, max_size 3 → 5작업 내용 상세
Online Boutique(12 pods) + monitoring + argocd + system 파드 합산 시 t3.medium 3대 한계(노드당 17개 × 3 = 51개) 도달.
node-exporter, promtail DaemonSet이 Pending 상태가 되어 특정 노드 모니터링 공백 발생.
5대로 증설하여 전 노드 커버리지 확보.
terraform apply는 이미 적용 완료.체크리스트
terraform plan실행하여 의도한 변경만 포함되어 있음을 확인terraform apply적용 완료 (노드 5대 Ready 확인)