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
- Languages
- Go
- License
- Apache-2.0
Related Projects
Buildpacks
Apache-2.0Cloud Native Buildpacks build production-ready container images directly from application source code, without writing a Dockerfile.
- Developer Tools
Okteto
Apache-2.0Development tool that lets you code locally while running and debugging your application directly inside a remote Kubernetes cluster.
- Developer Tools
Jenkins
MITWidely used open-source automation server with a large plugin ecosystem for building CI/CD pipelines and automating software delivery.
- DevOps
Backstage
Apache-2.0Open framework for building an internal developer portal, unifying a company's services, infrastructure, and documentation behind one searchable software catalog.
- Developer Tools
Spotted an error? Suggest an edit on GitHub.