Skip to content

一款强大的云原生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 ...

License

Notifications You must be signed in to change notification settings

Colabors/td-redis-operator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

td-redis-operator

Switch Languages: English Documents | 中文文档


项目背景

   同盾做为国内头部第三方风控公司,日均处理决策请求高达百亿次。因此在同盾的主体数据存储基础架构中,大量使用Redis做为缓存组件。在业务高峰时期,集群实际部署高达千余Redis实例,这势必对DBA运维管控带来极大挑战。2018年,集团推动无状态应用全面容器化,结合云原生技术的缓存云产品开始在数据存储和云原生团队内部酝酿落地

   td-redis-operator第一版本可追溯到2018年,此次外部开源的版本为第2版,开发时间从2018年7月份一直持续到现在,目前同盾两地双中心的Redis集群全部部署在超大规模的Kubernates上。

目前使用规模:
  1. Redis实例2000+
  2. PB级别数据量量
  3. 涉及200+个在线实时业务

项目介绍

名称:td-redis-operator

语言: 纯go开发

定位: 完全基于云原生技术,实现资源生命周期管理、故障自愈、HA等

工作原理

原理描述:

1. 基于Operator开源产品,完全在Kubernate上运维托管。 什么是Kubernate Operator, 请点击

2. 支持两种Redis实例管理交付,即Redis主备和RedisCluster

Introduction

See the page for Introduction: [[Introduction]].

QuickStart

See the page for quick start: [[QuickStart]].

AdminGuide

See the page for admin deploy guide : [[AdminGuide]]

常见问题

See the page for FAQ: [[FAQ]]

2. 邮件交流: [email protected]

4. 报告issue:issues

About

一款强大的云原生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 ...

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 94.2%
  • Shell 3.8%
  • Makefile 1.4%
  • Dockerfile 0.6%