Skip to content

Files

Latest commit

bb4f5b8 · May 17, 2022

History

History
This branch is 7 commits ahead of, 2223 commits behind intel/istio:main.

skaffold

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
May 17, 2022
May 17, 2022

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