Skip to content

Overview of td redis operator

house edited this page Dec 30, 2021 · 2 revisions

Overview of td-redis-operator

In general, td-redis-operator is a Redis Operator extracted from Tongdun’s own Rdis operation and maintenance experience. The following is a brief technical principle of Operator:

td-redis-operator

Redis Operator is implemented by the following core mechanisms:

  • CRD fully provides users with similar object-oriented programming methods to define their own entity management objects on kubernetes.
  • Registered object change discovery mechanism, all Redis CR object changes will be discovered and corresponding adjustments to Redis resources will be made.
  • The reconcile mechanism ensures that if the desired state and the final state are inconsistent, retries continuously and finally converges to remain consistent.
Clone this wiki locally