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?
感谢