Multi-tenant App

Hi I’m new to Corteza and I’m trying to evaluate on how to design a multi-tenant application in Corteza. What are the multi-tenancy options supported?
I’m also trying to understand how to model the data store such that it can support pooled multi-tenancy.

Hoping for the needed guidance from the community and thank you in advance.

Thanks,
Calvin

Hi @Ccbeloy

no proper multi-tenancy support yet, we will start working on high availability as it is one of the main features we want to tackle in the near future.

What is your use-case?

You can simulate multi-tenancy by having separate namespaces for each client and handling access with RBAC.

Or on a different level, you can host different corteza instances inside k8s on different pods.