Sign inSign up

kubelauncher/memcached

By kubelauncher

•Updated 1 day ago

memcached packaged with love by KubeLauncher

Image
0

6.7K

kubelauncher/memcached repository overview

⁠Memcached

Built by KubeLauncher⁠ — production-grade, open-source, community-first.

Production-ready, broadly compatible Memcached caching system image based on Ubuntu 24.04. Compiled from source for minimal footprint. Designed for Kubernetes, built for everyone.

⁠Supported Tags

  • 1.6.40, 1.6, 1, latest

Tags follow semantic versioning. Each push also generates a sha-<commit> tag for pinning to exact builds.

⁠Quick Start

docker run -d --name memcached ghcr.io/kubelauncher/memcached:1.6.40

With custom memory limit:

docker run -d --name memcached \
  -e MEMCACHED_MEMORY=256 \
  ghcr.io/kubelauncher/memcached:1.6.40

⁠Environment Variables

VariableDefaultDescription
MEMCACHED_PORT11211Port Memcached listens on
MEMCACHED_MEMORY64Maximum memory in MB
MEMCACHED_MAX_CONNECTIONS1024Maximum simultaneous connections
MEMCACHED_EXTRA_FLAGS(none)Additional flags passed to memcached

⁠Ports

PortDescription
11211Memcached server

⁠Data Persistence

Memcached is an in-memory cache and does not persist data to disk. No volume mounts are required.

⁠Helm Chart

A production-ready Helm chart is available:

helm install my-memcached oci://ghcr.io/kubelauncher/charts/memcached

šŸ“¦ View on ArtifactHub⁠

⁠About KubeLauncher

Built by KubeLauncher — production-grade, open-source, community-first.

Need a production Kubernetes platform? Let's talk⁠.

⁠License

Apache-2.0

Tag summary

Content type

Image

Digest

sha256:91f2066d2…

Size

41.4 MB

Last updated

1 day ago

docker pull kubelauncher/memcached