Skaffold
Use
skaffold init
to bootstrap your Skaffold config.Use
skaffold dev
to automatically build and deploy your application when your code changes.Use
skaffold build
andskaffold test
to tag, push, and test your container images.Use
skaffold render
andskaffold apply
to generate and deploy Kubernetes manifests as part of a GitOps workflow.
Install
Init
Start developing the app
Profiles
Build
References
Last updated