Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEAT] Support envVars to define multiple C* and/or multiple Redis clusters. #5

Open
prasus opened this issue Aug 18, 2021 · 0 comments

Comments

@prasus
Copy link

prasus commented Aug 18, 2021

Greetings,

I have created a helm chart which helps to deploy nf-data-explorer in Kubernetes clusters, while this works well, there is a limitation that we can only add a single C* and/or Redis cluster as environment variables, A workaround is to have one nf-data-explorer deployment per C* and redis clusters, which is not optimal 🙁

There is an option to use local file containing the list of clusters, but the discovery format requires ip, host details of the cluster members, which doesn't work well for clusters deployed in Kubernetes.

It would be really nice if we can either support envVars for specifying multiple clusters or have the discovery format in a Kubernetes friendly manner which accepts the k8s svc end points of the Cassandra and Redis clusters, Thanks!

Cheers,
Prasad.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant