$npx skillfedfor your agent

azure-aks

Azure AKS provisions managed Kubernetes clusters on Azure with built-in support for node pool configuration, network policies, and auto-scaling. The skill covers cluster creation, ingress setup, Container Insights monitoring, Azure Container Registry integration, and Terraform-based infrastructure as code for repeatable deployments.

Azure AKS deploys and manages production Kubernetes clusters on Azure with node pools, networking, and Azure integrations.

AI-generated summary based on this skill's SKILL.md

44 4 MITupdated by BagelHole

Decision gist · record as of 2026-05-22

Azure AKS deploys and manages production Kubernetes clusters on Azure with node pools, networking, and Azure integrations. Azure AKS provisions managed Kubernetes clusters on Azure with built-in support for node pool configuration, network policies, and auto-scaling. The skill covers cluster creation, ingress setup, Container Insights monitoring, Azure Container Registry integration, and Terraform-based infrastructure as code for repeatable deployments.

manual: git clone https://github.com/BagelHole/DevOps-Security-Agent-Skills → cp -r DevOps-Security-Agent-Skills/infrastructure/cloud-azure/azure-aks ~/.claude/skills/azure-aks
infrastructure/cloud-azure/azure-aks/SKILL.md · version 51a5bcb7

Use it when

  • Azure AKS lets you configure multiple node pools with different VM sizes, OS types.
  • Azure AKS integrates seamlessly with Azure Container Registry (ACR) for private image storage, Azure Key Vault for secrets management.

Verify before relying

Read SKILL.md below before installing (1 file). Open directory: indexed for reading, not audited.

Same gist for agents: .md · .json

Install

BagelHole/DevOps-Security-Agent-Skills/azure-aks · repository language: Shell

Open directory. Skills are indexed for reading, not audited. Review a skill's body before installing it.

Frequently asked questions

AI-generated answers based on this skill's SKILL.md and metadata

How do you deploy Kubernetes on Azure using azure-aks?

Azure AKS provisions managed Kubernetes clusters on Azure with built-in support for node pool configuration, network policies, and auto-scaling. You can deploy clusters via the Azure portal, Azure CLI, or infrastructure-as-code tools like Terraform and ARM templates. AKS handles the control plane, allowing you to focus on workload deployment and cluster management.

What does azure-aks support for node pools and scaling?

Azure AKS lets you configure multiple node pools with different VM sizes, OS types, and scaling settings to optimize for various workload requirements. You can enable cluster autoscaling to automatically adjust node counts based on demand, and configure spot instances for cost-effective compute. GPU node pools are supported for compute-intensive workloads.

How can you integrate Azure services with azure-aks?

Azure AKS integrates seamlessly with Azure Container Registry (ACR) for private image storage, Azure Key Vault for secrets management, and Azure Active Directory (AD) for identity and access control. These integrations enable secure, enterprise-grade deployments with centralized authentication and secret handling.

Can you create an AKS cluster with Terraform?

Yes, azure-aks supports provisioning AKS infrastructure using Terraform and ARM templates for infrastructure-as-code deployments. Terraform allows you to define cluster configuration, node pools, networking, and integrations declaratively, enabling repeatable and version-controlled cluster provisioning across environments.

What monitoring and troubleshooting capabilities does azure-aks provide?

Azure AKS includes Container Insights for monitoring cluster health, node performance, and workload metrics. You can access logs, set up alerts, and troubleshoot cluster issues through Azure Monitor. The skill covers upgrade processes, private cluster setup, networking security, and best practices for maintaining production clusters.

SKILL.md

Rendered from the published skill. Quoted content, verbatim.

Azure Kubernetes Service

Deploy and manage production-grade Kubernetes clusters on Azure with AKS. Covers cluster creation, node pool management, networking, ingress controllers, monitoring, security, and Terraform-based provisioning.

When to Use

  • You need managed Kubernetes without maintaining control plane infrastructure.
  • Your workloads require container orchestration with auto-scaling.
  • You need tight integration with Azure AD, Key Vault, and Container Registry.
  • You are running microservices that require service mesh, ingress, or network policies.
  • You need GPU or spot node pools for specialized or cost-optimized workloads.

