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.
skaffold is built around modules and profiles
-
istio-base + istio
skaffold run -m istiod
-
istio-base + istio + ingress
skaffold run -m ingress
-
istio-base + istio + ingress + kiali
skaffold run -m ingress,kiali
-
istio-base + istio + ingress + kiali + bookinfo
skaffold run -m ingress,kiali,bookinfo
- Github: github.com/GoogleContainerTools/skaffold
- Site: skaffold.dev
- Add build and test stage for images in istiod (pilot and proxy)
- Addons