Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 457 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 457 Bytes

IBM THINK2020 Node.js

Examples used during IBM THINK2020 on "Lessons learned for Cloud Native Apps using Node.js"

Video and Charts available here

cd 1-containers/
docker build -t ui .
docker run --rm -p 8080:8080 ui
cd 2-kubernetes/
skaffold dev
cd 3-operations/
skaffold dev