Skip to content

Work live on a GKE environment. Skaffold DEV mode watches for any code changes and automatically builds and deploys the latest version without any complex CI-CD pipelines.

Notifications You must be signed in to change notification settings

sukesh-hg/skaffold

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skaffold

Skaffold is a command line tool that brings automation to the deployment workflow of Kubernetes applications. This tool is tailored to provide developers with an experience of iteration and deployment which closely mirrors production. Skaffold helps to automate CI/CD workflow (building, pushing and deploying) by providing rapid feedback to developers, i.e. the ability to promptly see the result of code changes in the form of an updated application running in Kubernetes.

Skaffold’s central command, skaffold dev, watches local source code for changes, and rebuilds and redeploys applications to your cluster in real time. This makes a marked change in developer velocity and productivity.

PREREQUISITES: Docker Engine, Kubernetes Engine

INSTALLATION: Connect to your Kubernetes or Minikube, install skaffold using below commands sudo wget https://storage.googleapis.com/skaffold/releases/latest/skaffold-linux-amd64 -O /usr/local/bin/skaffold

chmod +x /usr/local/bin/skaffold

RUNNING SKAFFOLD: Use 'skaffold run' in CLI. 'skaffold dev' to enter into developement mode.

About

Work live on a GKE environment. Skaffold DEV mode watches for any code changes and automatically builds and deploys the latest version without any complex CI-CD pipelines.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published