home.social

#pingora — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #pingora, aggregated by home.social.

fetched live
  1. Exploring #Aralez for my #kubernetes #ingress
    Based on Cloudflare #pingora and written in #rust this thing is promising but not fully cooked yet. Worth tinkering with!
    aralez.rs/docs/kubernetes/

  2. Exploring #Aralez for my #kubernetes #ingress
    Based on Cloudflare #pingora and written in #rust this thing is promising but not fully cooked yet. Worth tinkering with!
    aralez.rs/docs/kubernetes/

  3. Replace Nginx with Pingora: The Enterprise Proxy Playbook

    Stop C-based memory leaks and drop CPU overhead by 70%. Fix reload spikes with atomic in-memory updates. Stop work-stealing lock contention on bare metal threads. Prevent OOM panics by bounding memory caches and fix FD mismatches by aligning socket addresses with SNI strings!

    SRE Guide by @ServerMO:
    🔗 servermo.com/howto/replace-ngi

    #SRE #DevOps #Rust #Pingora #Nginx #BareMetal #SysAdmin #ServerMO

  4. ⚠️ CRITICAL: CVE-2026-2833 in Cloudflare Pingora enables HTTP request smuggling — attackers can bypass proxy ACLs/WAFs, poison caches, and hijack sessions. Upgrade to v0.8.0+ or filter Upgrade headers. More info: radar.offseq.com/threat/cve-20 #OffSeq #Pingora #Vuln

  5. HTTP/3 seems like a natural state machine to operate over #veilid app_message. First things first, working out a datagram socket layer.

    Hacking on codeberg.org/cmars/veilnet but not quite happy with it yet. Want to apply some patterns I picked up from #Pingora.

  6. HTTP/3 seems like a natural state machine to operate over #veilid app_message. First things first, working out a datagram socket layer.

    Hacking on codeberg.org/cmars/veilnet but not quite happy with it yet. Want to apply some patterns I picked up from #Pingora.

  7. When there is nothing wrong with your code but your tests expect some web servers to be 100% reliable:

    #cloudflare #pingora

  8. When there is nothing wrong with your code but your tests expect some web servers to be 100% reliable:

    #cloudflare #pingora

  9. What would be the best way to learn #async #rust ?

    I am reading the rust for rustaceans book, but it’s not the end of all, I need to implement my learning. What could be the best, short and crisp way to utilise most of async and concurrent feature in a small application?

    My goal is to get confident enough that I can build/contribute to something like #pingora or a database like #quadrant

  10. What would be the best way to learn #async #rust ?

    I am reading the rust for rustaceans book, but it’s not the end of all, I need to implement my learning. What could be the best, short and crisp way to utilise most of async and concurrent feature in a small application?

    My goal is to get confident enough that I can build/contribute to something like #pingora or a database like #quadrant

  11. For something that Cloudflare supposedly uses on a wide scale, Pingora is surprisingly unfinished. Either they are exaggerating their deployment scale, or they don’t take web standards too seriously. Or both.

    #Cloudflare #Pingora

  12. For something that Cloudflare supposedly uses on a wide scale, Pingora is surprisingly unfinished. Either they are exaggerating their deployment scale, or they don’t take web standards too seriously. Or both.

    #Cloudflare #Pingora

  13. ⭐ Pingora reverse proxy example

    ▶️ Create a reverse proxy that connects backend HTTP or HTTPs services to a single HTTPs frontend

    github.com/randommm/pingora-re

    #rustlang #rust #cloudflare #pingora

  14. ⭐ Pingora reverse proxy example

    ▶️ Create a reverse proxy that connects backend HTTP or HTTPs services to a single HTTPs frontend

    github.com/randommm/pingora-re

    #rustlang #rust #cloudflare #pingora

  15. While tinkering with the codebase of #pingora , recently open sourced #rust alternative to nginx made by Coudflare team, I changed few for loops and mut variable to use iter() and fold() and remove mutability, which made pingora-limits::Estimator run 60% faster on my machine as per the benchmarks!

    There lies my PR in the chaos of typo fixes github.com/cloudflare/pingora/

  16. #Pingora is a #Rust framework to build fast, reliable and programmable networked systems.

    Pingora is battle tested as it has been serving more than 40 million Internet requests per second for more than a few years.

    github.com/cloudflare/pingora/

  17. #Pingora is a #Rust framework to build fast, reliable and programmable networked systems.

    Pingora is battle tested as it has been serving more than 40 million Internet requests per second for more than a few years.

    github.com/cloudflare/pingora/

  18. I have a huge respect for CloudFlare. This company is doing things the right way, contributing back to the community and creating highly powerful tools :)

    #pingora #rustlang #rust

  19. I have a huge respect for CloudFlare. This company is doing things the right way, contributing back to the community and creating highly powerful tools :)

    #pingora #rustlang #rust

  20. Cloudflare has open sourced #pingora, a new #rustlang network framework that brings TCP, HTTP and UDP tooling to create your own network tools.

    They will now colaborate to create an Nginx-like tool!

    Great news in the #rust frontend! blog.cloudflare.com/pingora-op

  21. Cloudflare has open sourced #pingora, a new #rustlang network framework that brings TCP, HTTP and UDP tooling to create your own network tools.

    They will now colaborate to create an Nginx-like tool!

    Great news in the #rust frontend! blog.cloudflare.com/pingora-op

  22. #Cloudflare Ditches #Nginx for In-House, Rust-Written #Pingora

    In production, Pingora consumes about 70% less CPU and 67% less memory compared to our old service with the same traffic load, says CL.

    Blog announce
    blog.cloudflare.com/how-we-bui