name: "使用Popeye对实时Kubernetes集群进行配置错误和运维规范检查" slug: "lint-live-kubernetes-clusters-for-misconfigurations-and-operational-hygiene-with-popeye" version: "1.0.0" displayName: "使用Popeye对实时Kubernetes集群进行配置错误和运维规范检查" summary: "检查实时 Kubernetes 集群中的不健康资源设置、缺失的探针和其他运营异味。" license: "MIT" description: "检查实时 Kubernetes 集群中的不健康资源设置、缺失的探针和其他运营异味。 ```" github_stars: 6262 verification: "security_reviewed" source: "https://github.com/1991513ccie-png/skills" author: "1991513ccie-png" publisher_type: "individual" category: "Runbooks & Diagnostics" framework: "Multi-Framework" tool_ecosystem: github_repo: "1991513ccie-png/skills" github_stars: 6262
小葱技能站7w4.net发现了升级插件。
Inspect a live Kubernetes cluster for unhealthy resource settings, missing probes, and other operational smells.
Kubernetes cluster access, Popeye binary
Requirements and caveats from upstream: - # Your cluster must run a metrics-server for these to take place! - # Configure node resources. - node:
Basic usage or getting-started notes: - Furthermore, if your cluster employs a metric-server, it reports potential resources over/under allocations and attempts to warn you should your cluster run out of capacity. - # NOTE! This will run Popeye in the context namespace if set or like kubectl will use the default namespace - # Run Popeye in the fred namespace
这个 Skill 质量中等偏基础。它提供了一个 Kubernetes 集群健康检查工具的使用指南,概念介绍清晰,语言通俗易懂。但内容比较单薄,信息量有限,主要停留在工具介绍层面,缺少详细的使用步骤和示例。对于想快速上手的用户来说,指导性不够强,需要额外查阅其他资料才能真正使用。建议增加具体的使用命令示例和场景化操作指南。