mirror of
https://github.com/nubenetes/awesome-kubernetes.git
synced 2026-05-26 02:55:26 +00:00
10 KiB
10 KiB
Caching Solutions
!!! info "Architectural Context" Detailed reference for Caching Solutions in the context of Networking & Service Mesh.
Standard Reference
- Slideshare: Caching [COMMUNITY-TOOL]
- slideshare: Haproxy web performance [COMMUNITY-TOOL]
- slideshare: Load Balancing MySQL with HAProxy [COMMUNITY-TOOL]
- slideshare: Haproxy best practice [COMMUNITY-TOOL]
- slideshare: How To Set Up SQL Load Balancing with HAProxy [COMMUNITY-TOOL]
- slideshare: Performance Tuning of HAProxy for Database Load Balancing [COMMUNITY-TOOL]
- Varnish Cache [COMMUNITY-TOOL]
- The Varnish Book [COMMUNITY-TOOL]
- Red Hat Enterprise Linux Blog. Tag: Varnish [COMMUNITY-TOOL]
- Hitch - scalable TLS proxy. Hitch is a libev-based high performance SSL/TLS proxy by Varnish Software [COMMUNITY-TOOL]
- slideshare: Varnish - Tips & Tricks - 4Developers 2015 [COMMUNITY-TOOL]
- memcached.org [COMMUNITY-TOOL]
- Slideshare: Introduction to memcached [COMMUNITY-TOOL]
- Slideshare: Introduction to Redis [COMMUNITY-TOOL]
- architecturenotes.co: Redis Explained 🌟🌟 [COMMUNITY-TOOL]
- Nginx: a caching, thumbnailing, reverse proxying image server? 🌟 [COMMUNITY-TOOL]
- highscalability.com: Building nginx and Tarantool based services 🌟 [COMMUNITY-TOOL]
- kothiyal-anuj.medium.com: Serverless Diary: The Ultimate Guide to Caching' in the Cloud [COMMUNITY-TOOL]
- DZone refcard: Java Caching [COMMUNITY-TOOL]
- nixCraft: 9 Awesome Open Source Web Performance Software For Linux and Unix-like' Systems [COMMUNITY-TOOL]
- Wikipedia: Web cache [COMMUNITY-TOOL]
- Wikipedia: Dynamic site acceleration [COMMUNITY-TOOL]
- Dzone: An Introduction to Caching: How and Why We Do It 🌟 [COMMUNITY-TOOL]
- medium: Caching — System Design Concept 🌟 [COMMUNITY-TOOL]
- medium: Microservices Distributed Caching [COMMUNITY-TOOL]
- medium.com/rtkal: Distributed Cache Design [COMMUNITY-TOOL]
- surfingcomplexity.blog: Cache invalidation really is one of the hardest' problems in computer science [COMMUNITY-TOOL]
- Dzone: Getting Started with Infinispan [COMMUNITY-TOOL]
- Red Hat Data Grid Overview [COMMUNITY-TOOL]
- Red Hat Data Grid [COMMUNITY-TOOL]
- Red Hat JBoss Data Grid is Not Just for Caching Java Objects Anymore 🌟 [COMMUNITY-TOOL]
- developers.redhat.com: Red Hat Data Grid 8.0 brings new server architecture,' improved REST API, and more [COMMUNITY-TOOL]
- Wikipedia: CDN Content Delivery Network [COMMUNITY-TOOL]
- How content delivery networks (CDNs) work [COMMUNITY-TOOL]
- imperva.com: CDN Caching [COMMUNITY-TOOL]
- haproxy.com: The HAProxy Enterprise WAF 🌟 [COMMUNITY-TOOL]
- varnish-software.com [COMMUNITY-TOOL]
- fedoramagazine.org: Varnish: Your site faster and more stable [COMMUNITY-TOOL]
- Red Hat Developer Blog. Tag: Varnish [COMMUNITY-TOOL]
- digitalocean.com: How To Speed Up Static Web Pages with Varnish Cache Server' on Ubuntu 20.04 [COMMUNITY-TOOL]
- github.com/IBM/varnish-operator ⭐ 69 [COMMUNITY-TOOL]
- github.com/mittwald/kube-httpcache ⭐ 312 [COMMUNITY-TOOL]
- medium: Scaling Millions of Geospatial Queries per minute using Redis [COMMUNITY-TOOL]
- faun.pub: Redis High availability with Sentinel on Kubernetes(K8s) [COMMUNITY-TOOL]
- medium.com/lightricks-tech-blog: Step by Step Guide: How to create a Dynamic' Service Endpoint via K8S API [COMMUNITY-TOOL]
- Nginxconf 2014. When Dynamic Becomes Static:The Next Step in Web Caching' Techniques: Wim Godden [COMMUNITY-TOOL]
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