ACE Nodejs framework with sqlite running in Kubernetes pod

3/21/2020

I have an express app that by default uses in memory DB and register itself , basically its a plugin for Atlassian. Now I would like to run this app in development Kubernetes cluster but my worry is that sqllitedb running in pod is just bad even though I don't care about the data and keep it stateless. What about the 2GB default memory and CPU resources that plugin would consume, reload of app as well as updates.

My question is what are my options and what is the recommendations for me to run the app properly with sqllitedb? Also one more problem I encountered is that db lives in /home/node location and I would like to change it.

Appreciate the help.

-- Vineet Gupta
express
kubernetes
kubernetes-pod
node.js
sqlite

0 Answers