共用方式為


AKSControlPlane 數據表的查詢

如需在 Azure 入口網站 中使用這些查詢的詳細資訊,請參閱Log Analytics教學課程。 如需 REST API,請參閱 查詢

叢集自動調整程序記錄

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

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