redis-client

From wikieduonline
Revision as of 07:28, 9 March 2023 by Newworld3 (talk | contribs) (Created page with "{{lc}} kubectl run --namespace default redis-client --restart='Never' --env REDIS_PASSWORD=$REDIS_PASSWORD --image docker.io/bitnami/redis:7.0.5-debian-11-r0 --...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


  kubectl run --namespace default redis-client --restart='Never'  --env REDIS_PASSWORD=$REDIS_PASSWORD  --image docker.io/bitnami/redis:7.0.5-debian-11-r0 --command -- sleep infinity
  Use the following command to attach to the pod:
  kubectl exec --tty -i redis-client \
  --namespace default -- bash

Advertising: