Difference between revisions of "Helm install redis"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 17: | Line 17: | ||
* {{redis.conf}} | * {{redis.conf}} | ||
* {{Redis}} | * {{Redis}} | ||
+ | * {{helm install}} | ||
[[Category:Redis]] | [[Category:Redis]] |
Revision as of 06:43, 30 March 2023
helm repo add bitnami https://charts.bitnami.com/bitnami helm install myredis bitnami/redis helm install myredis bitnami/redis --set "auth.enabled=false"
Related
Activities
- Run a client:
kubectl run --namespace default redis-client --restart='Never' --image docker.io/bitnami/redis:7.0.10-debian-11-r2 --command -- sleep infinity
See also
- Redis:
redis.conf, values.yml, requirepass, values.schema.json
- Redis, installation,
/etc/redis.conf, values.yml
, Redis Cluster, Redis Sentinel,/etc/redis-sentinel.conf
, Redis memory footprint,redis-cli, redis-benchmark, redis-check-aof, redis-check-rdb, redis-sentinel, redis-server
, Amazon MemoryDB for Redis, AOF, Redis changelog, Redis Database (RDB), Append Only File (AOF), Redis logs helm install [ --set | --dry-run | --debug | --timeout | --namespace | --create-namespace | --generate-name | --help ] values.yaml
,helm upgrade --install
Advertising: