Hacker News new | ask | show | jobs
by danielmartins 3569 days ago
We currently only run stateless apps on Kubernetes. All databases are hosted elsewhere (RDS, MongoDB Cloud, etc)
1 comments

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'.