Hacker News new | ask | show | jobs
by thorum 1872 days ago
skaffold and minikube (which runs a simple Kubernetes cluster on your local dev computer) are great - the developer just types “skaffold dev” in their terminal and skaffold handles the entire process of building and deploying code into minikube, with instant live updates whenever files change.

https://skaffold.dev/

https://minikube.sigs.k8s.io/docs/

1 comments

Still seems more complex than docker compose even if the file watching is nice. I'll look into it some more though, thanks.