skaffold

Streamlines Kubernetes development with automated build and deploy

brewmacoslinux
Try with needOr install directly
Source

About

Easy and Repeatable Kubernetes Development

Commands

skaffold

Examples

Start development mode with automatic rebuild on file changes$ skaffold dev
Build and deploy your application to Kubernetes once$ skaffold run
Initialize a new Skaffold project with interactive setup$ skaffold init