Closed yizha1 closed 6 months ago
We already have a design doc on the multi-tenancy model, which can be broken down into a few tasks listed in https://hackmd.io/qrJi6ZtzQeeVo0bWEplohw Created a few sub-tasks for multi-tenancy:
Closing it as the basic scenario is supported. Will support log isolation and metrics isolation in next release.
What would you like to be added?
There are two issues related to k8s multi-tenancy, see #195 and #225. This issue tries to make a summary and clarify the scenarios.
Multi-tenancy in Kubernetes allows multiple tenants to share the same cluster resources while maintaining their own isolated environments.
Currently Ratify is a single instance in k8s cluster, and some CRDs are on cluster level. Ratify support multi-tenancy could mean:
This issue is to clarify the scenarios of multi-tenancy support and agree on the way forward.
Anything else you would like to add?
Work Item break down:
Are you willing to submit PRs to contribute to this feature?