现状
这段时间在研究 kubernetes 的性能测试,需要观察当前 kubernetes 的各种运行指标,但是苦于英语渣,百度又找不到别人的分享,或者搜索词不对。
过程
没有办法,硬着头皮使用 Goole 翻译加上看代码对 kubelet 的指标内容进行了翻译,所以整理一下,希望可以帮到有需要的人。
结果
// 审计事件生成并发送到审计后端的数量
# HELP apiserver_audit_event_total [ALPHA] Counter of audit events generated and sent to the audit backend.
// apiserver 请求由于审计日志后端发生错误而被拒绝的数量
# HELP apiserver_audit_requests_rejected_total [ALPHA] Counter of apiserver requests rejected due to an error in audit logging backend.
// 验证请求使用的证书的剩余时间的分布情况
# HELP apiserver_client_certificate_expiration_seconds [ALPHA] Distribution of the remaining lifetime on the certificate used to authenticate a request.
// 用于缓存 DEK 而使用掉的缓存百分比
# HELP apiserver_envelope_encryption_dek_cache_fill_percent [ALPHA] Percent of the cache slots currently occupied by cached DEKs.
// 生成加密key的操作耗时,以秒为单位
# HELP apiserver_storage_data_key_generation_dura

本文作者分享了在英语不佳的情况下,如何通过Google翻译和代码解析,翻译并整理了Kubernetes运行时关键指标。内容涵盖审计事件、apiserver性能、kubelet监控数据等,对于理解和监控K8s性能极具帮助。
最低0.47元/天 解锁文章
2万+

被折叠的 条评论
为什么被折叠?



