Could you please help me to understand how we can achieve multi tenancy using Kyma? If we want to migrate our existing cloud applications we need to support multi tenancy as they all supports it.
Asked
Active
Viewed 291 times
1 Answers
0
There is no special support for multitenancy in Kyma. It is up to application developer to decide what pattern to use. You can have multitenancy on infrastructure layer (kubernetes cluster per customer), or on application layer (single instance but separate storage for customers). Separate cluster per customer is the default solution for enterprise customers. For smaller customers, you share infrastructure usually.

Piotr Bochynski
- 382
- 2
- 9