<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Integrations on Dapr Docs</title><link>https://v1-18.docs.dapr.io/developing-applications/integrations/</link><description>Recent content in Integrations on Dapr Docs</description><generator>Hugo</generator><language>en</language><atom:link href="https://v1-18.docs.dapr.io/developing-applications/integrations/index.xml" rel="self" type="application/rss+xml"/><item><title>How to: Autoscale a Dapr app with KEDA</title><link>https://v1-18.docs.dapr.io/developing-applications/integrations/autoscale-keda/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v1-18.docs.dapr.io/developing-applications/integrations/autoscale-keda/</guid><description>&lt;p>Dapr, with its building-block API approach, along with the many &lt;a href="https://v1-18.docs.dapr.io/developing-applications/building-blocks/pubsub/">pub/sub components&lt;/a>, 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.&lt;/p>
&lt;p>For Kubernetes, Dapr integrates with &lt;a href="https://github.com/kedacore/keda">KEDA&lt;/a>, an event driven autoscaler for Kubernetes. Many of Dapr&amp;rsquo;s pub/sub components overlap with the scalers provided by &lt;a href="https://github.com/kedacore/keda">KEDA&lt;/a>, so it&amp;rsquo;s easy to configure your Dapr deployment on Kubernetes to autoscale based on the back pressure using KEDA.&lt;/p></description></item><item><title>How to: Use the Dapr CLI in a GitHub Actions workflow</title><link>https://v1-18.docs.dapr.io/developing-applications/integrations/github_actions/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v1-18.docs.dapr.io/developing-applications/integrations/github_actions/</guid><description>&lt;p>Dapr can be integrated with GitHub Actions via the &lt;a href="https://github.com/marketplace/actions/dapr-tool-installer">Dapr tool installer&lt;/a> available in the GitHub Marketplace. This installer adds the Dapr CLI to your workflow, allowing you to deploy, manage, and upgrade Dapr across your environments.&lt;/p>
&lt;h2 id="install-the-dapr-cli-via-the-dapr-tool-installer">Install the Dapr CLI via the Dapr tool installer&lt;/h2>
&lt;p>Copy and paste the following installer snippet into your application&amp;rsquo;s YAML file:&lt;/p>
&lt;div class="highlight">&lt;pre tabindex="0" style="background-color:#f8f8f8;-moz-tab-size:4;-o-tab-size:4;tab-size:4;">&lt;code class="language-yaml" data-lang="yaml">&lt;span style="display:flex;">&lt;span>- &lt;span style="color:#204a87;font-weight:bold">name&lt;/span>&lt;span style="color:#000;font-weight:bold">:&lt;/span>&lt;span style="color:#f8f8f8;text-decoration:underline"> &lt;/span>&lt;span style="color:#000">Dapr tool installer&lt;/span>&lt;span style="color:#f8f8f8;text-decoration:underline">
&lt;/span>&lt;/span>&lt;/span>&lt;span style="display:flex;">&lt;span>&lt;span style="color:#f8f8f8;text-decoration:underline"> &lt;/span>&lt;span style="color:#204a87;font-weight:bold">uses&lt;/span>&lt;span style="color:#000;font-weight:bold">:&lt;/span>&lt;span style="color:#f8f8f8;text-decoration:underline"> &lt;/span>&lt;span style="color:#000">dapr/setup-dapr@v1&lt;/span>&lt;span style="color:#f8f8f8;text-decoration:underline">
&lt;/span>&lt;/span>&lt;/span>&lt;/code>&lt;/pre>&lt;/div>&lt;p>The &lt;a href="https://github.com/dapr/setup-dapr">&lt;code>dapr/setup-dapr&lt;/code> action&lt;/a> will install the specified version of the Dapr CLI on macOS, Linux, and Windows runners. Once installed, you can run any &lt;a href="https://v1-18.docs.dapr.io/reference/cli/">Dapr CLI command&lt;/a> to manage your Dapr environments.&lt;/p></description></item><item><title>How to: Use the Dapr Kubernetes Operator</title><link>https://v1-18.docs.dapr.io/developing-applications/integrations/kubernetes-operator/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v1-18.docs.dapr.io/developing-applications/integrations/kubernetes-operator/</guid><description>&lt;p>You can use the Dapr Kubernetes Operator to manage the Dapr control plane. Use the operator to automate the tasks required to manage the lifecycle of Dapr control plane in Kubernetes mode.&lt;/p>




&lt;a class="btn btn-tertiary" href="https://github.com/dapr/kubernetes-operator" role="button">Install and use the Dapr Kubernetes Operator&lt;/a></description></item><item><title>How to: Integrate with Kratix</title><link>https://v1-18.docs.dapr.io/developing-applications/integrations/kratix-marketplace/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v1-18.docs.dapr.io/developing-applications/integrations/kratix-marketplace/</guid><description>&lt;p>As part of the &lt;a href="https://docs.kratix.io/marketplace">Kratix Marketplace&lt;/a>, Dapr can be used to build custom platforms tailored to your needs.&lt;/p>


&lt;div class="alert alert-warning" role="alert">
&lt;h4 class="alert-heading">Note&lt;/h4>

 The Dapr Helm chart generates static public and private key pairs that are published in the repository. This promise should only be used &lt;em>locally&lt;/em> for demo purposes. If you wish to use this promise for more than demo purposes, it&amp;rsquo;s recommended to manually update all the secrets in the promise with keys with your own credentials.

&lt;/div>

&lt;p>Get started by simply installing the Dapr Promise, which installs Dapr on all matching clusters.&lt;/p></description></item><item><title>How to: Integrate with Argo CD</title><link>https://v1-18.docs.dapr.io/developing-applications/integrations/argo-cd/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://v1-18.docs.dapr.io/developing-applications/integrations/argo-cd/</guid><description>&lt;p>&lt;a href="https://argo-cd.readthedocs.io/en/stable/">Argo CD&lt;/a> is a declarative, GitOps continuous delivery tool for Kubernetes. It enables you to manage your Kubernetes deployments by tracking the desired application state in Git repositories and automatically syncing it to your clusters.&lt;/p>
&lt;h2 id="integration-with-dapr">Integration with Dapr&lt;/h2>
&lt;p>You can use Argo CD to manage the deployment of Dapr control plane components and Dapr-enabled applications. By adopting a GitOps approach, you ensure that Dapr&amp;rsquo;s configurations and applications are consistently deployed, versioned, and auditable across your environments. Argo CD can be easily configured to deploy Helm charts, manifests, and Dapr components stored in Git repositories.&lt;/p></description></item></channel></rss>