github.com/GoogleContainerTools/skaffold/v2@v2.13.2/docs-v1/content/en/docs/tutorials/_index.md (about)

     1  ---
     2  title: "Tutorials"
     3  linkTitle: "Tutorials"
     4  weight: 90
     5  simple_list: true
     6  ---
     7  
     8  See the [Github Examples page](https://github.com/GoogleContainerTools/skaffold/tree/main/examples) for more examples.
     9  
    10  {{< alert title="Deploying examples to a remote cluster" >}}
    11  When deploying to a remote cluster you have to point Skaffold to your default image repository in one of the four ways:
    12  
    13   1. flag: `skaffold dev --default-repo <myrepo>`
    14   1. env var: `SKAFFOLD_DEFAULT_REPO=<myrepo> skaffold dev`
    15   1. global skaffold config (one time): `skaffold config set --global default-repo <myrepo>`
    16   1. skaffold config for current kubectl context: `skaffold config set default-repo <myrepo>`
    17  {{< /alert >}}