[Skill] aks, aks health, cluster health, node pool, activity logs - Inspect Koji AKS cluster health, node pool status, autoscaling, activity logs, deployment failures, and Azure control-plane operations.
65
77%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.github/skills/skill-aks-health/SKILL.md| Tool | Purpose |
|---|---|
aks_cluster_get | List/get AKS cluster details and provisioning state |
aks_nodepool_get | List/get node pool status, VM size, scaling config |
monitor_activitylog_list | Azure control-plane operations and failures |
The Koji AKS cluster has four node pool types:
| Pool | Purpose |
|---|---|
| System | Core K8s services (coredns, metrics-server) |
| Infra | Koji hub, web, kojira, jobs |
| Builder (x86_64) | x86_64 build workers |
| Builder (arm64) | ARM64 build workers |
Use aks_nodepool_get to discover current VM sizes and scaling configuration. Builder pools use autoscaling with a configurable maximum node count (check your AKS deployment or IaC configuration for the exact value and defaults).
Use monitor_activitylog_list to check for:
Set hours to scope the time window (e.g., 12 or 24).
9e308ff
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.