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