🎯

azure-kubernetes

🎯Skill

from microsoft/azure-skills

VibeIndex|
What it does
|

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)

azure-kubernetes

Installation

Vibe Index InstallInstalls to .claude/skills/ - auto-recognized by Claude Code
npx vibeindex add microsoft/azure-skills --skill azure-kubernetes
skills.sh Install⚠ Installs to .agents/skills/ - may not be auto-recognized by Claude Code
npx skills add microsoft/azure-skills --skill azure-kubernetes
Manual InstallCopy SKILL.md content and save to the path below
~/.claude/skills/azure-kubernetes/SKILL.md

SKILL.md

20,523Installs
-
AddedMar 25, 2026

More from this repository10

🎯
azure-deploy🎯Skill

A Claude Code skill from Microsoft for deploying applications and infrastructure to Azure using ARM templates, Bicep, or CLI commands.

🎯
azure-cost-optimization🎯Skill

A Claude Code skill from Microsoft that analyzes Azure spending patterns and recommends cost-saving measures for cloud resource optimization.

🎯
appinsights-instrumentation🎯Skill

A Claude Code skill from Microsoft for adding Application Insights telemetry to your apps, enabling performance monitoring and error tracking on Azure.

🎯
entra-app-registration🎯Skill

A Claude Code skill from Microsoft for managing Microsoft Entra ID (Azure AD) app registrations, including OAuth configuration and permissions setup.

🎯
azure-resource-visualizer🎯Skill

A Claude Code skill from Microsoft that generates visual maps of Azure resource relationships, dependencies, and architecture diagrams.

🎯
azure-hosted-copilot-sdk🎯Skill

A Claude Code skill from Microsoft for building custom copilot experiences using the Azure-hosted Copilot SDK with AI model integration.

🎯
azure-upgrade🎯Skill

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.

🎯
azure-enterprise-infra-planner🎯Skill

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.

🎯
microsoft-foundry🎯Skill

A Claude Code skill from Microsoft that enables Azure AI Foundry integration, helping developers build, deploy, and manage AI applications on Azure.

🎯
azure-ai🎯Skill

A Claude Code skill from Microsoft for working with Azure AI services, including Cognitive Services, OpenAI on Azure, and machine learning workflows.