mirror of https://github.com/dapr/docs.git
osm freshness and fix link
Signed-off-by: Hannah Hunter <hannahhunter@microsoft.com>
This commit is contained in:
parent
5821c3e9e9
commit
75aae3d92e
|
@ -162,4 +162,4 @@ As defined in the KEDA scaler manifest, you can now start publishing messages to
|
|||
|
||||
## Next steps
|
||||
|
||||
[Learn about scaling your Dapr pub/sub or binding application with KEDA in Azure Container Apps](https://learn.microsoft.com/en-us/azure/container-apps/dapr-keda-scaling)
|
||||
[Learn about scaling your Dapr pub/sub or binding application with KEDA in Azure Container Apps](https://learn.microsoft.com/azure/container-apps/dapr-keda-scaling)
|
|
@ -1,31 +1,25 @@
|
|||
---
|
||||
type: docs
|
||||
title: "Running Dapr and Open Service Mesh together"
|
||||
linkTitle: "Open Service Mesh"
|
||||
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"
|
||||
---
|
||||
|
||||
## Overview
|
||||
|
||||
[Open Service Mesh (OSM)](https://openservicemesh.io/) is a lightweight, extensible, cloud native service mesh that allows users to uniformly manage, secure, and get out-of-the-box observability features for highly dynamic microservice environments.
|
||||
|
||||
{{< button text="Learn more" link="https://openservicemesh.io/" >}}
|
||||
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
|
||||
|
||||
Users are able to leverage both OSM SMI traffic policies and Dapr capabilities on the same Kubernetes cluster. Visit [this guide](https://docs.openservicemesh.io/docs/integrations/demo_dapr/) to get started.
|
||||
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="Deploy OSM and Dapr" link="https://docs.openservicemesh.io/docs/integrations/demo_dapr/" >}}
|
||||
{{< button text="Get started with deploying Dapr and OSM" link="https://docs.openservicemesh.io/docs/integrations/demo_dapr/" >}}
|
||||
|
||||
## Example
|
||||
## Demo
|
||||
|
||||
Watch the OSM team present the OSM and Dapr integration in the 05/18/2021 community call:
|
||||
Watch the OSM team present the OSM and Dapr integration during [Dapr's Community Call 38](https://youtu.be/LSYyTL0nS8Y?t=1916):
|
||||
|
||||
<div class="embed-responsive embed-responsive-16by9">
|
||||
<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>
|
||||
</div>
|
||||
|
||||
## Additional resources
|
||||
## Related links
|
||||
|
||||
- [Dapr and service meshes]({{< ref service-mesh.md >}})
|
||||
Learn more about [Dapr and service meshes]({{< ref service-mesh.md >}}).
|
Loading…
Reference in New Issue