System Grab Bag

View all TLDR pages from common (or from all pages)

skaffold

A tool that facilitates continuous development for Kubernetes applications. More information: https://skaffold.dev.
  • Build the artifacts:
    skaffold build -f {{skaffold.yaml}}
  • Build and deploy your app every time your code changes:
    skaffold dev -f {{skaffold.yaml}}
  • Run a pipeline file:
    skaffold run -f {{skaffold.yaml}}
  • Run a diagnostic on Skaffold:
    skaffold diagnose -f {{skaffold.yaml}}
  • Deploy the artifacts:
    skaffold deploy -f {{skaffold.yaml}}

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.