<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Cross-Cluster on Agent Zone</title><link>https://agent-zone.ai/tags/cross-cluster/</link><description>Recent content in Cross-Cluster on Agent Zone</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Sun, 22 Feb 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://agent-zone.ai/tags/cross-cluster/index.xml" rel="self" type="application/rss+xml"/><item><title>Temporal Cross-Cluster Communication: Architecture and Patterns</title><link>https://agent-zone.ai/knowledge/workflow-orchestration/temporal-cross-cluster-communication/</link><pubDate>Sun, 22 Feb 2026 00:00:00 +0000</pubDate><guid>https://agent-zone.ai/knowledge/workflow-orchestration/temporal-cross-cluster-communication/</guid><description>&lt;h1 id="temporal-cross-cluster-communication"&gt;Temporal Cross-Cluster Communication&lt;a class="anchor" href="#temporal-cross-cluster-communication"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;When you operate multiple Temporal clusters &amp;ndash; whether for regional deployment, compliance isolation, or blast radius reduction &amp;ndash; workflows in one cluster eventually need to trigger work in another. This article examines three architectural approaches for cross-cluster communication, their tradeoffs, and guidance on choosing the right one for your situation.&lt;/p&gt;
&lt;p&gt;This is an architecture guide. It establishes the concepts and patterns. The next article, &lt;a href="../temporal-cross-cluster-worker-bridge/"&gt;Building a Worker Bridge&lt;/a&gt;, provides the full implementation.&lt;/p&gt;</description></item><item><title>Building a Temporal Worker Bridge: Cluster A Jobs Executed in Cluster B</title><link>https://agent-zone.ai/knowledge/workflow-orchestration/temporal-cross-cluster-worker-bridge/</link><pubDate>Sun, 22 Feb 2026 00:00:00 +0000</pubDate><guid>https://agent-zone.ai/knowledge/workflow-orchestration/temporal-cross-cluster-worker-bridge/</guid><description>&lt;h1 id="building-a-temporal-worker-bridge"&gt;Building a Temporal Worker Bridge&lt;a class="anchor" href="#building-a-temporal-worker-bridge"&gt;#&lt;/a&gt;&lt;/h1&gt;
&lt;p&gt;The &lt;a href="../temporal-cross-cluster-communication/"&gt;architecture article&lt;/a&gt; evaluated three cross-cluster communication patterns and identified the worker bridge as the best fit for most open-source Temporal deployments. This article builds the bridge.&lt;/p&gt;
&lt;p&gt;The worker bridge is a single binary that holds connections to two Temporal clusters. It polls Cluster A for tasks on a dedicated queue and executes those tasks using Cluster B&amp;rsquo;s resources &amp;ndash; its Temporal client, databases, APIs, and services. From Cluster A&amp;rsquo;s perspective, the bridge is just another worker. From Cluster B&amp;rsquo;s perspective, the bridge is just another client starting workflows.&lt;/p&gt;</description></item></channel></rss>