how to resolve redis dns correctly using ScaledObject namespace rather than keda-operator namespace? #977
Unanswered
yifan
asked this question in
Q&A / Need Help
Replies: 1 comment
-
same inconvenience here too |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In ScaledObject we specify dns for hosts of many services, KAFKA, REDIS or RabbitMQ. It is right to assume those dns are being resolved in the same namespace as ScaledObject, not from the namespace of keda-operator.
Use-Case
I have a set of deployments and ScaledObjects for these deployments. Also I have a redis server. I can deploy all these resources in namespace. I would then deploy exactly the same deployments, redis and ScaledObjects in a different namespace if I need to.
Beta Was this translation helpful? Give feedback.
All reactions