kubernetes-sigskubernetes-sigsOfficialยท1 Agent Skills Included

cluster-api-provider-azure

Declarative Kubernetes cluster provisioning and management on Azure

Provisions and manages Kubernetes clusters on Azure using declarative Cluster API resources. Supports both self-managed virtual machine clusters and managed AKS clusters with automated networking, load balancers, and scaling. Eliminates manual Azure portal configuration and includes debugging workflows for cluster failures, VM issues, and test triage.
npx skills add kubernetes-sigs/cluster-api-provider-azure --all -g -y
Available:

Gives your AI agent a full map of the CAPZ architecture, controllers, build commands, and coding patterns so it can navigate and modify this codebase correctly.

All Skills in This Repository (1)

Pure Emerald Level Indicators

Frequently Asked Questions

FAQPage Schema
How to install cluster-api-provider-azure?โ–ผ

Run `npx skills add kubernetes-sigs/cluster-api-provider-azure --all -g -y` in your terminal to install all skills in this repository globally.

What does Cluster API Provider Azure do?โ–ผ

It lets you create, configure, and manage Kubernetes clusters on Azure using declarative Kubernetes-style APIs instead of manual portal or CLI work. It supports both self-managed VM-based clusters and managed AKS clusters.

How to debug a failing CAPZ cluster?โ–ผ

The included debug skill walks through checking cluster resources with kubectl, inspecting controller logs, and running read-only Azure CLI commands on VMs to find the root cause before suggesting fixes.

Does CAPZ support AKS managed clusters?โ–ผ

Yes. CAPZ manages AKS clusters and node pools through Azure Service Operator, alongside self-managed clusters built on Azure virtual machines.

Can I use this without deep Kubernetes experience?โ–ผ

Basic Kubernetes familiarity helps, but the skills guide your agent through diagnosis step by step, explaining each check and proposing fixes in plain language.

Related Repositories in Software Engineering

View All in Software Engineeringโ†’