Skip to content

Example using Kubernetes with Skaffold for developer productivity

Notifications You must be signed in to change notification settings

luistrigueiros/kubernetes-skaffold-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Example: Node.js with hot-reload

Simple example based on Node.js demonstrating the file synchronization mode.

Init

skaffold dev

Workflow

  • Make some changes to index.js:
    • The file will be synchronized to the cluster
    • nodemon will restart the application
  • Make some changes to package.json:
    • The full build/push/deploy process will be triggered, fetching dependencies from npm

About

Example using Kubernetes with Skaffold for developer productivity

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published