Standalone
Standalone Redis setup
Last updated
Was this helpful?
Standalone Redis setup
We can use helm and kubectl for deploying the redis standalone server.
# Create redis standalone setup
helm upgrade redis ./helm/redis-setup -f \
./helm/redis-setup/cluster-values.yaml \
--set setupMode="standalone" \
--install --namespace redis-operator# Standalone redis deployment
kubectl apply -f example/redis-standalone-example.yamlLast updated
Was this helpful?
Was this helpful?