You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/aks/dapr-overview.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,12 +1,12 @@
1
1
---
2
-
title: Dapr extension for Azure Kubernetes Service (AKS) overview
2
+
title: Dapr extension for Azure Kubernetes Service (AKS) and Arc-enabled Kubernetes
3
3
description: Learn more about using Dapr on your Azure Kubernetes Service (AKS) cluster to develop applications.
4
4
ms.author: nickoman
5
5
ms.topic: overview
6
6
ms.date: 04/22/2024
7
7
---
8
8
9
-
# Dapr
9
+
# Dapr extension for Azure Kubernetes Service (AKS) and Arc-enabled Kubernetes
10
10
11
11
[Distributed Application Runtime (Dapr)][dapr-docs] offers APIs that help you write and implement simple, portable, resilient, and secured microservices. Dapr APIs run as a sidecar process in tandem with your applications and abstract away common complexities you may encounter when building distributed applications, such as:
12
12
- Service discovery
@@ -19,7 +19,7 @@ Dapr is incrementally adoptable. You can use any of the API building blocks as n
19
19
20
20
## Capabilities and features
21
21
22
-
[Using the Dapr extension to provision Dapr on your AKS or Arc-enabled Kubernetes cluster](../azure-arc/kubernetes/conceptual-extensions.md) eliminates the overhead of:
22
+
[Using the Dapr extension to provision Dapr on your AKS or Arc-enabled Kubernetes cluster][dapr-create-extension] eliminates the overhead of:
23
23
- Downloading Dapr tooling
24
24
- Manually installing and managing the Dapr runtime on your AKS cluster
25
25
@@ -63,7 +63,7 @@ Microsoft provides best-effort support for [the latest version of Dapr and two p
63
63
- 1.12.x
64
64
- 1.11.x
65
65
66
-
You can run Azure CLI commands to retreive a list of available versions in [a cluster](/cli/azure/k8s-extension/extension-types#az-k8s-extension-extension-types-list-versions-by-cluster) or [a location](/cli/azure/k8s-extension/extension-types#az-k8s-extension-extension-types-list-versions-by-location).
66
+
You can run Azure CLI commands to retrieve a list of available versions in [a cluster](/cli/azure/k8s-extension/extension-types#az-k8s-extension-extension-types-list-versions-by-cluster) or [a location](/cli/azure/k8s-extension/extension-types#az-k8s-extension-extension-types-list-versions-by-location).
67
67
68
68
To view a list of the stable Dapr versions available to your managed AKS cluster, run the following command:
69
69
@@ -221,7 +221,9 @@ If you install Dapr through the AKS extension, our recommendation is to continue
221
221
222
222
## Next Steps
223
223
224
-
After learning about Dapr and some of the challenges it solves, try [Deploying an application with the Dapr cluster extension][dapr-quickstart].
224
+
> [!div class="nextstepaction"]
225
+
> [Walk through the Dapr extension quickstart to demo how it works][dapr-quickstart]
# Dapr extension for Azure Kubernetes Service (AKS) and Arc-enabled Kubernetes
13
+
# Install the Dapr extension for Azure Kubernetes Service (AKS) and Arc-enabled Kubernetes
14
14
15
15
[Dapr](./dapr-overview.md) simplifies building resilient, stateless, and stateful applications that run on the cloud and edge and embrace the diversity of languages and developer frameworks. With Dapr's sidecar architecture, you can keep your code platform agnostic while tackling challenges around building microservices, like:
16
16
- Calling other services reliably and securely
@@ -342,9 +342,8 @@ Or simply remove the Bicep template.
342
342
343
343
## Next Steps
344
344
345
-
- Learn more about [extra settings and preferences you can set on the Dapr extension][dapr-settings].
346
-
- Once you have successfully provisioned Dapr in your AKS cluster, try deploying a [sample application][sample-application].
347
-
- Try out [Dapr Workflow on your Dapr extension for AKS][dapr-workflow]
345
+
> [!div class="nextstepaction"]
346
+
> [Configure the Dapr extension for your unique scenario][dapr-settings]
0 commit comments