azure-kubernetes
Plan and configure production-ready Azure Kubernetes Service clusters with Day-0 and Day-1 best practices.
What it does
- "Can I migrate to AKS Automatic?"
- "Check my cluster readiness for Automatic"
- "Validate manifests against AKS Automatic constraints"
- "Fix my deployment for Automatic compatibility"
- "Identify AKS Automatic migration blockers"
- Any mention of AKS Automatic + (migration | readiness | compatibility | assessment | validation)
- "Create an AKS cluster" / "What are AKS best practices?" / "How do I deploy to AKS?"
Requirements & configuration
- | ⚠️ Requires changes | Y workloads |
- Required: <what AKS Automatic requires>
- safeguard-allowed-seccomp-profiles — patch only when seccompProfile.type: Unconfined is present, or when the MCP suggestedPatch explicitly requires a seccomp change
- LLM-reasoned fixes (require app context; use remediationGuide):
- safeguard-pod-enforce-antiaffinity — needs app labels for selector
Derived from the skill's own SKILL.md documentation · extracted 2026-07-23
Plan and configure production-ready Azure Kubernetes Service clusters with Day-0 and Day-1 best practices.
Source
Repository: https://github.com/microsoft/azure-skills
azure-kubernetes FAQ
What does the azure-kubernetes skill do?
Assess Kubernetes workloads and cluster configuration for AKS Automatic compatibility. Identifies incompatibilities, generates fixes, and guides migration from AKS Standard to AKS Automatic. WHEN: migrate to AKS Automatic, check AKS Automatic readiness, validate manifests for Automatic, assess cluster for Automatic compatibility, fix deployment for Automatic compatibility, identify AKS Automatic migration blockers, is my cluster ready for AKS Automatic. "Can I migrate to AKS Automatic?" "Check my cluster readiness for Automatic"
What does azure-kubernetes require?
| ⚠️ Requires changes | Y workloads | Required: <what AKS Automatic requires> safeguard-allowed-seccomp-profiles — patch only when seccompProfile.type: Unconfined is present, or when the MCP suggestedPatch explicitly requires a seccomp change LLM-reasoned fixes (require app context; use remediationGuide): safeguard-pod-enforce-antiaffinity — needs app labels for selector
How do I install azure-kubernetes?
Run: npx -y skills add https://github.com/microsoft/azure-skills --skill azure-kubernetes --agent claude-code — the source lives at github.com/microsoft/azure-skills.
Maintain azure-kubernetes?
Let people know it's listed here — add the badge (live metrics, light/dark aware) or a plain link to your README or docs.
[](https://getagentictools.com/skills/microsoft-azure-skills-azure-kubernetes?ref=badge) npx agentictools info skills/microsoft-azure-skills-azure-kubernetes The second line is the CLI lookup for this page — handy in READMEs and docs.