Version v1.39 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.
Tutorials
See the Github Examples page for more examples.
Deploying examples to a remote cluster
When deploying to a remote cluster you have to point Skaffold to your default image repository in one of the four ways:- flag:
skaffold dev --default-repo <myrepo>
- env var:
SKAFFOLD_DEFAULT_REPO=<myrepo> skaffold dev
- global skaffold config (one time):
skaffold config set --global default-repo <myrepo>
- skaffold config for current kubectl context:
skaffold config set default-repo <myrepo>
- Manage CRDs w/ Skaffold - Configuring Which K8s Resources & Fields Skaffold Manages
- Defining dependencies between artifacts
- Importing configuration as dependencies
- Building Artifacts with a Custom Build Script
- Developer Journey with Buildpacks
- Override the run image in buildpacks builder
- Using Skaffold for CI/CD with GitLab
Last modified September 1, 2021: docs: fix duplicate subpage listing (#6540) (de549d50b)