Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Azure MCP Server lets you manage Azure resources, including Azure Kubernetes Service (AKS) clusters, using natural language prompts. This feature enables you to quickly manage your container workloads without needing to remember complex syntax.
Azure Kubernetes Service (AKS) is a managed container orchestration service that simplifies Kubernetes deployment and management. AKS offers serverless Kubernetes, integrated CI/CD, and enterprise-grade security and governance. With AKS, you can focus on application development rather than infrastructure management.
Note
The Azure MCP Server tools define parameters for data they need to complete tasks. Some of these parameters are specific to each tool and are documented below. Other parameters are global and shared by all tools. For more information, see Tool parameters.
List clusters
Lists all Azure Kubernetes Service (AKS) clusters in the specified subscription. Use this command to quickly inventory and monitor your AKS deployments across your Azure environment.
Example prompts include:
- List all clusters: "Show me all my AKS clusters in my subscription"
- View cluster inventory: "Can you list the Kubernetes clusters in resource group 'container-rg' for subscription 'dev-123'?"
- Check cluster status: "AKS clusters... dev environment... quick overview"
- Cluster overview: "I need a complete inventory of all our Kubernetes deployments across our enterprise subscription with their node counts and versions."
- Find clusters: "List clusters in the East US region only"
- Monitor deployments: "What's the status of our production AKS clusters? Are they all running properly?"
Parameter | Required or optional | Description |
---|---|---|
Subscription | Required | The ID or name of your Azure subscription containing the AKS clusters. |
Get cluster details
Gets detailed information about a specific Azure Kubernetes Service (AKS) cluster, including configuration, status, node pools, and networking details. This operation helps you examine cluster properties and monitor the health of your Kubernetes environment.
Example prompts include:
- Cluster details: "Show me details about the 'production-aks' cluster in my subscription."
- Check cluster: "Get information about cluster 'dev-kubernetes' in subscription 'dev-123'."
- Cluster status: "What's the current status of my 'staging-aks' cluster?"
- View configuration: "Show me the configuration for cluster 'web-app-cluster'."
- Cluster health: "Get detailed health information for my 'ml-workload-aks' cluster."
- Node pool info: "What are the node pool details for cluster 'analytics-cluster'?"
Parameter | Required or optional | Description |
---|---|---|
Name | Required | The name of the AKS cluster to retrieve details for. |