-
-
Notifications
You must be signed in to change notification settings - Fork 69
Deploy on k8s on local
thinhnotes edited this page Aug 29, 2018
·
3 revisions
- Install docker (Docker for windows )
- Install kubernetes dashboard
docker build -f samples/TodoApi/Dockerfile . -t vndg/todoapi:latest
- run command on the project
kubectl apply -f samples/TodoApi/k8s

