Skip to content

Deploy on k8s on local

thinhnotes edited this page Aug 29, 2018 · 3 revisions

1. Prepare Environment

2. Build container name vndg/todoapi:latest

  • docker build -f samples/TodoApi/Dockerfile . -t vndg/todoapi:latest

3. Apply to kubernetes

  • run command on the project kubectl apply -f samples/TodoApi/k8s

4. View on kubernetes dashboard

Pods

5. Run TodoApp

Todo List UI

Clone this wiki locally