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

     1  ---
     2  title: "Environment Management"
     3  linkTitle: "Environment Management"
     4  weight: 90
     5  no_list: true
     6  ---
     7  
     8  
     9  | Environment Management with Skaffold | |
    10  |----------|---|
    11  | [Image Registry Handling]({{< relref "image-registries.md" >}}) | Controlling where your images are pushed |
    12  | [kube-context]({{< relref "kube-context.md" >}}) | Managing the active Kubernetes context for your cluster |
    13  | [Local Cluster]({{< relref "local-cluster.md" >}}) | Offline development with Skaffold and Minikube |
    14  | [Env Var Templating]({{< relref "templating.md" >}}) | Templating your skaffold.yaml using environment variables |
    15  | [Profiles]({{< relref "profiles.md" >}}) | cluster-specific skaffold.yaml configuration using profiles |