Skip to content

Commit

Permalink
Merge pull request #3716 from fcabrera23/aks-ee-instructions
Browse files Browse the repository at this point in the history
Add AKS-EE support instructions
  • Loading branch information
hhunter-ms authored Sep 12, 2023
2 parents ebbfa2e + 0869baf commit baf93f1
Showing 1 changed file with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This guide walks you through installing an Azure Kubernetes Service (AKS) cluste
- Install:
- [Docker](https://docs.docker.com/install/)
- [kubectl](https://kubernetes.io/docs/tasks/tools/)
- [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli?view=azure-cli-latest)
- [Azure CLI](https://docs.microsoft.com/cli/azure/install-azure-cli)

## Deploy an AKS cluster

Expand Down Expand Up @@ -48,6 +48,13 @@ This guide walks you through installing an Azure Kubernetes Service (AKS) cluste
az aks get-credentials -n [your_aks_cluster_name] -g [your_resource_group]
```

## AKS Edge Essentials
To create a single-machine K8s/K3s Linux-only cluster using Azure Kubernetes Service (AKS) Edge Essentials, you can follow the quickstart guide available at [AKS Edge Essentials quickstart guide](https://learn.microsoft.com/en-us/azure/aks/hybrid/aks-edge-quickstart).

{{% alert title="Note" color="primary" %}}
AKS Edge Essentials does not come with a default storage class, which may cause issues when deploying Dapr. To avoid this, make sure to enable the **local-path-provisioner** storage class on the cluster before deploying Dapr. If you need more information, refer to [Local Path Provisioner on AKS EE](https://learn.microsoft.com/azure/aks/hybrid/aks-edge-howto-use-storage-local-path).
{{% /alert %}}

## Related links

- Learn more about [the Dapr extension for AKS]({{< ref azure-kubernetes-service-extension >}})
Expand Down

0 comments on commit baf93f1

Please sign in to comment.