Hacker News new | ask | show | jobs
by Perceptes 3564 days ago
Do you only create copies of the stateless pieces of each stack, or do you also copy databases?
1 comments

We currently only run stateless apps on Kubernetes. All databases are hosted elsewhere (RDS, MongoDB Cloud, etc)
Let me rephrase that: Do you spin up a new copy of any necessary data stores when you deploy a topic branch of an app, or do all versions of the app share the same view of data in their environment (e.g. staging/production)?
No, these 'development' environments point to other services in 'staging'.