diff --git a/public/__redirects b/public/__redirects index 3db336d65153047..64714d6b0bd4a94 100644 --- a/public/__redirects +++ b/public/__redirects @@ -23,6 +23,7 @@ /cloudflare-one/changelog/tunnel/index.xml /changelog/rss/cloudflare-tunnel.xml 301 /dns/changelog/index.xml /changelog/rss/dns.xml 301 /fundamentals/changelog/index.xml /changelog/rss/fundamentals.xml 301 +/load-balancing/changelog/index.xml /changelog/rss/load-balancing.xml 301 /logs/changelog/index.xml /changelog/rss/logs.xml 301 /magic-cloud-networking/changelog/index.xml /changelog/rss/magic-cloud-networking.xml 301 /magic-firewall/changelog/index.xml /changelog/rss/magic-firewall.xml 301 diff --git a/src/assets/images/changelog/load-balancing/account-load-balancing-ui.png b/src/assets/images/changelog/load-balancing/account-load-balancing-ui.png new file mode 100644 index 000000000000000..1df4a50f666a6ac Binary files /dev/null and b/src/assets/images/changelog/load-balancing/account-load-balancing-ui.png differ diff --git a/src/assets/images/changelog/load-balancing/private-load-balancer.png b/src/assets/images/changelog/load-balancing/private-load-balancer.png new file mode 100644 index 000000000000000..46d656cdcb0219f Binary files /dev/null and b/src/assets/images/changelog/load-balancing/private-load-balancer.png differ diff --git a/src/content/changelog/load-balancing/2025-06-03-account-load-balancing-ui.mdx b/src/content/changelog/load-balancing/2025-06-03-account-load-balancing-ui.mdx new file mode 100644 index 000000000000000..06864336bb80fca --- /dev/null +++ b/src/content/changelog/load-balancing/2025-06-03-account-load-balancing-ui.mdx @@ -0,0 +1,40 @@ +--- +title: New Account-Level Load Balancing UI and Private Load Balancers +description: You can now manage all of your load balancers in one place with the new Load Balancing UI. +date: 2025-06-03 +--- + +**Now Available: New Account-Level Load Balancing UI and Private Network Load Balancing** + +We're excited to announce a significant enhancement to the Cloudflare Load Balancing experience! We've launched a redesigned user interface, now centralized at the **account level**, and introduced **Private Load Balancers** to the UI, enabling you to manage traffic for all of your external and internal applications in a single spot. + +This update streamlines how you manage load balancers across multiple zones and extends robust traffic management to your private network infrastructure. + +![Load Balancing UI](~/assets/images/changelog/load-balancing/account-load-balancing-ui.png) + + +**Key Enhancements:** + +* **Account-Level UI Consolidation:** + + * **Unified Management:** 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. + + * **Improved Efficiency:** This centralized approach provides a more streamlined workflow, making it faster and easier to manage both your public-facing and internal traffic distribution. + +* **Private Network Load Balancing:** + + * **Secure Internal Application Access:** Create **Private Load Balancers** to distribute traffic to applications hosted within your private network, ensuring they are not exposed to the public internet. + + * **WARP & Magic WAN Integration:** Effortlessly direct internal traffic from users connected via Cloudflare WARP or through your Magic WAN infrastructure to the appropriate internal endpoint pools. + + * **Enhanced Security for Internal Resources:** Combine reliable Load Balancing with Zero Trust access controls to ensure your internal services are both performant and only accessible by verified users. + +![Private Load Balancers](~/assets/images/changelog/load-balancing/private-load-balancer.png) + +**Learn More & Get Started:** + +* Discover the new, centralized Load Balancing interface by navigating to the **Load Balancing** at the account level in the Cloudflare dashboard. + +* For detailed information and configuration guides, please visit our developer documentation: + + * [Private Network Load Balancing](https://developers.cloudflare.com/load-balancing/private-network/) \ No newline at end of file diff --git a/src/content/docs/load-balancing/changelog.mdx b/src/content/docs/load-balancing/changelog.mdx index 73bade39cdd30b8..f0edb08a0620ccd 100644 --- a/src/content/docs/load-balancing/changelog.mdx +++ b/src/content/docs/load-balancing/changelog.mdx @@ -1,14 +1,54 @@ --- pcx_content_type: changelog title: Changelog -release_notes_file_name: - - load-balancing sidebar: order: 153 --- -import { ProductReleaseNotes } from "~/components"; +import { ProductChangelog } from "~/components"; -{/* */} +{/*