Next.js + Prisma app in Kubernetes cluster
Unanswered
American Wirehair posted this in #help-forum
American WirehairOP
Hi, I am building a Next.js app with Prisma to connect to our postgresql databse. First, we deployed the website into a docker container and everything worked fine. then, we switched to kubernetes to scale more efficiently and now, prisma can't connect to the database anymore. Us was told, its probably because of the vercel vendorlock. What could we do against this, to get prisma with next.js working in our kubernetes cluster?