EXE
WinGet
Skaffold
Google · 2.14.0 · x64
Before deploying, verify this file with VirusTotal ↗
Silent Commands
Portable application — no installation required. Run the executable directly from any location.
File Identity
Filename
skaffold-windows-amd64.exe
Signature
Status
Upload installer to verify signature
Installer Selection
WinGet Package
Package ID
Google.ContainerTools.Skaffold
Version
2.14.0
Description
Easy and Repeatable Kubernetes Development
License
Apache-2.0
↗
Installer URL
https://github.com/GoogleContainerTools/skaffold/releases/download/v2.14.0/skaffold-windows-amd64.exe
Release Notes
v2.14.0 Release - 01/15/2025
Linux amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.14.0/skaffold-linux-amd64 && chmod +x skaffold && sudo mv skaffold /usr/local/binLinux arm64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.14.0/skaffold-linux-arm64 && chmod +x skaffold && sudo mv skaffold /usr/local/binmacOS amd64
curl -Lo skaffold https://storage.googleapis.com/skaffold/releases/v2.14.0/skaffold-darwin-amd64 && chmod +x skaffold && sudo mv skaf…