Azure Aks
Automates Azure Kubernetes Service (AKS) cluster management tasks like scaling, deployments, and monitoring via Bagelhole's AI agent.
Install on your platform
We auto-selected Claude Code based on this skill’s supported platforms.
Run in terminal (recommended)
claude mcp add azure-aks npx -- -y @trustedskills/azure-aks
Or manually add to ~/.claude/settings.json
{
"mcpServers": {
"azure-aks": {
"command": "npx",
"args": [
"-y",
"@trustedskills/azure-aks"
]
}
}
}Requires Claude Code (claude CLI). Run claude --version to verify your install.
About This Skill
What it does
This skill enables interaction with Azure Kubernetes Service (AKS) clusters. It allows for tasks such as retrieving cluster information, deploying applications to AKS, and managing resources within the cluster. The agent can execute commands against your AKS environment using appropriate authentication.
When to use it
- Automating deployments: Quickly deploy containerized applications to your AKS cluster from a prompt.
- Troubleshooting issues: Retrieve logs or resource status information for debugging purposes.
- Resource management: Scale the number of nodes in an AKS cluster based on current load.
- Checking cluster health: Get a summary of the overall health and performance of your AKS environment.
Key capabilities
- Retrieve AKS cluster details
- Deploy applications to AKS
- Manage AKS resources (e.g., scale nodes)
- Execute commands against AKS clusters
Example prompts
- "Show me the status of my 'production' AKS cluster."
- "Deploy the latest version of the 'my-app' container image to my AKS cluster."
- "Scale up the number of nodes in my AKS cluster by 2."
Tips & gotchas
- Requires appropriate Azure credentials and permissions to access your AKS clusters.
- The agent will need context about which AKS cluster it should be interacting with (e.g., subscription ID, resource group name).
Tags
TrustedSkills Verification
Unlike other registries that point to live repositories, TrustedSkills pins every skill to a verified commit hash. This protects you from malicious updates — what you install today is exactly what was reviewed and verified.
Security Audits
| Gen Agent Trust Hub | Pass |
| Socket | Pass |
| Snyk | Pass |
🌐 Community
Passed automated security scans.