docs-v2/content/en/docs/deployers/_index.md
When Skaffold deploys your application to Kubernetes, it goes through these steps:
In the default case (no manifest provided using the kubectl or kpt deployer ), skaffold deploy will do the following:
Skaffold supports the following tools for deploying applications:
kubectl]({{< relref "./kubectl.md" >}})helm]({{< relref "./helm.md" >}})kpt]({{< relref "./kpt.md" >}})docker]({{< relref "./docker.md" >}}) (does not deploy to Kubernetes: see documentation for more details)Skaffold's deploy configuration is set through the deploy section
of the skaffold.yaml. See each deployer's page for more information
on how to configure them for use in Skaffold. It's also possible to use
a combination of multiple deployers in a single project.
For a detailed discussion on Skaffold configuration, see [Skaffold Concepts]({{< relref "/docs/design/config.md" >}}) and [skaffold.yaml References]({{< relref "/docs/references/yaml" >}}).