Skip to content

Latest commit

 

History

History

09-memcached-mcrouter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Here are sample configurations that can be used to deploy a highly available (HA) memcached in Kubernetes using mcrouter.

This repo is intended to be used as a playground for a corresponding article:

Contents

  • .helm — a Helm chart with Kubernetes manifests for memcached & mcrouter (templates/memcached-ds.yaml is for memcached DaemonSet, templates/mcrouter-ds.yaml is for mcrouter DaemonSet, templates/mcrouter-cm.yaml is for mcrouter ConfigMap);
  • werf.yaml — a simple werf configuration to build and deploy memcached & mcrouter.