Hacker News new | ask | show | jobs
by spiddy 1849 days ago
I find it very interesting the idea of separating development image from production one and skaffold promotes it in a way ("skaffold dev" vs "skaffold run")

Same as in frontend for example you don't "npm build" your way through development, instead you want hot-reload and other similar features.