az aks applicationloadbalancer
Note
This reference is part of the aks-preview extension for the Azure CLI (version 2.73.0 or higher). The extension will automatically install the first time you run an az aks applicationloadbalancer command. Learn more about extensions.
Commands to manage Application Load Balancer (Application Gateway for Containers) addon.
A group of commands to manage Application Load Balancer (Application Gateway for Containers) in given cluster.
Commands
| Name | Description | Type | Status |
|---|---|---|---|
| az aks applicationloadbalancer disable |
Disable Application Load Balancer (Application Gateway for Containers) addon. |
Extension | GA |
| az aks applicationloadbalancer enable |
Enable Application Load Balancer (Application Gateway for Containers) addon. |
Extension | GA |
| az aks applicationloadbalancer update |
Update Application Load Balancer (Application Gateway for Containers) addon. |
Extension | GA |
az aks applicationloadbalancer disable
Disable Application Load Balancer (Application Gateway for Containers) addon.
This command disables Application Load Balancer (Application Gateway for Containers) in given cluster.
az aks applicationloadbalancer disable --name
--resource-group
[--yes]
Required Parameters
Name of the managed cluster.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Optional Parameters
The following parameters are optional, but depending on the context, one or more might become required for the command to execute successfully.
Do not prompt for confirmation.
| Property | Value |
|---|---|
| Default value: | False |
Global Parameters
Increase logging verbosity to show all debug logs.
| Property | Value |
|---|---|
| Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
| Property | Value |
|---|---|
| Default value: | False |
Output format.
| Property | Value |
|---|---|
| Default value: | json |
| Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
| Property | Value |
|---|---|
| Default value: | False |
az aks applicationloadbalancer enable
Enable Application Load Balancer (Application Gateway for Containers) addon.
This command enables Application Load Balancer in given cluster.
az aks applicationloadbalancer enable --name
--resource-group
Required Parameters
Name of the managed cluster.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Global Parameters
Increase logging verbosity to show all debug logs.
| Property | Value |
|---|---|
| Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
| Property | Value |
|---|---|
| Default value: | False |
Output format.
| Property | Value |
|---|---|
| Default value: | json |
| Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
| Property | Value |
|---|---|
| Default value: | False |
az aks applicationloadbalancer update
Update Application Load Balancer (Application Gateway for Containers) addon.
This command is used to make a put operation on the Application Load Balancer in a given cluster.
az aks applicationloadbalancer update --name
--resource-group
Required Parameters
Name of the managed cluster.
Name of resource group. You can configure the default group using az configure --defaults group=<name>.
Global Parameters
Increase logging verbosity to show all debug logs.
| Property | Value |
|---|---|
| Default value: | False |
Show this help message and exit.
Only show errors, suppressing warnings.
| Property | Value |
|---|---|
| Default value: | False |
Output format.
| Property | Value |
|---|---|
| Default value: | json |
| Accepted values: | json, jsonc, none, table, tsv, yaml, yamlc |
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.
Increase logging verbosity. Use --debug for full debug logs.
| Property | Value |
|---|---|
| Default value: | False |