azure-kubernetes
🎯Skillfrom microsoft/azure-skills
Plans, creates, and configures production-ready Azure Kubernetes Service (AKS) clusters with a focus on Day-0 decisions that are hard to change later. Covers SKU selection, networking options, API server access, identity, security, and node pool configuration.
Overview
Azure Kubernetes is a skill from Microsoft's official Azure Skills collection that produces recommended AKS cluster configurations based on user requirements. It distinguishes between Day-0 decisions (networking, API server access — hard to change after creation) and Day-1 features (can be enabled post-creation), ensuring critical architectural choices are made correctly upfront.
Key Features
- Structured planning phases: Determines scope, runs a requirements quiz (environment, workloads, networking, security), then generates recommendations and deployment commands
- SKU guidance: Helps choose between AKS Automatic (managed, no node config needed) and AKS Standard (full control over node pools and configuration)
- Networking design: Covers API server access (public/private), pod IP models (Azure CNI Overlay), and egress configuration
- Day-0 vs Day-1 separation: Clearly identifies which decisions are hard to change later vs. features that can be enabled after cluster creation
- Security and identity: Covers identity configuration and secrets management for production workloads
- MCP and CLI integration: Uses mcp_azure_mcp_aks tool and generates az aks/kubectl commands for deployment
Who is this for?
DevOps engineers, platform teams, and cloud architects planning new AKS clusters who want structured guidance on the critical Day-0 decisions that are difficult to change after creation. Ideal for teams moving to Kubernetes on Azure who need help choosing between AKS SKUs, designing networking topology, and generating production-ready deployment commands.
Same repository
microsoft/azure-skills(39 items)
Installation
npx vibeindex add microsoft/azure-skills --skill azure-kubernetesnpx skills add microsoft/azure-skills --skill azure-kubernetes~/.claude/skills/azure-kubernetes/SKILL.mdSKILL.md
More from this repository10
A Claude Code skill from Microsoft that enables Azure AI Foundry integration, helping developers build, deploy, and manage AI applications on Azure.
A Claude Code skill from Microsoft for working with Azure AI services, including Cognitive Services, OpenAI on Azure, and machine learning workflows.
A Claude Code skill from Microsoft for deploying applications and infrastructure to Azure using ARM templates, Bicep, or CLI commands.
A Claude Code skill from Microsoft for troubleshooting Azure resources by collecting and analyzing diagnostic logs and metrics.
A Claude Code skill from Microsoft that helps set up Azure environments, including subscription configuration, resource group creation, and prerequisite installation.
A Claude Code skill from Microsoft for managing Azure Storage accounts, blobs, queues, tables, and file shares.
A Claude Code skill from Microsoft for validating Azure resource configurations, ARM/Bicep templates, and deployment readiness.
A Claude Code skill from Microsoft for managing Microsoft Entra ID (Azure AD) app registrations, including OAuth configuration and permissions setup.
A Claude Code skill from Microsoft for adding Application Insights telemetry to your apps, enabling performance monitoring and error tracking on Azure.
A Claude Code skill from Microsoft for checking Azure resource compliance against regulatory standards and organizational policies.