DEV Community

Discussion on: As a developer, what are the cool things you like to do with containers?

Collapse
 
chrisjust profile image
Chris Justesen

In our company we run everything in containers (except our monolith which relies on Microsoft IIS, which we're currently migrating)

Otherwise we have like 180 different containers with our microservices.

(We created an in house tool to facilitate these for the developers)

In my personal business I run a kubernetes cluster which I feel simplifies my developer experience.

There i collaborate with a couple of developers which makes it easier for the front ender to spin up everything on their specific machine.