- 
          
- 
                Notifications
    You must be signed in to change notification settings 
- Fork 69
Deploy on k8s on local
        Thang Chung edited this page Dec 6, 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/App_Build/k8s
- run command on the project kubectl delete -f samples/TodoApi/App_Build/k8s

