Hi Everyone, I am new to pulumi, new to k8s as a w...
# general
b
Hi Everyone, I am new to pulumi, new to k8s as a whole. I am looking to move our monolith CRM saas product to a more modern infrastructure. It is a fairly large multi-tenant app that we are restructuring to use Hasura, Postgres and node (coming from azure sql and .net). I am looking for any insight, examples and such on this pattern. So some general questions to start off: • Are most people doing namespaces to split out their tenants? • We have 500-1k tenants, if we need 3 pods per customer essentially, is there any thing we should be prepared for? We most likely will host on azure’s k8. • Any suggestions for backing up the postgres from the postgres node? • Any other suggestions?