Hacker News new | ask | show | jobs
by omniglottal 1122 days ago
Minikube
1 comments

Minikube is just one piece but it's not functionally equivalent to `docker compose run` since I'd still have to build and push docker images and edit k8s yamls manually (compose run will build containers and start them, no need to edit anything) .