English 中文(简体)
GKE - 尽可能使用多个名称空间?
原标题:GKE - Multiple Namespaces at usecase level- possible?

Just starting up with GKE. So please bear with In GKE, a NodeJS application is hosted to perform a function. It has a service account associated with it. Multiple processes (usecase processes) will call it simultaneously.

  • Can we have multiple usecase level namespaces so as to have 1 service account per usecase?
  • If yes, will that need multiple application instance deployment? or can 1 instance be associated with multiple SA?
  • Which multi-tenancy will that be called - SaaS or enterprise?

感谢

问题回答

暂无回答




相关问题
Laravel wrong redirecting to login page after login

In a multi tenancy with subdomain enviroment (http://zapburger.dex.local) when user fills login form with valid data and make login, laravel redirect to dashboard route (as expected) and then redirect ...

Multitenancy and Partitaioning

HI There, i have to make my application SAAS compliant .For achieving multi tenancy , i was thing of partitioning the data , and each partition will be for a tenant. and this partitioning will be ...

Zend Framework - pass variable to every controller

I m working on multi-tenant application in Zend Framework which gets it s tenantID from the subdomain name (mod_rewrite -> index.php -> matches it against the database). My question is - how do I set ...

Multiple application instances on the same database

I m writing an application that that I m going to provide as a service and also as a standalone application. It s written in Zend Framework and uses MySQL. When providing it as a service I want users ...

Multitenant DB: Why put a TenantID column in every table?

Every tutorial I ve seen about Multitenant database models tells you to put the TenantID in every single table: zoos ------- id zoo_name tenant_id animals ------- id zoo_id animal_name tenant_id ...

热门标签