問題摘要

項目 內容
發生時間 2025-12-27 14:28:51 +08:00
命名空間 demo-throttle
故障類型 CPU Throttling
影響資源 Deployment: cpu-throttle-demo
處理時間 約 1 分鐘
最終狀態 ✅ 修復成功

環境資訊

叢集配置

故障資源

資源類型 名稱 問題
Deployment demo-throttle/cpu-throttle-demo CPU Throttling 偵測到

診斷分析

<aside> 🔍

根因:CPU 使用超過 limit 導致 throttling

問題特徵:

Throttling 影響:


修復步驟

CPU Limit 調整

步驟 1:檢查當前 CPU limit

kubectl get deployment cpu-throttle-demo -n demo-throttle \\
  -o jsonpath='{.spec.template.spec.containers[0].resources.limits.cpu}'

當前配置: