|
|
|
|
|
by sethammons
1689 days ago
|
|
We use docker compose for development and our build system leverages it. However, our prod system is hybrid with our own data centers running k8s, traditional VMs, and bare metal nodes, and additionally we run some things in aws. Thousands of nodes in our own DCs. I'm not aware of any teams at my work using docker compose beyond dev+ci/cd and I'd be interested at looking to an all k8s solution, but docker compose definitely got us here. Highly recommended. |
|