mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-07-26 00:27:08 +00:00
24 lines
1.3 KiB
Markdown
24 lines
1.3 KiB
Markdown
# Caching
|
|
|
|
!!! info "Architectural Context"
|
|
Detailed reference for Caching in the context of Networking & Service Mesh.
|
|
|
|
## Data Engineering
|
|
|
|
### In-Memory Databases
|
|
|
|
#### Caching (1)
|
|
|
|
- **(2026)** [==Redis==](http://redis.io) <span class='md-tag md-tag--primary'>[DOCUMENTATION]</span> 🌟🌟🌟🌟🌟 <span class='md-tag md-tag--success'>[DE FACTO STANDARD]</span> — 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==](http://www.haproxy.org) <span class='md-tag md-tag--critical'>[ADVANCED LEVEL]</span> 🌟🌟🌟🌟🌟 <span class='md-tag md-tag--success'>[DE FACTO STANDARD]</span> — 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.
|
|
|
|
***
|
|
💡 **Explore Related:** [Servicemesh](./servicemesh.md) | [Kubernetes Networking](./kubernetes-networking.md) | [Networking](./networking.md)
|
|
|