azure-aks

Installation
SKILL.md

Azure AKS

Manage Azure Kubernetes Service clusters.

List clusters

az aks list --query '[].{Name:name,ResourceGroup:resourceGroup,K8sVersion:kubernetesVersion,Nodes:agentPoolProfiles[0].count,Status:provisioningState}' -o table

Get credentials (configure kubectl)

az aks get-credentials --name my-cluster --resource-group my-rg --overwrite-existing
echo "kubectl context configured"

Show cluster details

Related skills

More from thinkfleetai/thinkfleet-engine

Installs
2
First Seen
Mar 1, 2026