Share via


AKSControlPlane 數據表的查詢

叢集自動調整程序記錄

從叢集自動調整程序查詢記錄。 這有助於說明叢集意外相應增加或減少的原因。 需要診斷設定才能使用資源特定目的地數據表。

AKSControlPlane
| where Category=="cluster-autoscaler"
| limit 100
| project TimeGenerated, Level, Message

Kubernetes API 伺服器記錄

從 Kubernetes API 伺服器查詢記錄。 需要診斷設定才能使用資源特定目的地數據表。

AKSControlPlane
| where Category=="kube-apiserver"
| limit 100
| project TimeGenerated, Level, Message