Share via


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 -n

Name of the managed cluster.

--resource-group -g

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.

--yes -y

Do not prompt for confirmation.

Property Value
Default value: False
Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

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 -n

Name of the managed cluster.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

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 -n

Name of the managed cluster.

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

Property Value
Default value: False
--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

Property Value
Default value: False
--output -o

Output format.

Property Value
Default value: json
Accepted values: json, jsonc, none, table, tsv, yaml, yamlc
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

Property Value
Default value: False