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(25 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 for deploying applications and infrastructure to Azure using ARM templates, Bicep, or CLI commands.
A Claude Code skill from Microsoft that analyzes Azure spending patterns and recommends cost-saving measures for cloud resource optimization.
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 managing Microsoft Entra ID (Azure AD) app registrations, including OAuth configuration and permissions setup.
A Claude Code skill from Microsoft that generates visual maps of Azure resource relationships, dependencies, and architecture diagrams.
A Claude Code skill from Microsoft for building custom copilot experiences using the Azure-hosted Copilot SDK with AI model integration.
Assesses and automates upgrades of Azure workloads between plans, tiers, or SKUs. Handles plan/tier upgrades (e.g., Consumption to Flex Consumption), cross-service migrations (e.g., App Service to Container Apps), and SKU changes with phased assessment reports and idempotent scripts.
Architects and provisions enterprise Azure infrastructure from workload descriptions, generating Bicep or Terraform templates with WAF alignment. Covers networking, identity, security, compliance, and multi-resource topologies including landing zones, hub-spoke networks, and multi-region DR.
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.