Skip to content

Latest commit

 

History

History
description page_type products urlFragment languages
Deploy a managed cluster with Azure Container Service (AKS) with Helm
sample
azure
azure-resource-manager
aks-helm
json
bicep

Azure Container Service (AKS) with Helm

Azure Public Test Date Azure Public Test Result

Azure US Gov Last Test Date Azure US Gov Last Test Result

Best Practice Check Cred Scan Check

Bicep Version

Deploy To Azure Deploy To Azure US Gov Visualize

Deployment

This template deploys an AKS cluster. To learn more about how to deploy the template, see the quickstart article.

For information about how to deploy an AKS cluster using Azure CLI, see the quickstart article.

Keys

To use keys stored in keyVault, replace "value":"" with a reference to keyVault in the parameters file. For example:

"servicePrincipalClientSecret": {
  "reference": {
    "keyVault": {
      "id": "<specify Resource ID of the Key Vault you are using>"
    },
    "secretName": "<specify name of the secret in the Key Vault to get the service principal password from>"
  }
}

Tags: Microsoft.ContainerService/managedClusters, SystemAssigned