https://cloudark.medium.com/multi-instance-multi-tenancy-in-kubernetes-273cd22ae019
– Edited –
Delivering an application as-a-service by creating separate instance per tenant is becoming common with containers and Kubernetes. We have developed KubePlus (GitHub - cloud-ark/kubeplus: Kubernetes SaaS Operator - Create SaaS from Helm charts) to enable this. It is a turn-key solution that takes an application Helm chart and delivers it as-a-service by automating multi-tenancy and day2 operations such as monitoring, troubleshooting, upgrades for each tenant. KubePlus helps software vendors accelerate their journey to SaaS or enterprise platform teams to rapidly deliver managed services for any custom applications.
Checkout above blog post and KubePlus repo to understand more about the use cases and the technology. Question, comments, discussion welcome.