1.1 KiB
1.1 KiB
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
-
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
References
- Github: github.com/GoogleContainerTools/skaffold
- Site: skaffold.dev
TODO
- Add build and test stage for images in istiod (pilot and proxy)
- Addons