|
|
|
|
|
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/ |
|