Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cqyisbug/redis-in-k8s
redis in kubernetes (k8s) HA
https://github.com/cqyisbug/redis-in-k8s
cluster ha k8s kubernetes redis sentinel
Last synced: 14 days ago
JSON representation
redis in kubernetes (k8s) HA
- Host: GitHub
- URL: https://github.com/cqyisbug/redis-in-k8s
- Owner: cqyisbug
- License: mit
- Created: 2017-12-16T15:22:20.000Z (almost 7 years ago)
- Default Branch: 2.1
- Last Pushed: 2021-06-22T05:58:39.000Z (over 3 years ago)
- Last Synced: 2024-07-05T03:09:00.827Z (4 months ago)
- Topics: cluster, ha, k8s, kubernetes, redis, sentinel
- Language: Shell
- Homepage:
- Size: 4.08 MB
- Stars: 80
- Watchers: 12
- Forks: 50
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Redis in Kubernetes(k8s)
-----
> 2.1 更新摘要(2019年1月22日)
- 移除http支持,添加https支持
- 移除Ruby依赖,升级redis到5.0.3版本
- 删除多余功能,只做redis在k8s中的集群化安装配置---
#### 配置项如下
```
{
"api_server_addr": "",
"redis_statefulset_replicas": "3",
"redis_server_port": 6380,
"redis_server_nodeport": 6379,
"redis_docker_image": "",
"persistent_flag": false,
"redis_data_size": 2,
"log_level": 0,
"redis_cluster_replicas": 0,
"hostnetwork": false
}
```