Overview of td redis operator - tongdun/td-redis-operator GitHub Wiki
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:

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.