chore: EKS 노드그룹 t3.medium 3대로 변경 (closes #69)#70
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 #69
변경 사항
instance_types:t3.small→t3.mediumscaling_config: desired 4 → 3, max 4 → 3작업 내용 상세
파드 메모리 부족 문제 해결을 위한 노드 사양 변경.
t3.small(2 GiB) × 4대 구성에서는 kube-system 데몬 + 전체 워크로드(prometheus, loki, redis, postgres, backend, ai)를 수용하기에 메모리가 부족함.
t3.medium(4 GiB) × 3대로 변경 시 총 메모리가 8 GiB → 12 GiB로 증가하여 파드 스케줄링 여유 확보.
체크리스트
terraform plan실행하여 의도한 변경만 포함되어 있음을 확인