What problem does it solve?
Agents and operators need a reliable, repeatable way to provision Azure Kubernetes Service clusters, obtain kubeconfig credentials, and manage additional node pools before switching to generic Kubernetes tooling.
Core Features & Use Cases
- Create AKS clusters with specified resource group, region, node count, and VM size to bootstrap a managed Kubernetes control plane.
- Fetch and merge cluster credentials into local kubeconfig so kubectl and Helm can operate on the cluster.
- Add specialized node pools for workload isolation, GPU or high-memory nodes, or capacity adjustments.
Use case: provision a production AKS cluster, fetch credentials, and then hand off to generic Kubernetes deployment and Helm skills.
Quick Start
Use the aks skill to create a new AKS cluster in resource group rg-dojo-aks in eastus with three nodes and merge credentials into the local kubeconfig.