Softwr
Skaffold logo

Skaffold

Command-line inner loop for Kubernetes: watch, build, push and deploy on every file save

As of 31 August 2026, Skaffold is free to use. Skaffold watches your source, rebuilds container images and redeploys them to a Kubernetes cluster automatically, then streams the logs back. Softwr lists it under Software Development. Skaffold is made by Google (GoogleContainerTools), available on Linux, macOS, Windows.

Overview

What Skaffold does

Skaffold is a single Go binary configured by a skaffold.yaml file that describes how to build your images and how to deploy them. In dev mode it watches the filesystem, rebuilds only what changed, redeploys with kubectl, Helm, Kustomize or kpt, port-forwards services and tails logs from every pod in one terminal. It also has a run mode for CI and a render and apply split for GitOps pipelines. What distinguishes it is that it treats the developer inner loop as the product rather than as a side effect of a deployment tool. File sync can copy changed files straight into a running container without a rebuild at all, which turns a two-minute image cycle into a sub-second one for interpreted languages. It also supports building on the cluster or in Google Cloud Build rather than on the laptop, which matters when your developers are on machines that cannot comfortably build your images. Users are backend teams whose applications only run meaningfully inside Kubernetes, and platform teams who want to hand developers one command. The trade off is that Skaffold is a Google open source project maintained under GoogleContainerTools rather than a CNCF-governed one, its integration with Google Cloud Deploy is deeper than with anything else, and the skaffold.yaml config version keeps moving, so upgrades regularly require running skaffold fix.

What people use it for

  • A microservices team whose application cannot be run meaningfully outside a cluster and needs a fast local edit-to-running cycle
  • Standardising build and deploy commands across many repositories so onboarding is one command rather than a wiki page
  • Producing rendered manifests in CI for a GitOps controller such as Argo CD to apply
  • Giving developers on underpowered laptops a remote build path via Cloud Build while keeping the same local workflow

The honest half

Where it falls short

Concrete and checkable, so you can decide whether any of them matter to you. This is the half of a review a vendor will not write about Skaffold.

  • The skaffold.yaml apiVersion changes with releases and old configs stop being accepted, so upgrading is not a no-op; you run skaffold fix and re-test your profiles.
  • It is a Google project outside CNCF governance, and the Google Cloud Build and Cloud Deploy integrations are noticeably better developed than anything for AWS or Azure, which shapes the tool toward one cloud.
  • File sync only helps when the runtime picks up changed files without a restart; for compiled languages you are back to a full image rebuild each save and the headline speed advantage largely disappears.
  • It solves the inner loop and stops there. There is no approval workflow, no environment promotion and no audit trail, so you still need a separate delivery tool and now maintain two definitions of how deployment works.
  • Debugging a failing Skaffold run means understanding your builder, your deployer, your cluster and Skaffold's own layering all at once, and its error output often surfaces the underlying tool's message without saying which stage produced it.

Cross-shopped

What people choose instead of Skaffold

Each pairing was judged by two reviewers asking whether a buyer would genuinely weigh the two against each other. The ones that failed were deleted rather than published.

  • Skaffold logo
    Skaffold
    vs
    H
    Helm

    Helm: If your need is packaging and templating Kubernetes manifests rather than a local development loop

  • Skaffold logo
    Skaffold
    vs
    Argo CD logo
    Argo CD

    Argo CD: If you want a Git-driven delivery system with reconciliation and audit rather than a laptop watch loop

  • Skaffold logo
    Skaffold
    vs
    Docker logo
    Docker

    Docker: If your application runs fine under Compose locally and you do not need a cluster to develop against

Pricing

What Skaffold costs

Taken from the vendor's own pricing page. Prices move, so check before you buy.

Skaffold

Free

  • Apache 2.0 licensed
  • No paid tier or hosted service
  • Support via GitHub issues
  • Cloud costs for remote builders are billed by the cloud provider, not by Skaffold

Capabilities

Features

  • Dev loop

    File watch triggering incremental build, deploy and log streaming in one command

  • File sync

    Copy changed files directly into running containers, skipping the image rebuild entirely

  • Pluggable builders

    Docker, Buildpacks, Jib, Bazel, ko, Cloud Build or custom scripts

  • Pluggable deployers

    kubectl, Helm, Kustomize and kpt from the same config

  • Profiles

    Named config overlays so dev, staging and CI share one file

  • Render and apply split

    Emit resolved manifests for GitOps rather than deploying directly

  • Debug mode

    Attaches language runtime debuggers to containers running in the cluster

  • Automatic port forwarding

    Reaches cluster services from the laptop without manual kubectl commands

Answered, with sources

Questions people ask

Each answer names the page it came from, so you can check it rather than take our word for it.

Is Skaffold a continuous delivery system?

No. It automates build and deploy for developers and CI, but it has no promotion, approval or rollback governance. Pair it with Argo CD or Cloud Deploy for that.

Does Skaffold require Google Cloud?

No, it works against any Kubernetes cluster including local kind or minikube. Google Cloud integrations are optional but are the best-supported ones.

Is the project still maintained?

Yes. Releases continued through 2026, with v2.24.0 published in July 2026.

Can it deploy Helm charts?

Yes, Helm is a first-class deployer alongside kubectl, Kustomize and kpt, and you can mix builders and deployers in one config.

Share

Keep looking

Where to go from Skaffold

Best Software Development software for

Compare Skaffold with

Other Software Development software

  • Cloud-based static code analysis for detecting bugs, vulnerabilities, and code smells.

    Free, then $34/mo10 researched notes
  • JetBrains continuous integration and delivery server

    Free plan8 researched notes
  • The agentic IDE

    Free, then $20/mo10 researched notes
  • Know what your agents are really doing

    Free, then $39/mo9 researched notes
  • The AI-first code editor

    Free, then $20/mo12 researched notes
  • Code at the speed of thought

    Free, then $10/mo11 researched notes
  • Amp is the frontier agent

    From $20/monthly11 researched notes
  • Open-source feature flag and remote config platform

    Free, then $45/mo9 researched notes
  • Open-source feature flag and experimentation service

    Free, then $75/mo9 researched notes
  • The active observability platform for agents

    Free plan9 researched notes
  • Automated code review platform for code quality and security scanning.

    Free, then $18/mo10 researched notes
  • Automated code review and AI-powered code fixes for engineering teams.

    Free, then $24/mo10 researched notes
  • Govern code at the speed AI writes it

    Free, then $0.012/credit8 researched notes
  • The deployment platform for internal tools

    Free, then $21/mo8 researched notes
  • Inference is everything

    Free plan10 researched notes
  • Headless TypeScript ORM and SQL query builder

    Free plan9 researched notes
  • JetBrains continuous integration and delivery server

    Free plan8 researched notes
  • Know what your agents are really doing

    Free, then $39/mo9 researched notes

Softwr does not host reviews and shows no star rating for Skaffold, because a rating we did not collect is not ours to publish. What is here is the pricing and platform detail from the vendor’s own pages, limitations we could state concretely, and alternatives a reviewer confirmed people weigh against it. Tell us if any of it is wrong.

More on Skaffold

Best Software Development software alternatives

Open-source feature flag and experimentation service

freemium

JetBrains continuous integration and delivery server

freemium

Cloud-based static code analysis for detecting bugs, vulnerabilities, and code smells.

freemium

Open-source feature flag and remote config platform

freemium

Automated code review and AI-powered code fixes for engineering teams.

freemium

Automated code review platform for code quality and security scanning.

freemium

Headless TypeScript ORM and SQL query builder

open-source

Compare Skaffold with alternatives