# k8s-redis **Repository Path**: shinstein/k8s-redis ## Basic Information - **Project Name**: k8s-redis - **Description**: k8s之redis-cluster - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2023-10-20 - **Last Updated**: 2023-10-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: Kubernetes, helm, Redis, cluster ## README # k8s-redis #### 介绍 k8s之redis-cluster 笔记: 1. 私有:https://www.notion.so/helm-redis-cluster-923a0e2a652d4ef6a3a5480e38096d52 2. 公共:https://hushed-sardine-f46.notion.site/helm-redis-cluster-923a0e2a652d4ef6a3a5480e38096d52?pvs=4 #### 软件架构 本库采用 helm 部署 redis cluster, chart 包来自 bitnami/redis-cluster 9.0.12 版本,对应 redis版本为 7.2.1 #### 安装教程 1. 克隆本库 2. 根据自身需求修改chart包中配置 3. 安装:`helm upgrade -i reids redis` #### 使用说明 1. 本库中 redis 目录即为 redis的chart包 2. redis.yaml 为 helm template redis > redis.yaml 渲染后的资源文件