Raphael De Lio @raphaeldelio.dev · Feb 24

How does it work for production? Does it spin up other pods in k8s? I'm currently using it in a workshop hub I'm building to make it easier for learners to discover, deploy, and go through hands on labs by themselves. All they need would be Docker. Not even an IDE. It's working fine for now.

0 likes 2 replies

?

Replies

tango · Feb 24

it does not use dind in production only in dev and ci/cd

Raphael De Lio · Feb 24

Workshops don't need to run simultaneously and they're very lightweight. But what I'm trying to anticipate is that I want to make an online version of this so that learners won't even need Docker to go through the labs. I wonder if DinD would fall short in a production environment?