Back to Skaffold

Tutorials

docs-v1/content/en/docs/tutorials/_index.md

2.19.0609 B
Original Source

See the Github Examples page for more examples.

{{< alert title="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:

  1. flag: skaffold dev --default-repo <myrepo>
  2. env var: SKAFFOLD_DEFAULT_REPO=<myrepo> skaffold dev
  3. global skaffold config (one time): skaffold config set --global default-repo <myrepo>
  4. skaffold config for current kubectl context: skaffold config set default-repo <myrepo> {{< /alert >}}