Skip to content

Latest commit

 

History

History
 
 

skaffold

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Skaffold

This is intended for demonstration only, and is not tuned for performance or security.

skaffold is a tool that enables fast development iteration and controls deployment to local or remote clusters

If running skaffold run for deployment, manifests are pulled from remote charts, if running skaffold dev for development and hot reload, manifests are pulled from current branch.

Quick Start

skaffold is built around modules and profiles

  1. istio-base + istio

    skaffold run -m istiod
  2. istio-base + istio + ingress

    skaffold run -m ingress
  3. istio-base + istio + ingress + kiali

    skaffold run -m ingress,kiali
  4. istio-base + istio + ingress + kiali + bookinfo

    skaffold run -m ingress,kiali,bookinfo

References

TODO

  • Add build and test stage for images in istiod (pilot and proxy)
  • Addons