Skip to content

fix: EKS 노드그룹 t3.small × 3→4 확장 (closes #51)#52

Merged
eomkyeongmun merged 1 commit into
mainfrom
fix/#51-nodegroup-scale-4
May 27, 2026
Merged

fix: EKS 노드그룹 t3.small × 3→4 확장 (closes #51)#52
eomkyeongmun merged 1 commit into
mainfrom
fix/#51-nodegroup-scale-4

Conversation

@eomkyeongmun

Copy link
Copy Markdown
Contributor

Summary

  • scaling_config.desired_size 3 → 4
  • scaling_config.max_size 3 → 4
  • t3.small 유지

영향

  • pod cap 33 → 44 (margin 11)
  • 추가 비용 ~$13/20일 (~₩18,000) — EKS 항상 켜놓을 때 기준

Closes #51

🤖 Generated with Claude Code

모니터링 스택 추가로 노드 3대 max-pods 한계 도달.
prometheus-node-exporter/promtail DaemonSet 일부와 prometheus
server pod이 Pending이라 kube-prometheus-stack 앱 OutOfSync.

desired+max를 4로 늘려 pod cap 33→44 확보.
t3.small 유지 (#30 비용 절감 결정 존중).

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@eomkyeongmun eomkyeongmun merged commit 57eaa9a into main May 27, 2026
1 check passed
@eomkyeongmun eomkyeongmun deleted the fix/#51-nodegroup-scale-4 branch May 27, 2026 07:18
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.

fix: EKS 노드그룹 t3.small × 3→4 확장 (모니터링 수용)

1 participant