Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
skaffold
/
Diagnose config issues
Diagnose config issues
skaffold
Validate skaffold.yaml and print resolved configuration
skaffold diagnose
⎘ copy
#skaffold
#debug
more skaffold
all 8 commands →
Clean up deployed resources
skaffold delete
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