From 75aae3d92e686bc74eeb5110758bfbcccc871892 Mon Sep 17 00:00:00 2001 From: Hannah Hunter Date: Wed, 10 May 2023 14:55:48 -0400 Subject: [PATCH] osm freshness and fix link Signed-off-by: Hannah Hunter --- .../integrations/autoscale-keda.md | 2 +- .../integrations/open-service-mesh.md | 24 +++++++------------ 2 files changed, 10 insertions(+), 16 deletions(-) diff --git a/daprdocs/content/en/developing-applications/integrations/autoscale-keda.md b/daprdocs/content/en/developing-applications/integrations/autoscale-keda.md index b242fc3eb..ffaf9bb67 100644 --- a/daprdocs/content/en/developing-applications/integrations/autoscale-keda.md +++ b/daprdocs/content/en/developing-applications/integrations/autoscale-keda.md @@ -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) \ No newline at end of file +[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) \ No newline at end of file diff --git a/daprdocs/content/en/developing-applications/integrations/open-service-mesh.md b/daprdocs/content/en/developing-applications/integrations/open-service-mesh.md index 7df6b35f2..3001682e3 100644 --- a/daprdocs/content/en/developing-applications/integrations/open-service-mesh.md +++ b/daprdocs/content/en/developing-applications/integrations/open-service-mesh.md @@ -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): -
-
-## Additional resources +## Related links -- [Dapr and service meshes]({{< ref service-mesh.md >}}) \ No newline at end of file +Learn more about [Dapr and service meshes]({{< ref service-mesh.md >}}). \ No newline at end of file