azure-aks

Generate AKS cluster configurations and Kubernetes manifests with Bicep or Terraform.

1|Updated Mar 2, 2026
One-click install
npx skills add https://github.com/sitharaj88/claude-skills --skill azure-aks-sitharaj88
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-aks
Source: https://github.com/sitharaj88/claude-skills/tree/main/skills/azure-aks
Command: npx skills add https://github.com/sitharaj88/claude-skills --skill azure-aks-sitharaj88

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill simplifies the complex process of setting up and configuring Azure Kubernetes Service (AKS) clusters, including infrastructure, networking, and Kubernetes manifests.

Core Features & Use Cases

  • AKS Cluster Configuration: Generates Bicep or Terraform templates for AKS clusters with customizable node pools (system, user, spot, GPU).
  • Workload Identity & Secrets Management: Configures secure access to Azure resources using Workload Identity and integrates with Azure Key Vault via the CSI driver.
  • Kubernetes Manifest Generation: Provides production-ready YAML for Deployments, Services, Horizontal Pod Autoscalers, and Ingress controllers.
  • GitOps Integration: Includes examples for setting up Flux for declarative cluster management.

Quick Start

Use the azure-aks skill to generate a Bicep template for an AKS cluster named 'my-aks-cluster' with 3 nodes.

Frequently Asked Questions about azure-aks

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Bicep or Terraform templates for an AKS cluster?

Generate Bicep or Terraform templates for AKS clusters by specifying cluster names and node configurations. The skill outputs production-ready infrastructure code with customizable system, user, spot, and GPU node pools.

How does Workload Identity integrate with Azure Key Vault in AKS?

Workload Identity in AKS integrates with Azure Key Vault via the CSI driver to configure secure access. This setup allows pods to authenticate to Azure resources without storing secrets in manifests.

Can I set up GitOps deployment with Flux for Azure Kubernetes Service?

Yes, GitOps deployment with Flux can be set up for Azure Kubernetes Service. The skill provides examples for configuring Flux to enable declarative cluster management and automated application deployments.

What's the best way to create production-ready Kubernetes manifests for AKS?

Create production-ready Kubernetes manifests for AKS by generating YAML files for Deployments, Services, Horizontal Pod Autoscalers, and Ingress controllers. This ensures scalable and manageable workloads on Azure.

Does this skill support configuring AKS networking and node pools?

Yes, AKS networking and node pools are fully supported. The skill automates the setup of cluster networking and generates configurations for diverse node pool types including system, user, spot, and GPU nodes.

When should I use Bicep versus Terraform for Azure Kubernetes Service infrastructure?

Choose Bicep or Terraform for Azure Kubernetes Service infrastructure based on your existing toolchain. The skill generates production-ready templates in either language to automate secure cluster setup.