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 |
||
(7 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{lc}} | {{lc}} | ||
+ | [[helm repo add bitnami https://charts.bitnami.com/bitnami]] | ||
[[helm install myredis bitnami/redis]] | [[helm install myredis bitnami/redis]] | ||
− | [[helm install myredis bitnami/redis | + | [[helm install myredis bitnami/redis --set "auth.enabled=false"]] |
== Related == | == Related == | ||
* [[Redis Cluster]] | * [[Redis Cluster]] | ||
* <code>[[helm upgrade redis bitnami/redis]]</code> | * <code>[[helm upgrade redis bitnami/redis]]</code> | ||
− | + | * <code>[[Ready to accept connections]]</code> | |
+ | * [[Bitnami]] | ||
+ | |||
+ | == Activities == | ||
+ | * Run a client: <code>[[kubectl run]] --namespace default redis-client --restart='Never' --image docker.io/bitnami/redis:7.0.10-debian-11-r2 --command -- sleep infinity</code> | ||
== See also == | == See also == | ||
* {{redis.conf}} | * {{redis.conf}} | ||
* {{Redis}} | * {{Redis}} | ||
+ | * {{helm install}} | ||
[[Category:Redis]] | [[Category:Redis]] |
Latest revision as of 19:40, 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[edit]
Activities[edit]
- 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[edit]
- 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: