🎯

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(39 items)

azure-kubernetes

Installation

Vibe Index InstallInstalls to .claude/skills/
npx vibeindex add microsoft/azure-skills --skill azure-kubernetes
skills.sh Install⚠ Installs to .agents/skills/
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

214,216Installs
-
AddedMar 25, 2026

More from this repository10

🎯
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.

🎯
azure-deploy🎯Skill

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

🎯
azure-diagnostics🎯Skill

A Claude Code skill from Microsoft for troubleshooting Azure resources by collecting and analyzing diagnostic logs and metrics.

🎯
azure-prepare🎯Skill

A Claude Code skill from Microsoft that helps set up Azure environments, including subscription configuration, resource group creation, and prerequisite installation.

🎯
azure-storage🎯Skill

A Claude Code skill from Microsoft for managing Azure Storage accounts, blobs, queues, tables, and file shares.

🎯
azure-validate🎯Skill

A Claude Code skill from Microsoft for validating Azure resource configurations, ARM/Bicep templates, and deployment readiness.

🎯
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.

🎯
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.

🎯
azure-compliance🎯Skill

A Claude Code skill from Microsoft for checking Azure resource compliance against regulatory standards and organizational policies.