-
Notifications
You must be signed in to change notification settings - Fork 140
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
Support for multi-tenant clusters #1471
Comments
Hey @stephen-harris
|
Like this feature very much - it'll for sure help bigger players where there is a lot of teams working on single product. We should check what's needed/missing in testkube to be able to implement such functionality. @TheBrunoLopes FYI ^^^ |
I would love testkube to discover tests/suites from other namespaces as well. One use case for us is that we like to use namespaces for isolating deployment environments (such as 'dev', 'stage', 'production', ...). Starting tests against services deployed to these namespaces allows for easy reuse of the test-manifests (no service-fqdn needed, no passing variables needed). Also we would prefer managing tests/suites with kubernetes manifests instead of the testkube-cli / kubectl/krew-plugin. For notifications, the slack notification option is fine and sufficient for us, no need for a special fluxcd-notification-provider. |
Multi-tenancy support would be really good. Is there any recent update on this feature? |
We're working on this feature. @TheBrunoLopes can comment it |
@vsukhin @TheBrunoLopes Thanks. I would be very happy to get info about it. |
Hello @chinthanep-asml the way we are tackling "multi tenancy" is that we are working on making Testkube namespace scoped, in a way that allows you to have different teams using different Testkube instances in different namespaces. Is there any other multi tenancy feature you would like to have ? |
@TheBrunoLopes : Thanks for your reply. I have booked an appointment to discuss this with you on Monday. |
In my team, we are using one namespace per component installed, resulting in approx 50 namespaces in each K8S cluster. We're generally adopting K8S controllers we can use across all or our namespaces (e.g. kyverno, flux, cert-manager, carvel secret-gen etc...) The current requirement of installing Testkube oss (680 MB ram) in each namespace that declares and runs tests is too expensive for our team. This is preventing growth in Testkube usage in our team and widespread adoption in our company for other teams. |
hey @gberche-orange No worries, the idea iof Testkube is to fit different user needs. Current approach will remain as default one with cluster wide access to all namespaces, but for those, who need to restrict access for each company team, we will provide options for multi namespace support. @TheBrunoLopes @ypoplavs @exu |
Apologies if this is already supported, but it doesn't appear to be be (and I couldn't see anything in the documentation)
Is your feature request related to a problem? Please describe.
We run a multi-tenant cluster where different teams are namespaced and each team has only permissions only to their namespace(s). We'd like for teams to be able to create and a manage test resources themselves in their own namespaces (without the need to run an instance of testkube in each namespace). Additionally, we'd like to be able to configure slack-notifications at a team (or even test level).
Describe the solution you'd like
Describe alternatives you've considered
Nothing so far
Additional context
Having support for multiple teams in the UI would also be great. e.g. supporting OIDC authentication to identify a user in a OIDC group and allowing configuration to map that group to a namespace / permissions.
The text was updated successfully, but these errors were encountered: