Skip to content
cheatsheet
home
/
cv
/
weblog
/
cheatsheet
/
proxy
/
vpn
/
status
/
links
EN
RU
☾
New version available
reload
×
cheatsheet
/
skaffold
/
One-shot build and deploy
One-shot build and deploy
skaffold
Build images, push to registry and deploy to cluster
skaffold run --tail
⎘ copy
#skaffold
#ci
#kubectl
more skaffold
all 8 commands →
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
Use a specific profile
skaffold dev -p staging
Diagnose config issues
skaffold diagnose