tangcong

Results 27 comments of tangcong

thanks. we will do the above things next. At the same time, I add some other tasks. - [x] add commitlint check - [x] support minikube - [ ] Make...

Thank you for paying attention to this feature. I am busy with other projects recently. Are you interested and time to implement it? I can share some ideas with you....

https://github.com/tangcong/codis-operator @left2right @dahaian 我正在写codes-operator,基于k8s crd一键可以创建集群,目前已经支持一个k8s create/destroy命令创建销毁集群,proxy自动扩缩容,codis-server/sentinel支持pv/pvc, proxy/codis-server滚动更新和指定分区更新,调度策略支持nodeSelector/Taints等,coordinator支持etcd/zk/filesystem,测试环境已经可用了,有兴趣的可以体验一起完善下。

由于sentinel不支持dns,k8s的默认网络模式是重启ip会变的,目前这块体验会不太好并且极端情况下存在一定风险

我看sentinel代码之前是出于性能原因考虑 可以redis提个issue 这个问题只要是在k8s中跑sentinel就必须要面对的 不过k8s statefulset 我们可以支持固定ip @dahaian

https://github.com/tkestack/kstone/issues/104

thanks for your attention and good advice. I have opened an issue(#19) and will Complete tomorrow at the latest. warning: currently,codis operator is work in progress [WIP] and is NOT...

best practices: * use pv to store Redis data(ssd disk is better) * use dedicated node to run codis-server(Redis) * set max memory limit(node memory) for codis-server and assign enough...

there are some issues remained to be solved: * monitor(proxy/redis) * dedicated scheduler server(k8s do not know "codis group" conception, one group may have 2-N replicas, we want to make...