tongdun / td-redis-operator

一款强大的云原生redis-operator,经过大规模生产级运行考验,支持分布式集群、支持主备切换等缓存集群解决方案…The powerful cloud-native redis-operator, which has passed the test of large-scale production-level operation, supports distributed clusters and active/standby switching ...
Apache License 2.0
505 stars 89 forks source link

方便快速部署维护的文档 #1

Closed jackerzhou closed 2 years ago

jackerzhou commented 2 years ago

有响应的部署维护文档吗

houseonline commented 2 years ago

谢谢你提交和反馈issue! 比较抱歉,我们是前几天刚刚开源的第一个beta版本,有一些文档与功能还在逐渐完善中。 这里是我们写的wiki文档初稿: https://github.com/tongdun/td-redis-operator/wiki 你可以看看

houseonline commented 2 years ago

如果有兴趣的话,@gaoshengL 这边可以提供一些临时的部署方法

houseonline commented 2 years ago

另外,我们将在2021年12月下旬正式发布 v0.1.0版本! 新的v0.1.0版本,将提供多种完备的一键部署方案。到时候,你可以使用新的v0.1.0版本很方便的进行部署。 敬请关注。

jackerzhou commented 2 years ago

嗯 方便的话,大佬可以提供一些临时的部署方法

houseonline commented 2 years ago

你可以使用helm命令来部署:

$ helm repo add td-redis-operator https://tongdun.github.io/td-redis-operator/charts/td-redis-operator
$ helm repo update
$ helm install [RELEASE_NAME] td-redis-operator/td-redis-operator      

关于helm的部署过程详见 Helm部署文档 .

除了使用helm部署外,你也可以使用kubectl命令部署:

$ kubectl apply -f https://github.com/tongdun/td-redis-operator/tree/main/deploy/deploy.yaml     
$ kubectl apply -f https://github.com/tongdun/td-redis-operator/tree/main/cr/redis_cluster.yaml
$ kubectl apply -f https://github.com/tongdun/td-redis-operator/tree/main/cr/redis_standby.yaml

更多YAML文件详见 YAML部署文档 .