Files
awesome-kubernetes/v2-docs/caching.md

10 KiB

Caching Solutions

!!! info "Architectural Context" Detailed reference for Caching Solutions in the context of Networking & Service Mesh.

Standard Reference

Data Engineering

In-Memory Databases

Caching

  • Redis [DOCUMENTATION] [DE FACTO STANDARD] — The definitive open-source, in-memory data store used as a database, cache, message broker, and streaming engine. Offers unmatched low-latency read-write cycles and versatile data structures. Highly valued for real-time applications requiring low overhead.

Networking

Load Balancing

HAProxy

  • (2026) ==haproxy.org== [ADVANCED LEVEL] 🌟🌟🌟🌟🌟 [DE FACTO STANDARD] — The official site for HAProxy, the high-performance TCP/HTTP load balancer. Renowned for its extreme efficiency and microsecond-level latency control, HAProxy is an industry standard for routing massive amounts of concurrent web traffic.

Serverless Architectures

WebAssembly and Edge

Edge Computing Engines

  • github.com/taubyte/tau: Tau 5030 [EN CONTENT] [ADVANCED LEVEL] [DE FACTO STANDARD] [ENTERPRISE-STABLE] — The main open-source repository for Tau. This platform handles autonomous routing, distributed database syncs, and scaling for multi-tenant edge services, running on WebAssembly.

💡 Explore Related: Web Servers | Kubernetes Networking | Istio