HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

skaffold — Facilitate continuous development for Kubernetes applications. More information: <https://skaffold.d

Submitted by: @import:tldr-pages··
0
Viewed 0 times
skaffoldfacilitatecommanddevelopmentclikubernetesforcontinuous

Problem

How to use the skaffold command: Facilitate continuous development for Kubernetes applications. More information: <https://skaffold.dev/docs/references/cli/>.

Solution

skaffold — Facilitate continuous development for Kubernetes applications. More information: <https://skaffold.dev/docs/references/cli/>.

Build the artifacts:
skaffold build {{[-f|--filename]}} {{skaffold.yaml}}


Build and deploy your app every time your code changes:
skaffold dev {{[-f|--filename]}} {{skaffold.yaml}}


Run a pipeline file:
skaffold run {{[-f|--filename]}} {{skaffold.yaml}}


Run a diagnostic on Skaffold:
skaffold diagnose {{[-f|--filename]}} {{skaffold.yaml}}


Deploy the artifacts:
skaffold deploy {{[-f|--filename]}} {{skaffold.yaml}}

Code Snippets

Build the artifacts

skaffold build {{[-f|--filename]}} {{skaffold.yaml}}

Build and deploy your app every time your code changes

skaffold dev {{[-f|--filename]}} {{skaffold.yaml}}

Run a pipeline file

skaffold run {{[-f|--filename]}} {{skaffold.yaml}}

Run a diagnostic on Skaffold

skaffold diagnose {{[-f|--filename]}} {{skaffold.yaml}}

Deploy the artifacts

skaffold deploy {{[-f|--filename]}} {{skaffold.yaml}}

Context

tldr-pages: common/skaffold

Revisions (0)

No revisions yet.