Prerequisites

```bash

Install Azure CLI and kubectl

curl -sL https://aka.ms/InstallAzureCLIDeb | sudo bash az aks install-cli

Login and set subscription

az login az account set --subscription "my-subscription-id"

Register required providers

az provider register --namespace

(truncated - see the full file via the links below)

File tree — 1 file
infrastructure/cloud-azure/azure-aks/SKILL.md

Let your AI agent find skills like this

Example. Real query, live index.

You found this page by searching. An agent finds it by wishing: SkillFed indexes 56,283 agent skills by what they can do, searchable in plain language.

wish › “Deploy and manage production Kubernetes clusters on Azure”

Give your agent the search over MCP, or paste the wish link into any chat. No install? Search from any chat →

Related skills

azure-ml-foundry-workspace
by JosiahSiegel · JosiahSiegel/claude-plugin-marketplace

Complete reference for provisioning and configuring Azure Machine Learning workspaces and AI Foundry projects, covering workspace hierarchy, managed networking with private endpoints, compute targets, and endpoint deployment. Includes az ml CLI v2 and PowerShell Az.MachineLearningServices commands, managed identity setup, ACR integration, and diagnostic workflows for troubleshooting compute and deployment logs.

MITupdated Jun 2026
★ 49repo stars
aks-automatic-2025
by JosiahSiegel · JosiahSiegel/claude-plugin-marketplace

AKS Automatic 2025 is a fully-managed Kubernetes offering that handles cluster operations, security patching, and node provisioning automatically. It includes Karpenter-based dynamic scaling, Microsoft Entra integration, Azure CNI Overlay networking with Cilium, and built-in monitoring through Azure Monitor. Use this skill to deploy production clusters, configure autoscaling with HPA/VPA/KEDA, set up workload identity, and understand the new billing model.

MITupdated Jun 2026
★ 49repo stars
az-aks-agent
by julianobarbosa · julianobarbosa/claude-code-skills

Azure AKS Agent is an AI-powered troubleshooting tool that lets you diagnose cluster health, pod failures, networking, storage, and security issues through conversational queries. Ask natural language questions about your AKS cluster directly from the terminal without needing Kubernetes expertise or complex command syntax.

MITupdated Jul 2026
★ 5repo stars
azure-kubernetes-automatic-readiness
by microsoft · microsoft/azure-skills

This skill evaluates Kubernetes workloads and cluster configurations against AKS Automatic's deployment safeguards, pod security standards, and cluster-level requirements. It identifies incompatibilities through live cluster assessment or offline manifest validation, then provides targeted remediation guidance. Use it to determine readiness before migrating to AKS Automatic.

MITupdated Jul 2026
★ 1,328repo stars
arm-templates
by BagelHole · BagelHole/DevOps-Security-Agent-Skills

ARM Templates & Bicep provides Azure-native infrastructure-as-code using Bicep's cleaner syntax or traditional ARM JSON. Build modular deployments across resource groups, subscriptions, and management groups with What-If validation before applying changes.

MITupdated May 2026
★ 44repo stars
redis
by BagelHole · BagelHole/DevOps-Security-Agent-Skills

This skill walks you through deploying and operating Redis across single-instance, Sentinel, and cluster modes. Learn core commands for strings, hashes, lists, and sorted sets; configure persistence with RDB snapshots and AOF; implement caching, rate limiting, pub/sub, and distributed locking patterns; and run Redis in Docker with monitoring.

MITupdated May 2026
★ 44repo stars

More skills container-apps-gpu-2025 (MIT) · Azure Env Builder (NOASSERTION) · Materialize Terraform Self Managed (NOASSERTION) · k8s-storage (MIT) · azure-kubernetes (MIT) · model-serving-kubernetes (MIT) · gpu-kubernetes-operations (MIT)

Tags
container-orchestrationmanaged-kubernetesazure-cloud-nativeinfrastructure-as-codedevops-automationworkload-scalingmulti-pool-clusterscloud-securityobservability-stackcost-optimization