-
Notifications
You must be signed in to change notification settings - Fork 92
Overview of td redis operator
house edited this page Dec 30, 2021
·
2 revisions
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.