For this step of the [blog post ](https://www.datawire.io/guide/traffic/envoy-flask-kubernetes/) ``` bash up.sh usersvc ``` I get this error: ``` error: the path "usersvc/deployment.yaml" does not exist ``` Could I suggest to use Makefile instead of Bash to build and deploy to minikube ? something like [this](https://github.com/k8guard/k8guard-start-from-here/blob/master/Makefile) ? could send you a PR if you agree.
For this step of the blog post
I get this error:
Could I suggest to use Makefile instead of Bash to build and deploy to minikube ? something like this ? could send you a PR if you agree.