You must log in or register to comment.
The biggest problem that I have with docker is honestly, the fear of a supply-chain attack.
It’s really great how docker shifted the problem from “works on my machine” to “works with my version of docker”.
Still doesn’t work in production because it’s a multi-cluster k8s instead of a simple laptop
Run a multi-cluster k8s on your notebook to test then?
Good luck, the instances can’t just be started in any random order and at their current version their dependency graph is cyclical.
There’s a solution you’re not seeing, make the notebook part of the production cluster.