Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 536 Bytes

File metadata and controls

18 lines (13 loc) · 536 Bytes

Example: inferred file sync using the ko builder

This example uses inferred file sync for static assets with the ko builder for a Go web app.

To observe the behavior of file sync, run this command:

skaffold dev

Try changing the HTML file in the kodata directory to see how Skaffold syncs the file.

If change the the main.go file, Skaffold will rebuild and redeploy the image.