azure-aks

Deploy and manage Azure Kubernetes Service clusters with node pools and networking.

46|4|Updated Jan 27, 2026
One-click install
npx skills add https://github.com/BagelHole/DevOps-Security-Agent-Skills --skill azure-aks-bagelhole
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: azure-aks
Source: https://github.com/BagelHole/DevOps-Security-Agent-Skills/tree/main/infrastructure/cloud-azure/azure-aks
Command: npx skills add https://github.com/BagelHole/DevOps-Security-Agent-Skills --skill azure-aks-bagelhole

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill simplifies the deployment and management of Azure Kubernetes Service (AKS) clusters, enabling efficient orchestration of containerized applications on Azure.

Core Features & Use Cases

  • Cluster Deployment: Create new AKS clusters with specified node counts and VM sizes.
  • Node Pool Management: Add and configure additional node pools for workload isolation or specialized hardware.
  • Add-on Integration: Enable essential add-ons like monitoring and Azure Policy for enhanced cluster management and security.
  • Use Case: You need to deploy a new microservices application on Kubernetes within Azure. This Skill helps you quickly set up a secure and scalable AKS cluster.

Quick Start

Use the azure-aks skill to create a new AKS cluster named 'myakscluster' in the 'mygroup' resource group 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 deploy an Azure Kubernetes Service cluster with a specific node count and VM size?

To deploy an Azure Kubernetes Service (AKS) cluster, you specify the resource group, cluster name, node count, and VM sizes. This process provisions a managed Kubernetes environment ready for container orchestration.

Can I configure additional node pools in AKS for workload isolation?

Yes, you can add and configure additional node pools in Azure Kubernetes Service. This enables workload isolation and allows you to provision specialized hardware for specific containerized applications.

How do I enable monitoring and Azure Policy add-ons for an AKS cluster?

You can enable essential add-ons like monitoring and Azure Policy during or after Azure Kubernetes Service deployment. These integrations provide enhanced cluster management and security for your Kubernetes workloads.

What is the best way to run scalable container orchestration on Azure infrastructure?

Azure Kubernetes Service (AKS) provides a managed Kubernetes environment for running scalable container orchestration on Azure infrastructure. It simplifies cluster deployment, networking configuration, and node pool management.

Does Azure Kubernetes Service support microservices application deployment?

Yes, Azure Kubernetes Service is designed for deploying microservices applications. You can quickly set up a secure and scalable AKS cluster to orchestrate your containerized workloads within Azure.