All Projects → tongdun → td-redis-operator

tongdun / td-redis-operator

Licence: Apache-2.0 license
一款强大的云原生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 ...

Programming Languages

go
31211 projects - #10 most used programming language
shell
77523 projects
Makefile
30231 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to td-redis-operator

grafana-operator
An operator for Grafana that installs and manages Grafana instances, Dashboards and Datasources through Kubernetes/OpenShift CRs
Stars: ✭ 449 (+37.31%)
Mutual labels:  operator, k8s, kubernetes-operator
K8s Mediaserver Operator
Repository for k8s Mediaserver Operator project
Stars: ✭ 81 (-75.23%)
Mutual labels:  operator, k8s, kubernetes-operator
siddhi-operator
Operator allows you to run stream processing logic directly on a Kubernetes cluster
Stars: ✭ 16 (-95.11%)
Mutual labels:  operator, k8s, kubernetes-operator
Eunomia
A GitOps Operator for Kubernetes
Stars: ✭ 130 (-60.24%)
Mutual labels:  operator, k8s, kubernetes-operator
rabbitmq-operator
RabbitMQ Kubernetes operator
Stars: ✭ 16 (-95.11%)
Mutual labels:  operator, k8s, kubernetes-operator
codis-operator
Codis Operator creates and manages codis clusters(proxy based Redis cluster solution) running in kubernetes.(WIP)
Stars: ✭ 21 (-93.58%)
Mutual labels:  redis-cluster, operator, k8s
Cassandra Operator
Kubernetes operator for Apache Cassandra
Stars: ✭ 215 (-34.25%)
Mutual labels:  ops, kubernetes-operator
Opendevops
CODO是一款为用户提供企业多混合云、一站式DevOps、自动化运维、完全开源的云管理平台、自动化运维平台
Stars: ✭ 2,990 (+814.37%)
Mutual labels:  ops, k8s
varnish-operator
Run and manage Varnish clusters on Kubernetes
Stars: ✭ 47 (-85.63%)
Mutual labels:  operator, kubernetes-operator
microcks-ansible-operator
Kubernetes Operator for easy setup and management of Microcks installs
Stars: ✭ 21 (-93.58%)
Mutual labels:  operator, kubernetes-operator
Ioredis
🚀 A robust, performance-focused, and full-featured Redis client for Node.js.
Stars: ✭ 9,754 (+2882.87%)
Mutual labels:  redis-sentinel, redis-cluster
docker-redis-haproxy-cluster
A Redis Replication Cluster accessible through HAProxy running across a Docker Composed-Swarm with Supervisor and Sentinel
Stars: ✭ 44 (-86.54%)
Mutual labels:  redis-sentinel, redis-cluster
kube-code-generator
Kubernetes code generator docker image
Stars: ✭ 60 (-81.65%)
Mutual labels:  operator, k8s
Redex
Cloud-native Redis server implemented in Elixir
Stars: ✭ 160 (-51.07%)
Mutual labels:  redis-sentinel, redis-cluster
Camellia
camellia framework by netease-im. provider: 1) redis-client; 2) redis-proxy(redis-sentinel/redis-cluster); 3) hbase-client; 4) others
Stars: ✭ 146 (-55.35%)
Mutual labels:  redis-sentinel, redis-cluster
pulp-operator
Kubernetes Operator for Pulp 3. Under active development.
Stars: ✭ 32 (-90.21%)
Mutual labels:  operator, kubernetes-operator
Redis Operator
Redis operator build a Highly Available Redis cluster with Sentinel atop Kubernetes
Stars: ✭ 125 (-61.77%)
Mutual labels:  redis-sentinel, operator
kubegres
Kubegres is a Kubernetes operator allowing to deploy one or many clusters of PostgreSql instances and manage databases replication, failover and backup.
Stars: ✭ 1,107 (+238.53%)
Mutual labels:  operator, kubernetes-operator
infinispan-operator
Infinispan Operator
Stars: ✭ 32 (-90.21%)
Mutual labels:  k8s, kubernetes-operator
sieve
Automatic Reliability Testing for Kubernetes Controllers
Stars: ✭ 183 (-44.04%)
Mutual labels:  operator, kubernetes-operator

td-redis-operator

Switch Languages: English Documents | 中文文档


Overview

As a leading third-party intelligent risk management and decision-making service provider in China, Tongdun Technology handles tens of billions of decision-making requests every day. Therefore, in Tongdun's main data storage infrastructure, Redis is widely used as a cache component. During the peak business period, the cluster actually deploys more than a thousand Redis instances, which is bound to bring great challenges to DBA operation and maintenance management and control. In 2018, we promoted the full containerization of stateless applications in the group, and created a cache cloud product that combines cloud-native technology!

The first version of td-redis-operator can be traced back to 2018. The external open source version is the second version. The development time has continued from July 2018 to the present. At present, the Redis clusters of the two centers in Tongdun are all deployed in On the ultra-large kubernetes cluster.

Current scale:

  • Redis instance 5000+
  • PB level data
  • Involving 1000+ real-time online business applications.

Introduction

  • Name: td-redis-operator
  • Language: Golang
  • Positioning: Completely based on cloud native technology to realize resource lifecycle management, fault self-healing, HA, etc.

Click here to view detailed information about Introduction.


Architecture

td-redis-operator

Principle description:

  • Based on Operator open source products, it is completely operated and maintained on kubernetes.
  • Support two kinds of Redis instance management delivery, namely Redis active and standby and Redis Cluster.

QuickStart

You can use the helm command to deploy:

$ 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      

For details on the deployment process of helm, see helm deployment document .

In addition to deploying with helm, you can also deploy with kubectl command:

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

For more YAML files, see yaml deployment document .


AdminGuide

Click here to view detailed information about AdminGuide.


Roadmap for future plans

We will support the following features in the future:

  • Support customization of service exposure ServiceType parameter.
  • Cache node shrink scene logic optimization.
  • Supports customization of storage parameters.
  • Support all kinds of back-end storage (hostPath/NFS/Ceph rbd/cephfs/public cloud storage...).
  • Open source the supporting redis web management platform.
  • The web platform also supports monitoring curves.
  • ...

Community group

Welcome to our open source community WeChat group for detailed communication. Please scan the following QR code to join us:

td-redis-operator

(Fill in the "td-redis-operator" character when applying.)


FAQ

Click here to view detailed information about FAQ.

You can also seek help in other ways:



Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].