Minimal node.js application with Docker and Kubernetes deployment
npm install
This will run the app as a local node.js server, listening on http://localhost:8080/
node server
This will build a local docker image (assumes docker installed)
docker build -t dev.local/hello-node:1.0.0 .
This will run the app as a Kubernetes deployment with 3 instances, exposed on http://localhost:30100/
(assumes docker image available)
kubectl apply -f config