
Easy cache your applications in Kubernetes
> There are only two hard things in Computer Science: cache invalidation and
naming things.
- Phil Karlton
Problem
How many times would you have liked caching static data that never (or at least
almost never) change? A classic example are labels to show in a front-end select
box.
Labels in