+++ title = "Skaffold" linkTitle = "Skaffold" +++ {{< blocks/cover title="Easy and Repeatable Kubernetes Development" image_anchor="top" height="full" color="orange" >}}
{{< /blocks/cover >}} {{% blocks/lead color="primary" %}} Skaffold handles the workflow for building, pushing and deploying your application. So you can focus more on application development. {{% /blocks/lead %}} {{< blocks/section color="dark" >}} {{% blocks/feature icon="fa-bolt" title="Lightweight" %}} Skaffold does not require a cluster-side component, so there is no overhead or maintenance burden to your cluster. {{% /blocks/feature %}} {{% blocks/feature icon="fa-globe" title="Works Everywhere" %}} Skaffold is the easiest way to share your project with the world: `git clone`, then `skaffold run`. Additionally, you can use Skaffold profiles, user level config, environment variables and flags to describe differences in environments. {{% /blocks/feature %}} {{% blocks/feature icon="fa-plus" title="Optimized Development" %}} Skaffold is fast and highly optimized, with support for policy-based tagging, logging, port-forwarding, and more. {{% /blocks/feature %}} {{< /blocks/section >}} {{< blocks/section >}}