Files
charts/bitnami/memcached

Memcached

Memcached is an in-memory key-value store for small chunks of arbitrary data (strings, objects) from results of database calls, API calls, or page rendering.

TL;DR

$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install my-release bitnami/memcached

Introduction

This chart bootstraps a Memcached deployment on a Kubernetes cluster using the Helm package manager.

Bitnami charts can be used with Kubeapps for deployment and management of Helm Charts in clusters. This Helm chart has been tested on top of Bitnami Kubernetes Production Runtime (BKPR). Deploy BKPR to get automated TLS certificates, logging and monitoring for your applications.

Prerequisites

  • Kubernetes 1.12+
  • Helm 3.1.0

Installing the Chart

To install the chart with the release name my-release:

$ helm repo add bitnami https://charts.bitnami.com/bitnami
$ helm install my-release bitnami/memcached

These commands deploy Memcached on the Kubernetes cluster in the default configuration. The Parameters section lists the parameters that can be configured during installation.

Tip

: List all releases using helm list

Uninstalling the Chart

To uninstall/delete the my-release deployment:

$ helm delete my-release

The command removes all the Kubernetes components associated with the chart and deletes the release.

Parameters

Global parameters

Name Description Value
global.imageRegistry Global Docker image registry ""
global.imagePullSecrets Global Docker registry secret names as an array []
global.storageClass Global StorageClass for Persistent Volume(s) ""

Common parameters

Name Description Value
nameOverride String to partially override common.names.fullname template (will maintain the release name) ""
fullnameOverride String to fully override common.names.fullname template ""
commonLabels Labels to add to all deployed objects {}
commonAnnotations Annotations to add to all deployed objects {}
clusterDomain Default Kubernetes cluster domain cluster.local
extraDeploy Array of extra objects to deploy with the release []

Memcached parameters

Name Description Value
image.registry Memcached image registry docker.io
image.repository Memcached image repository bitnami/memcached
image.tag Memcached image tag (immutable tags are recommended) 1.6.10-debian-10-r30
image.pullPolicy Memcached image pull policy IfNotPresent
image.pullSecrets Specify docker-registry secret names as an array []
image.debug Enable image debug mode false
architecture Memcached architecture. Allowed values: standalone or high-availability standalone
hostAliases Add deployment host aliases []
memcachedUsername Memcached admin user ""
memcachedPassword Memcached admin password ""
replicaCount Number of containers 1
command Default container command (useful when using custom images) []
arguments Default container args (useful when using custom images) []
extraEnv Additional env vars to pass []
podDisruptionBudget.create Specifies whether a Pod disruption budget should be created false
podDisruptionBudget.minAvailable Minimum number of pods that need to be available ""
podDisruptionBudget.maxUnavailable Maximum number of pods that can be unavailable 1
service.type Kubernetes service type for Memcached ClusterIP
service.port Memcached service port 11211
service.nodePort Kubernetes Service nodePort ""
service.loadBalancerIP loadBalancerIP if service type is LoadBalancer ""
service.annotations Additional annotations for Memcached service {}
autoscaling.enabled Enable memcached statefulset autoscaling (requires architecture: "high-availability") false
autoscaling.minReplicas memcached statefulset autoscaling minimum number of replicas 3
autoscaling.maxReplicas memcached statefulset autoscaling maximum number of replicas 6
autoscaling.targetCPU memcached statefulset autoscaling target CPU percentage 50
autoscaling.targetMemory memcached statefulset autoscaling target CPU memory 50
resources.limits CPU/Memory resource limits {}
resources.requests CPU/Memory resource requests {}
portName Name of the main port exposed by memcached memcache
securityContext.enabled Enable security context true
securityContext.fsGroup Group ID for the container 1001
securityContext.runAsUser User ID for the container 1001
securityContext.readOnlyRootFilesystem Enable read-only filesystem false
podLabels Pod extra labels {}
podAnnotations Pod annotations {}
podAffinityPreset Pod affinity preset. Ignored if affinity is set. Allowed values: soft or hard ""
podAntiAffinityPreset Pod anti-affinity preset. Ignored if affinity is set. Allowed values: soft or hard soft
nodeAffinityPreset.type Node affinity preset type. Ignored if affinity is set. Allowed values: soft or hard ""
nodeAffinityPreset.key Node label key to match. Ignored if affinity is set. ""
nodeAffinityPreset.values Node label values to match. Ignored if affinity is set. []
affinity Affinity for pod assignment {}
nodeSelector Node labels for pod assignment {}
tolerations Tolerations for pod assignment []
topologySpreadConstraints Topology Spread Constraints for pod assignment spread across your cluster among failure-domains {}
priorityClassName Pod priority ""
initContainers Add additional init containers to the Memcached pod []
sidecars Add additional sidecar containers to the Memcached pod []
serviceAccount.create Enable creation of ServiceAccount for memcached pods true
serviceAccount.name The name of the ServiceAccount to use. ""
serviceAccount.automountServiceAccountToken Enable/disable auto mounting of the service account token true
persistence.enabled Enable persistence using PVC (Requires architecture: "high-availability") false
persistence.storageClass PVC Storage Class for Memcached volume ""
persistence.annotations Persistent Volume Claim annotations {}
persistence.accessModes Persistent Volume Access Mode []
persistence.size PVC Storage Request for Memcached volume 8Gi
metrics.enabled Start a side-car prometheus exporter false
metrics.image.registry Memcached exporter image registry docker.io
metrics.image.repository Memcached exporter image repository bitnami/memcached-exporter
metrics.image.tag Memcached exporter image tag (immutable tags are recommended) 0.9.0-debian-10-r137
metrics.image.pullPolicy Image pull policy IfNotPresent
metrics.image.pullSecrets Specify docker-registry secret names as an array []
metrics.podAnnotations Metrics exporter pod Annotation and Labels {}
metrics.portName Memcached exporter port name metrics
metrics.resources.limits The resources limits for the container {}
metrics.resources.requests The requested resources for the container {}
metrics.service.type Kubernetes service type for Prometheus metrics ClusterIP
metrics.service.port Prometheus metrics service port 9150
metrics.service.annotations Annotations for the Prometheus metrics service {}
metrics.serviceMonitor.enabled Create ServiceMonitor resource(s) for scraping metrics using PrometheusOperator false
metrics.serviceMonitor.namespace The namespace in which the ServiceMonitor will be created ""
metrics.serviceMonitor.interval The interval at which metrics should be scraped ""
metrics.serviceMonitor.scrapeTimeout The timeout after which the scrape is ended ""
metrics.serviceMonitor.selector Additional labels for ServiceMonitor resource {}
metrics.serviceMonitor.metricRelabelings MetricRelabelConfigs to apply to samples before ingestion []
metrics.serviceMonitor.relabelings Metrics relabelings to add to the scrape endpoint, applied before scraping []
volumePermissions.image.registry Init container volume-permissions image registry docker.io
volumePermissions.image.repository Init container volume-permissions image repository bitnami/bitnami-shell
volumePermissions.image.tag Init container volume-permissions image tag (immutable tags are recommended) 10-debian-10-r172
volumePermissions.image.pullPolicy Init container volume-permissions image pull policy Always
volumePermissions.image.pullSecrets Specify docker-registry secret names as an array []
volumePermissions.resources.limits Init container volume-permissions resource limits {}
volumePermissions.resources.requests Init container volume-permissions resource requests {}

