Skip to content

Dev with skaffold

Thang Chung edited this page Dec 20, 2018 · 1 revision

This supports for run it in development mode with automatically containerized code, publish to Kubernetes cluster, and watch for changes in code (*.cs, *.json) and yaml file

# helm template to k8s folder first
> cd deploys/scripts
> bash
> ./helm-template.sh
> exit
# run skaffold
> cd ../skaffold
> skaffold dev -f cart.yaml