Sample Node.js app on Kubernetes
- Docker for Mac Kubernetes (or Minikube)
First of all, build a sample app docker image
make build
Create Deployment
and Service
on your cluster. Make sure if your kubernetes start working well.
make deploy
Open http://localhost in your browser.
Clean and Remove Deployment
and Service
from your cluster.
make clean