The above parameters map to the environment variables defined in the bitnami/memcached container image. For more information please refer to the bitnami/memcached container image documentation.

Specify each parameter using the --set key=value[,key=value] argument to helm install. For example,

$ helm install my-release --set memcachedUsername=user,memcachedPassword=password bitnami/memcached

The above command sets the Memcached admin account username and password to user and password respectively.

NOTE: Once this chart is deployed, it is not possible to change the application's access credentials, such as usernames or passwords, using Helm. To change these application credentials after deployment, delete any persistent volumes (PVs) used by the chart and re-deploy it, or use the application's built-in administrative tools if available.

Alternatively, a YAML file that specifies the values for the parameters can be provided while installing the chart. For example,

$ helm install my-release -f values.yaml bitnami/memcached

Tip

: You can use the default values.yaml

Configuration and installation details

Rolling vs Immutable tags

It is strongly recommended to use immutable tags in a production environment. This ensures your deployment does not change automatically if the same tag is updated with a different image.

Bitnami will release a new chart updating its containers if a new version of the main container, significant changes, or critical vulnerabilities exist.

Use Sidecars and Init Containers

If additional containers are needed in the same pod (such as additional metrics or logging exporters), they can be defined using the sidecars config parameter. Similarly, extra init containers can be added using the initContainers parameter.

Refer to the chart documentation for more information on, and examples of, configuring and using sidecars and init containers.

Set Pod affinity

This chart allows you to set your custom affinity using the affinity parameter(s). Find more information about Pod affinity in the Kubernetes documentation.

As an alternative, you can use the preset configurations for pod affinity, pod anti-affinity, and node affinity available at the bitnami/common chart. To do so, set the podAffinityPreset, podAntiAffinityPreset, or nodeAffinityPreset parameters.

Persistence

When using architecture: "high-availability" the Bitnami Memcached image stores the cache-state at the /cache-state path of the container if enabled.

Persistent Volume Claims (PVCs) are used to keep the data across deployments. This is known to work in GCE, AWS, and minikube.

See the Parameters section to configure the PVC or to disable persistence.

If you encounter errors when working with persistent volumes, refer to our troubleshooting guide for persistent volumes.

Troubleshooting

Find more information about how to deal with common errors related to Bitnamis Helm charts in this troubleshooting guide.

Notable changes

4.0.0

Backwards compatibility is not guaranteed unless you modify the labels used on the chart's deployments. Use the workaround below to upgrade from versions previous to 4.0.0. The following example assumes that the release name is memcached:

$ kubectl delete deployment  memcached --cascade=false
$ helm upgrade memcached bitnami/memcached

3.0.0

This release uses the new bash based bitnami/memcached container which uses bash scripts for the start up logic of the container and is smaller in size.

Upgrading

To 5.3.0

This version introduces bitnami/common, a library chart as a dependency. More documentation about this new utility could be found here. Please, make sure that you have updated the chart dependencies before executing any upgrade.

To 5.0.0

On November 13, 2020, Helm v2 support formally ended. This major version is the result of the required changes applied to the Helm Chart to be able to incorporate the different features added in Helm v3 and to be consistent with the Helm project itself regarding the Helm v2 EOL.

Learn more about this change and related upgrade considerations.

To 1.0.0

Backwards compatibility is not guaranteed unless you modify the labels used on the chart's deployments. Use the workaround below to upgrade from versions previous to 1.0.0. The following example assumes that the release name is memcached:

$ kubectl patch deployment memcached --type=json -p='[{"op": "remove", "path": "/spec/selector/matchLabels/chart"}]'