Skip to content
FindOpenSource

Skaffold

Local Kubernetes development tool that automates the build-push-deploy loop so code changes are reflected in a cluster automatically.

Overview

Skaffold watches your source code, automatically rebuilds container images when files change, pushes them to a registry, and redeploys to a Kubernetes cluster - continuously, without a developer manually re-running each step. It supports many build and deployment tools rather than locking a team into one specific toolchain.

Skaffold is a fit for developers building applications that run on Kubernetes who want a fast local iteration loop, complementing Coder (also in this catalog), which provisions remote development environments rather than automating the local build-deploy cycle.

Categories
Developer Tools
Keywords
kubernetes-developmentbuild-automationlocal-developmentci-cd
Languages
Go
License
Apache-2.0

Spotted an error? Suggest an edit on GitHub.