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

Multi-cluster support #768

Open
crkurz opened this issue Dec 16, 2024 · 0 comments
Open

Multi-cluster support #768

crkurz opened this issue Dec 16, 2024 · 0 comments

Comments

@crkurz
Copy link

crkurz commented Dec 16, 2024

What is the new feature about?

When interacting with multiple clusters, a client file must be created for every user on every cluster - in case of 5 clusters and 100 developers that is 500 json files to manage.

This is mainly because client file contains connection details and connection key, which is very convenient for small installations.

For large installation can we separate connection details from key data? That is

  • use same user-specific key data across all clusters and
  • provide (or override) cluster connection details as late as during gefyra-con ?

Such separation would simplify work with large, multi installations.

Why would such a feature be important to you?

Reduce effort to manage multi-cluster installation with many users.

Anything else we need to know?

No response

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