Kubernetes NodeJS typescript timeout? on express Routes in minikube Kubernetes NodeJS typescript timeout? on express Routes in minikube kubernetes kubernetes

Kubernetes NodeJS typescript timeout? on express Routes in minikube


Ok SOLVED, the problem was that minikube is not giving enough resources. I had the same problem when I used AWS Beanstalk, also suddenly the server stopped, but in the logs I could see why. They ran out of RAM.So to solve this Minkube has to be started with an extra memory parameter like this:

minikube start --memory=4096