azure-kubernetes-automatic-readiness
This skill evaluates Kubernetes workloads and cluster configurations against AKS Automatic's deployment safeguards, pod security standards, and cluster-level requirements. It identifies incompatibilities through live cluster assessment or offline manifest validation, then provides targeted remediation guidance. Use it to determine readiness before migrating to AKS Automatic.
Azure Kubernetes Automatic Readiness assesses whether your existing AKS clusters and workloads meet AKS Automatic compatibility requirements.
AI-generated summary based on this skill's SKILL.md
Install
microsoft/azure-skills/azure-kubernetes-automatic-readiness · repository language: Python
git clone https://github.com/microsoft/azure-skills
cp -r azure-skills/skills/azure-kubernetes/azure-kubernetes-automatic-readiness ~/.claude/skills/azure-kubernetes-automatic-readinessnpx skillfed install microsoft/azure-skills/azure-kubernetes-automatic-readinessFrequently asked questions
AI-generated answers based on this skill's SKILL.md and metadata
Is my Kubernetes cluster ready for AKS Automatic?
azure-kubernetes-automatic-readiness evaluates your cluster against AKS Automatic's deployment safeguards, pod security standards, and cluster-level requirements. It performs live cluster assessment or offline manifest validation to identify incompatibilities, then provides targeted remediation guidance to help you determine readiness before migration.
How do I migrate AKS Standard to AKS Automatic?
azure-kubernetes-automatic-readiness identifies and fixes incompatibilities blocking your migration. It validates workloads against Automatic's constraints, detects pod security policy violations, and generates remediation steps with YAML diffs to make your deployments compatible before you transition from Standard to Automatic.
What incompatibilities block AKS Automatic migration?
azure-kubernetes-automatic-readiness identifies migration blockers by validating manifests against AKS Automatic's deployment safeguards and pod security standards. Common issues include unsupported pod configurations, cluster-level settings misalignment, and security constraint violations—the skill flags each and provides fixes.
Can I validate my manifests for AKS Automatic offline?
Yes. azure-kubernetes-automatic-readiness supports offline manifest validation against AKS Automatic deployment safeguards and pod security standards. Upload your YAML files to check compatibility without requiring live cluster access, then review the identified incompatibilities and remediation steps.
What cluster-level configuration does AKS Automatic require?
azure-kubernetes-automatic-readiness assesses cluster-level configuration requirements for AKS Automatic migration. It validates settings like networking, security policies, and resource constraints, then provides guidance on adjustments needed to align your cluster with Automatic's operational model.
How do I fix my workloads for AKS Automatic compatibility?
azure-kubernetes-automatic-readiness generates targeted remediation steps and YAML diffs to make workloads Automatic-compatible. After identifying incompatibilities in your deployments, it provides concrete fixes addressing pod security standards, safeguard violations, and cluster configuration gaps.
SKILL.md
rendered from the published skill — quoted content, verbatim
AKS Automatic Readiness Assessment
> AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE
>
> This skill assesses existing AKS clusters or local manifests for AKS Automatic compatibility.
> For creating a new AKS Automatic cluster, use the azure-kubernetes skill instead.
> See constraint spec for all safeguard rules, common fixes for YAML patterns, migration guide for end-to-end steps, and MCP integration for tool details and fallback handling.
You are an
(truncated - see the full file via the links below)
Read as markdown · JSON record · Browse the source repository
File tree — 5 files
skills/azure-kubernetes/azure-kubernetes-automatic-readiness/SKILL.md
skills/azure-kubernetes/azure-kubernetes-automatic-readiness/references/common-fixes.md
skills/azure-kubernetes/azure-kubernetes-automatic-readiness/references/constraint-spec-v1.yaml
skills/azure-kubernetes/azure-kubernetes-automatic-readiness/references/mcp-integration.md
skills/azure-kubernetes/azure-kubernetes-automatic-readiness/references/migration-guide-summary.md