updates per Mark

Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
Hannah Hunter 2023-05-11 15:47:36 -04:00
parent 830026d889
commit a36dea92c4
3 changed files with 1 additions and 27 deletions

View File

@ -34,7 +34,6 @@ Dapr does work with service meshes. In the case where both are deployed together
Watch these recordings from the Dapr community calls showing presentations on running Dapr together with different service meshes:
- General overview and a demo of [Dapr and Linkerd](https://youtu.be/xxU68ewRmz8?t=142)
- Demo of running [Dapr and Istio](https://youtu.be/ngIDOQApx8g?t=335)
- Learn more about [running Dapr with Open Service Mesh (OSM)]({{<ref open-service-mesh>}}).
## When to use Dapr or a service mesh or both
Should you be using Dapr, a service mesh, or both? The answer depends on your requirements. If, for example, you are looking to use Dapr for one or more building blocks such as state management or pub/sub, and you are considering using a service mesh just for network security or observability, you may find that Dapr is a good fit and that a service mesh is not required.

View File

@ -6,7 +6,7 @@ description: "How to configure your Dapr application to autoscale using KEDA"
weight: 3000
---
Dapr, with its modular building-block approach, along with the 10+ different [pub/sub components]({{< ref pubsub >}}), make it easy to write message processing applications. Since Dapr can run in many environments (e.g. VM, bare-metal, Cloud, or Edge) the autoscaling of Dapr applications is managed by the hosting layer.
Dapr, with its building-block API approach, along with the many [pub/sub components]({{< ref pubsub >}}), makes it easy to write message processing applications. Since Dapr can run in many environments (for example VMs, bare-metal, Cloud or Edge Kubernetes) the autoscaling of Dapr applications is managed by the hosting layer.
For Kubernetes, Dapr integrates with [KEDA](https://github.com/kedacore/keda), an event driven autoscaler for Kubernetes. Many of Dapr's pub/sub components overlap with the scalers provided by [KEDA](https://github.com/kedacore/keda), so it's easy to configure your Dapr deployment on Kubernetes to autoscale based on the back pressure using KEDA.

View File

@ -1,25 +0,0 @@
---
type: docs
title: "How to: Run Dapr and Open Service Mesh together"
linkTitle: "How to: Open Service Mesh"
weight: 4000
description: "Learn how to run both Open Service Mesh and Dapr on the same Kubernetes cluster"
---
With [Open Service Mesh (OSM)](https://openservicemesh.io/), you can uniformly manage, secure, and get out-of-the-box observability features for highly dynamic microservice environments.
## Dapr integration
You can leverage _both_ OSM SMI traffic policies and Dapr capabilities on the same Kubernetes cluster. Refer to the official OSM documentation to get started.
{{< button text="Get started with deploying Dapr and OSM" link="https://docs.openservicemesh.io/docs/integrations/demo_dapr/" >}}
## Demo
Watch the OSM team present the OSM and Dapr integration during [Dapr's Community Call 38](https://youtu.be/LSYyTL0nS8Y?t=1916):
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/LSYyTL0nS8Y?start=1916" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
## Related links
Learn more about [Dapr and service meshes]({{< ref service-mesh.md >}}).