Commit Graph

2 Commits

Author SHA1 Message Date
OG T
0b68352fc2 feat(k3s): P2/P3 改進 - kube-state-metrics + Kured 時區修復 + Descheduler 調整
P2 改進:
- 新增 kube-state-metrics v2.10.1 (NodePort:30888)
- 新增 7 條 kube-state-metrics 告警規則 (NPD 整合)

P3 改進:
- 修復 Kured 維護窗口時區 (18:00→02:00 台北時間)
- Descheduler threshold 20%→30% (避免過度遷移)

首席架構師審查建議執行項目

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-28 22:23:42 +08:00
OG T
541565de48 feat(k4.2): Descheduler for pod rebalancing
- Deploy Descheduler v0.30.1 as CronJob
- Schedule: Every 2 hours
- Policies enabled:
  - LowNodeUtilization: rebalance when node < 20% usage
  - RemoveDuplicates: spread replicas across nodes
  - RemovePodsViolatingNodeAffinity: enforce affinity rules

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-03-28 22:03:54 +08:00