Use Namespaces to separate tenant workloads
Kubernetes uses namespacesnamespace A
do not
have access to secrets in namespace B
(and vice-versa).
AWS advises customers to assign each tenant to their own unique namespace. When assigning privileges to tenants, ensure each tenant can only access Kubernetes objects in the tenant’s assigned namespace. Customers can automate this assignment by enabling a mutating admission webhook that requires a tenant-specific label on all customer-related objects and ensures the objects are placed in the tenant’s namespace.