Tutorials
See the Github Examples page for 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>
Survey
📣 Please fill out our quick 5-question survey to tell us how satisfied you are with Skaffold, and what improvements we should make. Thank you! 👯
What’s next
Take a look at our other guides:
Detailed Tutorials |
---|
Custom Build Script |
Build Artifact Dependencies |
Last modified November 25, 2020: [refactor] move DoInit phases into functions (#5037) (bbcfdb0)