Az.Aks
Commands to interact with Azure managed Kubernetes clusters.
Kubernetes Service
| Disable-AzAksAddOn |
Disable the addons for aks. |
| Enable-AzAksAddOn |
Enable the addons for aks. |
| Get-AzAksCluster |
List Kubernetes managed clusters. |
| Get-AzAksNodePool |
List node pools in specified cluster. |
| Get-AzAksNodePoolUpgradeProfile |
Gets the details of the upgrade profile for an agent pool with a specified resource group and managed cluster name. |
| Get-AzAksUpgradeProfile |
Gets the details of the upgrade profile for a managed cluster with a specified resource group and name. |
| Get-AzAksVersion |
List available version for creating managed Kubernetes cluster. The operation returns properties of each orchestrator including version, available upgrades and whether that version or upgrades are in preview. |
| Import-AzAksCredential |
Import and merge Kubectl config for a managed Kubernetes Cluster. |
| Install-AzAksKubectl |
Download and install kubectl, the Kubernetes command-line tool. |
| Invoke-AzAksRunCommand |
Run a shell command (with kubectl, helm) on your aks cluster, support attaching files as well. |
| New-AzAksCluster |
Create a new managed Kubernetes cluster. The cmdlet may call below Microsoft Graph API according to input parameters:
|
| New-AzAksNodePool |
Create a new node pool in specified cluster. |
| Remove-AzAksCluster |
Delete a managed Kubernetes cluster. |
| Remove-AzAksNodePool |
Delete node pool from managed cluster. |
| Set-AzAksCluster |
Update or create a managed Kubernetes cluster. |
| Set-AzAksClusterCredential |
Reset the ServicePrincipal of an existing AKS cluster. |
| Start-AzAksCluster |
Starts a Stopped Managed Cluster |
| Start-AzAksDashboard |
Create a Kubectl SSH tunnel to the managed cluster's dashboard. |
| Stop-AzAksCluster |
Stops a Running Managed Cluster |
| Stop-AzAksDashboard |
Stop the Kubectl SSH tunnel created in Start-AzKubernetesDashboard. |
| Update-AzAksNodePool |
Update node pool in a managed cluster. |
Feedback
Submit and view feedback for