Search

Suggested keywords:
  • Java
  • Docker
  • Git
  • React
  • NextJs
  • Spring boot
  • Laravel

Skaffold - Local Kubernetes Development

  • Share this:
post-title
Skaffold is a command line tool that facilitates continuous development for Kubernetes applications. You can iterate on your application source code locally then deploy to local or remote Kubernetes clusters. Skaffold handles the workflow for building, pushing and deploying your application. It also provides building blocks and describe customizations for a CI/CD pipeline.

Skaffold is client-side only. With no on-cluster component, there is no overhead or maintenance burden to your cluster. Skaffold has many essential features for Kubernetes-native development, including policy-based image tagging, resource port-forwarding and logging, file syncing, and much more.
https://github.com/GoogleContainerTools/skaffold
https://skaffold.dev/
License:
Tech: