Y
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
danielmartins
3564 days ago
We currently only run stateless apps on Kubernetes. All databases are hosted elsewhere (RDS, MongoDB Cloud, etc)
link
Perceptes
3564 days ago
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)?
link
danielmartins
3563 days ago
No, these 'development' environments point to other services in 'staging'.
link