You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Memcached can be accessed on port 11211 on the following DNS name from within your cluster: {{ template "common.names.fullname" . }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}
9
-
{{- else if eq .Values.architecture "high-availability" }}
10
-
Memcached endpoints are exposed on the headless service named: {{ template "common.names.fullname" . }}.
11
-
Please see https://github.com/memcached/memcached/wiki/ConfiguringClient to understand the Memcached model and need for client-based consistent hashing.
12
-
You might also want to consider more advanced routing/replication approaches with mcrouter: https://github.com/facebook/mcrouter/wiki/Replicated-pools-setup
9
+
By specifying "serviceType=LoadBalancer" and not specifying "auth.enabled=true"
10
+
you have most likely exposed the Memcached service externally without any
11
+
authentication mechanism.
12
+
13
+
For security reasons, we strongly suggest that you switch to "ClusterIP" or
14
+
"NodePort". As alternative, you can also specify valid credentials using the
{{- if and (contains "bitnami/" .Values.image.repository) (not (.Values.image.tag | toString | regexFind "-r\\d+$|sha256:")) }}
20
+
** Please be patient while the chart is being deployed **
21
+
22
+
Memcached can be accessed via port {{ .Values.service.ports.memcached }} on the following DNS name from within your cluster:
23
+
24
+
{{ include "common.names.fullname" . }}.{{ .Release.Namespace }}.svc.{{ .Values.clusterDomain }}
25
+
26
+
{{- if eq .Values.architecture "high-availability" }}
16
27
17
-
WARNING: Rolling tag detected ({{ .Values.image.repository }}:{{ .Values.image.tag }}), please note that it is strongly recommended to avoid using rolling tags in a production environment.
Please see https://github.com/memcached/memcached/wiki/ConfiguringClient to understand the Memcached model and need for client-based consistent hashing.
29
+
You might also want to consider more advanced routing/replication approaches with mcrouter: https://github.com/facebook/mcrouter/wiki/Replicated-pools-setup
19
30
20
31
{{- end }}
32
+
21
33
{{- if .Values.metrics.enabled }}
22
34
23
35
To access the Memcached Prometheus metrics from outside the cluster execute the following commands:
0 commit comments