简体   繁体   English

有什么方法可以使用日志在 Azure Kube.netes 服务 (AKS) 上找到节点可伸缩性时间?

[英]Is there any way to find the Node scalability time on Azure Kubernetes Service (AKS) using Logs?

I want to find the Node scalability time on Azure Kube.netes Service (AKS) using Logs.我想使用日志在 Azure Kube.netes 服务 (AKS) 上找到节点可伸缩性时间。

It's possible with some assumptions.有一些假设是可能的。

This information is taken from Azure AKS documentation (consider getting familiar with it, it describes how to enable, where to look at and etc):此信息取自Azure AKS 文档(考虑熟悉它,它描述了如何启用、在哪里查看等):

To diagnose and debug autoscaler events, logs and status can be retrieved from the autoscaler add-on.要诊断和调试自动缩放器事件,可以从自动缩放器附加组件中检索日志和状态。

AKS manages the cluster autoscaler on your behalf and runs it in the managed control plane. AKS 代表你管理集群自动缩放器并在托管控制平面中运行它。 You can enable control plane node to see the logs and operations from CA (cluster autoscaler).您可以启用控制平面节点以查看来自 CA(集群自动缩放器)的日志和操作。

The same cluster-autoscaler is used across different platforms, each of them can have some specific setup (eg for Azure AKS ).跨不同平台使用相同的 cluster- autoscaler,每个平台都可以有一些特定的设置(例如Azure AKS )。 Based on it, logs should have events like:基于它,日志应该有这样的事件:

status, scaleUp, scaleDown, eventResult

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何更新 Azure Kube.netes 服务 (AKS) 的凭据 - how to update the credentials for Azure Kubernetes Service (AKS) Azure AKS 容器内日志到 Azure 日志/Azure Sentinel - Azure AKS in-container logs to Azure Logs/Azure Sentinel 如何在 azure (AKS) 中的 Kube.netes 集群中附加磁盘 - How to attach a disk in Kubernetes cluster in azure (AKS) 使用 Kube.netes Python 客户端为 Azure AKS 集群填充 pod CPU 限制 - Populate pods CPU limits using Kubernetes Python Client for Azure AKS cluster 通过 Azure Active Directory (AKS) 对 kube.netes api 进行身份验证 - Authentification to kubernetes api via Azure Active Directory (AKS) Azure 应用服务证书 ssl 到 AKS 入口 - Azure App Service Certificate ssl to AKS ingress 如何自动上传AKS日志到Azure存储账户 - How to automate uploading AKS logs to Azure storage account 根据 Azure 服务总线中的消息计数自动缩放 AKS 部署的节点 - Autoscale AKS deployed nodes based on the count of messages in the Azure service bus 我一直在努力寻找 Azure Synapse Analytics 上的任何相关文档,以使用 CLI 为 Azure KeyVault 提供链接服务 - I have been struggling a lot to find any relevant doc on Azure Synapse Analytics to provision Linked Service for Azure KeyVault using CLI 将 Azure 服务名称解析为 AKS Pod 中的私有 .NET IP? - Resolving Azure Service Names to Private VNET IPs Within AKS Pods?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM