<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"><channel><title>Cloudflare changelogs | Load Balancing</title><description>Cloudflare changelogs for Load Balancing</description><link>https://developers.cloudflare.com/changelog/</link><item><title>Load Balancing - Load balancing analytics now filters by pool name</title><link>https://developers.cloudflare.com/changelog/post/2026-08-17-pool-name-analytics-filter/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2026-08-17-pool-name-analytics-filter/</guid><description>&lt;p&gt;Load balancing analytics now filters traffic data by pool name instead of pool ID, aligning the query behavior with the pool names displayed in the filter dropdown.&lt;/p&gt;
&lt;p&gt;Previously, the analytics pool filter queried by internal pool ID while displaying pool names in the UI dropdown. This mismatch caused filtering issues when pools shared similar names or when you expected results based on the visible pool name. Because the underlying query used a different identifier than what appeared on screen, the displayed data could be confusing or incorrect.&lt;/p&gt;
&lt;p&gt;The pool filter now queries by the same pool name shown in the dropdown. When you select a pool from the filter, the analytics graphs and tables display data for that specific pool as you would expect. This change affects:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Requests over time&lt;/strong&gt;, filtering the chart series to the selected pool.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Pool distribution&lt;/strong&gt;, showing only the selected pool segment.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Top endpoints&lt;/strong&gt;, displaying cards for origins in the selected pool.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Latency&lt;/strong&gt;, showing latency data for the selected pool.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;strong&gt;Logs&lt;/strong&gt; view and health event filtering are unchanged.&lt;/p&gt;
&lt;p&gt;To use this, go to &lt;strong&gt;Traffic&lt;/strong&gt; &amp;gt; &lt;strong&gt;Load Balancing Analytics&lt;/strong&gt; for a zone. The same pool filter appears in the analytics view for an individual load balancer under &lt;strong&gt;Load Balancing&lt;/strong&gt; at the account level.&lt;/p&gt;
&lt;p&gt;For more information about analytics filters and metrics, refer to &lt;a href=&quot;https://developers.cloudflare.com/load-balancing/reference/load-balancing-analytics/&quot;&gt;Load Balancing Analytics&lt;/a&gt;.&lt;/p&gt;</description><pubDate>Mon, 17 Aug 2026 00:00:00 GMT</pubDate><product>Load Balancing</product><category>Load Balancing</category></item><item><title>Load Balancing - Load Balancing health notifications now resolve automatically</title><link>https://developers.cloudflare.com/changelog/post/2026-08-07-stateful-health-notifications/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2026-08-07-stateful-health-notifications/</guid><description>&lt;p&gt;&lt;a href=&quot;https://developers.cloudflare.com/load-balancing/&quot;&gt;Load Balancing&lt;/a&gt; health notifications are now stateful. When a pool or endpoint becomes unhealthy, the notification opens an incident in your alerting tool as before. When that same pool or endpoint recovers, the follow-up notification is matched to the original alert and resolves that incident automatically, so you no longer have to close it by hand.&lt;/p&gt;
&lt;p&gt;As part of this change, Load Balancing also sends a notification when a pool or endpoint returns to a healthy state, not only when it becomes unhealthy. Expect to see recovery notifications alongside the failure notifications you already receive.&lt;/p&gt;
&lt;p&gt;This applies to your existing Load Balancing health alerts with no configuration change, and it matches the behavior already used by &lt;a href=&quot;https://developers.cloudflare.com/health-checks/&quot;&gt;Health Checks&lt;/a&gt; notifications.&lt;/p&gt;
&lt;p&gt;Two things to keep in mind:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;A recovery notification is matched to the earlier unhealthy notification for the &lt;strong&gt;same pool or endpoint&lt;/strong&gt;. Renaming an endpoint while an incident is open prevents the match, so that incident stays open until you close it.&lt;/li&gt;
&lt;li&gt;If a health change cannot be classified as either healthy or unhealthy, the notification is still delivered, but without the state needed to open or resolve an incident.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;Refer to &lt;a href=&quot;https://developers.cloudflare.com/load-balancing/additional-options/pagerduty-integration/&quot;&gt;Integrate with PagerDuty&lt;/a&gt; to learn more about routing Load Balancing health notifications to an incident management tool.&lt;/p&gt;</description><pubDate>Fri, 07 Aug 2026 00:00:00 GMT</pubDate><product>Load Balancing</product><category>Load Balancing</category></item><item><title>Load Balancing - See fallback pool traffic separately in load balancing analytics</title><link>https://developers.cloudflare.com/changelog/post/2026-08-03-fallback-pool-analytics/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2026-08-03-fallback-pool-analytics/</guid><description>&lt;p&gt;Load balancing analytics now shows traffic served by your &lt;a href=&quot;https://developers.cloudflare.com/load-balancing/understand-basics/health-details/#fallback-pools&quot;&gt;fallback pool&lt;/a&gt; separately from traffic routed to the same pool by normal steering.&lt;/p&gt;
&lt;p&gt;Previously, requests were grouped by pool name alone. If the pool acting as your fallback also received traffic through your steering policy, both appeared as a single series, so it was not obvious from the graph whether Cloudflare was still making health-based routing decisions or had fallen back to the pool of last resort. Because the fallback pool ignores health, that distinction matters when you are diagnosing an outage or reviewing how much traffic was shed.&lt;/p&gt;
&lt;p&gt;Fallback traffic is now labeled with the pool name followed by &lt;code&gt;(Fallback)&lt;/code&gt;. A pool named &lt;code&gt;eu-west&lt;/code&gt;, for example, is shown as &lt;code&gt;eu-west (Fallback)&lt;/code&gt;. This label appears as its own entry in:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Requests over time&lt;/strong&gt;, as a separate series in the chart.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Pool distribution&lt;/strong&gt;, as a separate segment.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Top endpoints&lt;/strong&gt;, as a separate card for the pool.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;The &lt;strong&gt;Latency&lt;/strong&gt; view and the health event &lt;strong&gt;Logs&lt;/strong&gt; are unchanged.&lt;/p&gt;
&lt;p&gt;To see this, go to &lt;strong&gt;Traffic&lt;/strong&gt; &amp;gt; &lt;strong&gt;Load Balancing Analytics&lt;/strong&gt; for a zone. The same breakdown appears in the analytics view for an individual load balancer under &lt;strong&gt;Load Balancing&lt;/strong&gt; at the account level.&lt;/p&gt;
&lt;p&gt;Refer to &lt;a href=&quot;https://developers.cloudflare.com/load-balancing/reference/load-balancing-analytics/&quot;&gt;load balancing analytics&lt;/a&gt; to learn more.&lt;/p&gt;</description><pubDate>Mon, 03 Aug 2026 00:00:00 GMT</pubDate><product>Load Balancing</product><category>Load Balancing</category></item><item><title>Load Balancing - Monitor Groups for Advanced Health Checking With Load Balancing</title><link>https://developers.cloudflare.com/changelog/post/2025-08-15-monitor-groups-for-load-balancing/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2025-08-15-monitor-groups-for-load-balancing/</guid><description>&lt;p&gt;Cloudflare Load Balancing now supports Monitor Groups, a powerful new way to combine multiple health monitors into a single, logical group. This allows you to create sophisticated health checks that more accurately reflect the true availability of your applications by assessing multiple services at once.&lt;/p&gt;
&lt;p&gt;With Monitor Groups, you can ensure that all critical components of an application are healthy before sending traffic to an origin pool, enabling smarter failover decisions and greater resilience. This feature is now available via the API for customers with an Enterprise Load Balancing subscription.&lt;/p&gt;
&lt;div tabindex=&quot;-1&quot; class=&quot;heading-wrapper level-h4&quot;&gt;&lt;h4 id=&quot;what-you-can-do&quot;&gt;What you can do:&lt;/h4&gt;&lt;a class=&quot;anchor-link&quot; href=&quot;#what-you-can-do&quot;&gt;&lt;span aria-hidden=&quot;true&quot; class=&quot;anchor-icon&quot;&gt;&lt;svg width=&quot;16&quot; height=&quot;16&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentcolor&quot; d=&quot;m12.11 15.39-3.88 3.88a2.52 2.52 0 0 1-3.5 0 2.47 2.47 0 0 1 0-3.5l3.88-3.88a1 1 0 0 0-1.42-1.42l-3.88 3.89a4.48 4.48 0 0 0 6.33 6.33l3.89-3.88a1 1 0 1 0-1.42-1.42Zm8.58-12.08a4.49 4.49 0 0 0-6.33 0l-3.89 3.88a1 1 0 0 0 1.42 1.42l3.88-3.88a2.52 2.52 0 0 1 3.5 0 2.47 2.47 0 0 1 0 3.5l-3.88 3.88a1 1 0 1 0 1.42 1.42l3.88-3.89a4.49 4.49 0 0 0 0-6.33ZM8.83 15.17a1 1 0 0 0 1.1.22 1 1 0 0 0 .32-.22l4.92-4.92a1 1 0 0 0-1.42-1.42l-4.92 4.92a1 1 0 0 0 0 1.42Z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;Combine Multiple Monitors&lt;/strong&gt;: Group different health monitors (for example, HTTP, TCP) that check various application components, like a primary API gateway and a specific &lt;code&gt;/login&lt;/code&gt; service.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Isolate Monitors for Observation&lt;/strong&gt;: Mark a monitor as &quot;monitoring only&quot; to receive alerts and data without it affecting a pool&apos;s health status or traffic steering. This is perfect for testing new checks or observing non-critical dependencies.&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;Improve Steering Intelligence&lt;/strong&gt;: Latency for Dynamic Steering is automatically averaged across all active monitors in a group, providing a more holistic view of an origin&apos;s performance.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This enhancement is ideal for complex, multi-service applications where the health of one component depends on another. By aggregating health signals, Monitor Groups provide a more accurate and comprehensive assessment of your application&apos;s true status.&lt;/p&gt;
&lt;p&gt;For detailed information and API configuration guides, please visit our &lt;a href=&quot;https://developers.cloudflare.com/load-balancing/monitors/monitor-groups&quot;&gt;developer documentation&lt;/a&gt; for Monitor Groups.&lt;/p&gt;</description><pubDate>Thu, 16 Oct 2025 00:00:00 GMT</pubDate><product>Load Balancing</product><category>Load Balancing</category></item><item><title>Load Balancing - Steer Traffic by AS Number in Load Balancing Custom Rules</title><link>https://developers.cloudflare.com/changelog/post/2025-08-15-asnum-support-in-custom-rules/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2025-08-15-asnum-support-in-custom-rules/</guid><description>&lt;p&gt;You can now create more granular, network-aware Custom Rules in Cloudflare Load Balancing using the Autonomous System Number (ASN) of an incoming request.&lt;/p&gt;
&lt;p&gt;This allows you to steer traffic with greater precision based on the network source of a request. For example, you can route traffic from specific Internet Service Providers (ISPs) or enterprise customers to dedicated infrastructure, optimize performance, or enforce compliance by directing certain networks to preferred data centers.&lt;/p&gt;
&lt;img src=&quot;https://developers.cloudflare.com/cdn-cgi/image/onerror=redirect,width=2554,height=1472,format=webp/_astro/asnum-custom-rule.CtcHu_zj.png&quot; alt=&quot;Create a Load Balancing Custom Rule using AS Num&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;2554&quot; height=&quot;1472&quot;&gt;
&lt;p&gt;To get started, create a &lt;a href=&quot;https://developers.cloudflare.com/load-balancing/additional-options/load-balancing-rules/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Custom Rule&lt;span class=&quot;external-link&quot;&gt; ↗&lt;/span&gt;&lt;/a&gt; in your Load Balancer and select &lt;strong&gt;AS Num&lt;/strong&gt; from the &lt;strong&gt;Field&lt;/strong&gt; dropdown.&lt;/p&gt;</description><pubDate>Fri, 15 Aug 2025 00:00:00 GMT</pubDate><product>Load Balancing</product><category>Load Balancing</category></item><item><title>Load Balancing - Improvements to Monitoring Using Zone Settings</title><link>https://developers.cloudflare.com/changelog/post/2025-08-06-zone-monitoring-improvements/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2025-08-06-zone-monitoring-improvements/</guid><description>&lt;p&gt;Cloudflare Load Balancing Monitors support loading and applying settings for a specific zone to monitoring requests to origin endpoints. This feature has been migrated to new infrastructure to improve reliability, performance, and accuracy.&lt;/p&gt;
&lt;p&gt;All zone monitors have been tested against the new infrastructure. There should be no change to health monitoring results of currently healthy and active pools. Newly created or re-enabled pools may need validation of their monitor zone settings before being introduced to service, especially regarding correct application of mTLS.&lt;/p&gt;
&lt;div tabindex=&quot;-1&quot; class=&quot;heading-wrapper level-h4&quot;&gt;&lt;h4 id=&quot;what-you-can-expect&quot;&gt;What you can expect:&lt;/h4&gt;&lt;a class=&quot;anchor-link&quot; href=&quot;#what-you-can-expect&quot;&gt;&lt;span aria-hidden=&quot;true&quot; class=&quot;anchor-icon&quot;&gt;&lt;svg width=&quot;16&quot; height=&quot;16&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentcolor&quot; d=&quot;m12.11 15.39-3.88 3.88a2.52 2.52 0 0 1-3.5 0 2.47 2.47 0 0 1 0-3.5l3.88-3.88a1 1 0 0 0-1.42-1.42l-3.88 3.89a4.48 4.48 0 0 0 6.33 6.33l3.89-3.88a1 1 0 1 0-1.42-1.42Zm8.58-12.08a4.49 4.49 0 0 0-6.33 0l-3.89 3.88a1 1 0 0 0 1.42 1.42l3.88-3.88a2.52 2.52 0 0 1 3.5 0 2.47 2.47 0 0 1 0 3.5l-3.88 3.88a1 1 0 1 0 1.42 1.42l3.88-3.89a4.49 4.49 0 0 0 0-6.33ZM8.83 15.17a1 1 0 0 0 1.1.22 1 1 0 0 0 .32-.22l4.92-4.92a1 1 0 0 0-1.42-1.42l-4.92 4.92a1 1 0 0 0 0 1.42Z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;More reliable application of zone settings to monitoring requests, including
&lt;ul&gt;
&lt;li&gt;Authenticated Origin Pulls&lt;/li&gt;
&lt;li&gt;Aegis Egress IP Pools&lt;/li&gt;
&lt;li&gt;Argo Smart Routing&lt;/li&gt;
&lt;li&gt;HTTP/2 to Origin&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;Improved support and bug fixes for retries, redirects, and proxied origin resolution&lt;/li&gt;
&lt;li&gt;Improved performance and reliability of monitoring requests within the Cloudflare network&lt;/li&gt;
&lt;li&gt;Unrelated CDN or WAF configuration changes should have no risk of impact to pool health&lt;/li&gt;
&lt;/ul&gt;</description><pubDate>Wed, 06 Aug 2025 00:00:00 GMT</pubDate><product>Load Balancing</product><category>Load Balancing</category></item><item><title>Load Balancing - New Account-Level Load Balancing UI and Private Load Balancers</title><link>https://developers.cloudflare.com/changelog/post/2025-06-04-account-load-balancing-ui/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2025-06-04-account-load-balancing-ui/</guid><description>&lt;p&gt;We&apos;ve made two large changes to load balancing:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Redesigned the user interface, now centralized at the &lt;strong&gt;account level&lt;/strong&gt;.&lt;/li&gt;
&lt;li&gt;Introduced &lt;a href=&quot;https://developers.cloudflare.com/load-balancing/private-network/&quot;&gt;&lt;strong&gt;Private Load Balancers&lt;/strong&gt;&lt;/a&gt; to the UI, enabling you to manage traffic for all of your external and internal applications in a single spot.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This update streamlines how you manage load balancers across multiple zones and extends robust traffic management to your private network infrastructure.&lt;/p&gt;
&lt;img src=&quot;https://developers.cloudflare.com/cdn-cgi/image/onerror=redirect,width=1600,height=822,format=webp/_astro/account-load-balancing-ui.CoCi7gPb.png&quot; alt=&quot;Load Balancing UI&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;1600&quot; height=&quot;822&quot;&gt;
&lt;p&gt;&lt;strong&gt;Key Enhancements:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Account-Level UI Consolidation:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Unified Management:&lt;/strong&gt; Say goodbye to navigating individual zones for load balancing tasks. You can now view, configure, and monitor all your load balancers across every zone in your account from a single, intuitive interface at the account level.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Improved Efficiency:&lt;/strong&gt; This centralized approach provides a more streamlined workflow, making it faster and easier to manage both your public-facing and internal traffic distribution.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Private Network Load Balancing:&lt;/strong&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Secure Internal Application Access:&lt;/strong&gt; Create &lt;a href=&quot;https://developers.cloudflare.com/load-balancing/private-network/&quot;&gt;&lt;strong&gt;Private Load Balancers&lt;/strong&gt;&lt;/a&gt; to distribute traffic to applications hosted within your private network, ensuring they are not exposed to the public Internet.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;WARP &amp;amp; Magic WAN Integration:&lt;/strong&gt; Effortlessly direct internal traffic from users connected via Cloudflare WARP or through your Magic WAN infrastructure to the appropriate internal endpoint pools.&lt;/p&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;p&gt;&lt;strong&gt;Enhanced Security for Internal Resources:&lt;/strong&gt; Combine reliable Load Balancing with Zero Trust access controls to ensure your internal services are both performant and only accessible by verified users.&lt;/p&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;img src=&quot;https://developers.cloudflare.com/cdn-cgi/image/onerror=redirect,width=1600,height=744,format=webp/_astro/private-load-balancer.yti20m_p.png&quot; alt=&quot;Private Load Balancers&quot; loading=&quot;lazy&quot; decoding=&quot;async&quot; width=&quot;1600&quot; height=&quot;744&quot;&gt;</description><pubDate>Wed, 04 Jun 2025 00:00:00 GMT</pubDate><product>Load Balancing</product><category>Load Balancing</category></item><item><title>Load Balancing - UDP and ICMP Monitor Support for Private Load Balancing Endpoints</title><link>https://developers.cloudflare.com/changelog/post/2025-05-06-private-health-monitoring-methods/</link><guid isPermaLink="true">https://developers.cloudflare.com/changelog/post/2025-05-06-private-health-monitoring-methods/</guid><description>&lt;p&gt;Cloudflare Load Balancing now supports &lt;strong&gt;UDP (Layer 4)&lt;/strong&gt; and &lt;strong&gt;ICMP (Layer 3)&lt;/strong&gt; health monitors for &lt;strong&gt;private endpoints&lt;/strong&gt;. This makes it simple to track the health and availability of internal services that don’t respond to HTTP, TCP, or other protocol probes.&lt;/p&gt;
&lt;div tabindex=&quot;-1&quot; class=&quot;heading-wrapper level-h4&quot;&gt;&lt;h4 id=&quot;what-you-can-do&quot;&gt;What you can do:&lt;/h4&gt;&lt;a class=&quot;anchor-link&quot; href=&quot;#what-you-can-do&quot;&gt;&lt;span aria-hidden=&quot;true&quot; class=&quot;anchor-icon&quot;&gt;&lt;svg width=&quot;16&quot; height=&quot;16&quot; viewBox=&quot;0 0 24 24&quot;&gt;&lt;path fill=&quot;currentcolor&quot; d=&quot;m12.11 15.39-3.88 3.88a2.52 2.52 0 0 1-3.5 0 2.47 2.47 0 0 1 0-3.5l3.88-3.88a1 1 0 0 0-1.42-1.42l-3.88 3.89a4.48 4.48 0 0 0 6.33 6.33l3.89-3.88a1 1 0 1 0-1.42-1.42Zm8.58-12.08a4.49 4.49 0 0 0-6.33 0l-3.89 3.88a1 1 0 0 0 1.42 1.42l3.88-3.88a2.52 2.52 0 0 1 3.5 0 2.47 2.47 0 0 1 0 3.5l-3.88 3.88a1 1 0 1 0 1.42 1.42l3.88-3.89a4.49 4.49 0 0 0 0-6.33ZM8.83 15.17a1 1 0 0 0 1.1.22 1 1 0 0 0 .32-.22l4.92-4.92a1 1 0 0 0-1.42-1.42l-4.92 4.92a1 1 0 0 0 0 1.42Z&quot;&gt;&lt;/path&gt;&lt;/svg&gt;&lt;/span&gt;&lt;/a&gt;&lt;/div&gt;
&lt;ul&gt;
&lt;li&gt;Set up &lt;strong&gt;ICMP ping monitors&lt;/strong&gt; to check if your private endpoints are reachable.&lt;/li&gt;
&lt;li&gt;Use &lt;strong&gt;UDP monitors&lt;/strong&gt; for lightweight health checks on non-TCP workloads, such as DNS, VoIP, or custom UDP-based services.&lt;/li&gt;
&lt;li&gt;Gain better visibility and uptime guarantees for services running behind &lt;strong&gt;Private Network Load Balancing&lt;/strong&gt;, without requiring public IP addresses.&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This enhancement is ideal for internal applications that rely on low-level protocols, especially when used in conjunction with &lt;a href=&quot;https://developers.cloudflare.com/cloudflare-one/networks/connectors/cloudflare-tunnel/&quot;&gt;&lt;strong&gt;Cloudflare Tunnel&lt;/strong&gt;&lt;/a&gt;, &lt;a href=&quot;https://developers.cloudflare.com/cloudflare-one/team-and-resources/devices/cloudflare-one-client/&quot;&gt;&lt;strong&gt;WARP&lt;/strong&gt;&lt;/a&gt;, and &lt;a href=&quot;https://developers.cloudflare.com/cloudflare-wan/&quot;&gt;&lt;strong&gt;Magic WAN&lt;/strong&gt;&lt;/a&gt; to create a secure and observable private network.&lt;/p&gt;
&lt;p&gt;Learn more about &lt;a href=&quot;https://developers.cloudflare.com/load-balancing/private-network/&quot;&gt;Private Network Load Balancing&lt;/a&gt; or view the full list of &lt;a href=&quot;https://developers.cloudflare.com/load-balancing/monitors/#supported-protocols&quot;&gt;supported health monitor protocols&lt;/a&gt;.&lt;/p&gt;</description><pubDate>Tue, 06 May 2025 00:00:00 GMT</pubDate><product>Load Balancing</product><category>Load Balancing</category></item></channel></rss>