Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 885 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 885 Bytes

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.