memcached-operator icon indicating copy to clipboard operation
memcached-operator copied to clipboard

A Kubernetes operator for memcached

Results 12 memcached-operator issues
Sort by recently updated
recently updated
newest added

Fixing typo in docs

Are there plans for introducing TLS support? To secure client and also inter-node communication? It would be good to have such an option and be able to specify a TLS...

Hey, I'm trying to deploy **memcached-operator** in a namespace called **memcached** where my memcached chart is deployed. When I'm trying to create a **memcachedproxies.ianlewis.org** resource, it's not generating a service(Which...

Instead of storing config for mcrouter in a configmap, it could be passed to the application through an environment variable or command line parameter on the Deployment and written to...

enhancement

Investigate using [kubebuilder](https://github.com/kubernetes-sigs/kubebuilder)

Support scaling mcrouter pods. mcrouter is not likely CPU bound, but rather I/O bound. It should probably be scaled using custom/metrics like concurrent connection count or I/O throughput.

enhancement

Add a prometheus endpoint for gathering stats from mcrouter and/or memcached pods.

enhancement

https://goreportcard.com/report/github.com/ianlewis/memcached-operator#golint

enhancement
good first issue

HA support for the operator. One operator runs as leader and others are standby. Requires using leader-election code in client-go.

enhancement