$npx skillfedfor your agent

azure-kubernetes

Azure Kubernetes guides you through planning and provisioning AKS clusters for production, distinguishing critical Day-0 decisions (networking, API server access) from post-creation features. It covers SKU selection, pod IP models, security with Entra ID and policies, observability via Managed Prometheus, upgrade strategies, and cost optimization including Spot nodes.

Azure Kubernetes helps you plan and configure production-ready AKS clusters with Day-0 decisions on networking and security.

AI-generated summary based on this skill's SKILL.md

1,328 220 MITupdated by microsoft

Decision gist · record as of 2026-07-26

Azure Kubernetes helps you plan and configure production-ready AKS clusters with Day-0 decisions on networking and security. Azure Kubernetes guides you through planning and provisioning AKS clusters for production, distinguishing critical Day-0 decisions (networking, API server access) from post-creation features. It covers SKU selection, pod IP models, security with Entra ID and policies, observability via Managed Prometheus, upgrade strategies, and cost optimization including Spot nodes.

manual: git clone https://github.com/microsoft/azure-skills → cp -r azure-skills/skills/azure-kubernetes ~/.claude/skills/azure-kubernetes
skills/azure-kubernetes/SKILL.md · version 8b8a6d82

Use it when

  • Azure Kubernetes explains that AKS Automatic and Standard are two distinct SKU options for cluster management.
  • Azure Kubernetes covers AKS networking configuration including pod IP models (Azure CNI Overlay vs VNet-routable), subnet planning.

Verify before relying

Read SKILL.md below before installing (11 files). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

microsoft/azure-skills/azure-kubernetes · repository language: Python

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do I create an AKS cluster?

Azure Kubernetes helps you plan and create production-ready AKS clusters by guiding Day-0 decisions before provisioning begins. Key steps include choosing between Automatic and Standard SKUs, selecting your pod IP model (Azure CNI Overlay or VNet-routable), configuring API server access (public or private), setting up networking with appropriate subnets, and enabling security features like Entra ID integration. The skill emphasizes that certain decisions—like networking topology and API server visibility—cannot be changed after cluster creation, so planning upfront is critical.

What is the difference between AKS Automatic and Standard SKU?

Azure Kubernetes explains that AKS Automatic and Standard are two distinct SKU options for cluster management. Automatic SKU provides a more managed experience with simplified defaults and automated tuning, while Standard SKU offers greater control and flexibility for customization. Your choice affects pricing, operational overhead, and feature availability, so the skill guides you to evaluate your team's operational maturity and workload requirements when selecting between them.

How should I configure AKS networking and security?

Azure Kubernetes covers AKS networking configuration including pod IP models (Azure CNI Overlay vs VNet-routable), subnet planning, and private API server setup for enhanced security. Security configuration includes Entra ID for identity and access control, pod security policies, network policies, and secrets management best practices. The skill emphasizes that networking choices are Day-0 decisions and recommends aligning security posture with your compliance requirements before cluster creation.

What AKS Day-0 checklist should I follow?

Azure Kubernetes provides a Day-0 checklist covering critical pre-provisioning decisions: SKU selection, networking model, API server access type, identity provider setup, and security policies. These decisions cannot be reversed post-creation. The skill also guides post-creation setup including observability with Container Insights, upgrade strategies, node pool configuration, and cost optimization tactics like Spot nodes and vertical pod autoscaling to ensure your cluster is production-ready.

How can I optimize AKS cost and performance?

Azure Kubernetes recommends multiple cost and performance optimization strategies: enable Spot nodes for non-critical workloads, use cluster autoscaler and pod autoscaling (HPA and VPA), rightsize pods based on actual resource usage, and monitor costs through Container Insights. The skill guides you to balance performance requirements with cost constraints by selecting appropriate node types, configuring auto-scaling policies, and regularly reviewing resource utilization to eliminate waste.

How do I set up AKS observability and upgrade governance?

Azure Kubernetes guides AKS observability setup using Container Insights and Managed Prometheus for monitoring cluster health and workload performance. For operational governance, the skill covers upgrade strategies to keep your cluster current and secure, node pool management for staged rollouts, and validation procedures to confirm cluster readiness. These practices ensure visibility into cluster operations and controlled, predictable updates across your infrastructure.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Azure Kubernetes Service

> AUTHORITATIVE GUIDANCE — MANDATORY COMPLIANCE > > This skill produces a recommended AKS cluster configuration based on user requirements, distinguishing Day-0 decisions (networking, API server — hard to change later) from Day-1 features (can enable post-creation). See CLI reference for commands.

Quick Reference

Property Value
Best for AKS cluster

(truncated - see the full file via the links below)

File tree — 11 files
skills/azure-kubernetes/SKILL.md
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
skills/azure-kubernetes/references/azure-aks-autoscaler.md
skills/azure-kubernetes/references/azure-aks-rightsizing.md
skills/azure-kubernetes/references/azure-aks-spot.md
skills/azure-kubernetes/references/azure-aks-vpa.md
skills/azure-kubernetes/references/cli-reference.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Plan and create a production-ready AKS cluster with Day-0 decisions”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

aks-automatic-2025
by JosiahSiegel · JosiahSiegel/claude-plugin-marketplace

AKS Automatic 2025 is a fully-managed Kubernetes offering that handles cluster operations, security patching, and node provisioning automatically. It includes Karpenter-based dynamic scaling, Microsoft Entra integration, Azure CNI Overlay networking with Cilium, and built-in monitoring through Azure Monitor. Use this skill to deploy production clusters, configure autoscaling with HPA/VPA/KEDA, set up workload identity, and understand the new billing model.

MITupdated Jun 2026
★ 49repo stars
azure-kubernetes-automatic-readiness
by microsoft · microsoft/azure-skills

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.

MITupdated Jul 2026
★ 1,328repo stars
azure-aks
by BagelHole · BagelHole/DevOps-Security-Agent-Skills

Azure AKS provisions managed Kubernetes clusters on Azure with built-in support for node pool configuration, network policies, and auto-scaling. The skill covers cluster creation, ingress setup, Container Insights monitoring, Azure Container Registry integration, and Terraform-based infrastructure as code for repeatable deployments.

MITupdated May 2026
★ 44repo stars
preset
by microsoft · microsoft/azure-skills

preset automates Azure OpenAI model deployment by scanning capacity across regions and routing to the best available option. It checks your current region first, then surfaces alternatives if needed, and handles project selection or creation as part of the workflow.

MITupdated Jul 2026
★ 1,328repo stars
Materialize Terraform Self Managed
by MaterializeInc · MaterializeInc/agent-skills

This skill provides Terraform modules for deploying Materialize across AWS (EKS), Azure (AKS), and GCP (GKE), handling cloud infrastructure, Kubernetes setup, and instance configuration. Use it to build networking, databases, storage, and the Materialize operator stack, or to troubleshoot and upgrade existing deployments.

no license declared → metadata onlyupdated Jul 2026
★ 3repo stars
az-aks-agent
by julianobarbosa · julianobarbosa/claude-code-skills

Azure AKS Agent is an AI-powered troubleshooting tool that lets you diagnose cluster health, pod failures, networking, storage, and security issues through conversational queries. Ask natural language questions about your AKS cluster directly from the terminal without needing Kubernetes expertise or complex command syntax.

MITupdated Jul 2026
★ 5repo stars

More skills Azure Env Builder (NOASSERTION) · customize (MIT)

Tags
kubernetes-orchestrationcluster-provisioningworkload-scalingnetwork-designcontainer-securitycost-optimizationobservability-monitoringmulti-zone-deploymentidentity-managementperformance-tuning