DEV Community

Discussion on: How do you get Node.js apps to production?

Collapse
 
idoshamun profile image
Ido Shamun

Yeah Kubernetes totally changed my mind and workflow.
Locally I usually use docker compose for setting up databases and other requirements but the application runs locally

Thread Thread
 
aaronpowell profile image
Aaron Powell

Are you using compose for Kubernetes or just compose to stand up containers?

Thread Thread
 
idoshamun profile image
Ido Shamun

I use docker compose for local containers