Replies: 1 comment 1 reply
-
Feature is already added |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there !
I have a question / discussion about where to deploy the underlying resources for Redis managed by this operator.
Currently, all of our MicroServices are using a dedicated Redis instance and we are using RedisLabs managed services.
For performances and cost reasons, we want to run the Redis instances on the same cluster than the one used by our MicroServices.
All our MicroServices are deployed in the same shared namespace. This is not ideal and seems to not follow MicroServices best practices on Kubernertes but it works for now and is convenient.
In the process of thinking how we could integrate
OT-CONTAINER-KIT/redis-operator
in our stacks, I was wondering if it would be possible and a good idea to:This will have cons for sure, regarding all the "isolations" namespace can provide (RBAC, Quotas, ...) but in a very naive way, it would look like having a "remote managed service" like we could have by using RedisLabs, Aws ElastiCache or GCP Redis but still running in the same cluster.
Any ideas, any thoughts about such organization ?
Thanks 🙏
Beta Was this translation helpful? Give feedback.
All reactions