Hi, We are migrating our micro service on Kubernetes.
I have some questions about what is the best way to cache data on a Kubernetes Cluster. I see two solutions : - Create a Redis (or Aerospike, or Couchbase ..) cluster in a Kubernetes Cluster. - Add a memcached container in my pod. Today, I have a global cache, each micro-services have its buckets. I'm not sure that is right thing on Kubernetes. Have you some advices/experiences about how to manage a cache in a Kubernetes Cluster ? Thanks -- You received this message because you are subscribed to the Google Groups "Kubernetes user discussion and Q&A" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/kubernetes-users. For more options, visit https://groups.google.com/d/optout.
