Skaffold is a command line tool to develop applications against a Kubernetes cluster (either a local Minikube or a remote cluster).
Skaffold handles the build, push and deploy process of the image upon code change. Until today, Skaffold was (IMHO) not well-suited to interpreted languages like Node.js, due the inherent slowness of the process. Skaffold supports an hybrid approach, allowing to take advantage of the usual auto-reload mechanisms used by Node.js developers (e.g.: nodemon):
This hybrid approach is perfectly suited to a large class of technology stacks, like Node.js, React, Angular, Python, etc.
Tell us about a new Kubernetes application
Never miss a thing! Sign up for our newsletter to stay updated.
Discover and learn about everything Kubernetes