k8s deployable version of node-hostname
https://github.com/cristiklein/node-hostname
git clone https://github.com/jolarsso/node-hostname-k8s.git
npm install
docker build -t jonteponte71/node-hostname
docker login jonteponte71
docker push jonteponte71/node-hostname
minikube start
minkube addons enable ingress
kubectl apply -f k8s/deployment.yaml
kubectl apply -f k8s/service.yaml
kubectl apply -f k8s/ingress.yaml
minikube tunnel (in separate terminal)