Clean up deployed resources skaffold
Delete all Kubernetes resources created by skaffold run
skaffold delete
more skaffold
all 8 commands →
Dev mode (hot-reload)
skaffold dev --port-forward
One-shot build and deploy
skaffold run --tail
Build only (no deploy)
skaffold build --file-output=artifacts.json
Deploy pre-built artifacts
skaffold deploy --build-artifacts=artifacts.json
Render manifests only
skaffold render --output=manifests.yaml