[Fixed] Does it make sense to have Serverless Deployments for a Serverful Application?

Issue

I have an express application running on Google Compute Engine (serverful) with an Nginx Reverse proxy in front of it, and I want to use Vercel (serverless) for deployment previews. Does this make sense or would it be considered an anti-pattern?

Thank youuu

Solution

You can’t integrate Vercel with a Compute Engine. It’s not necessarily an antipattern, it’s just not possible with Vercel.

Take Knative, that comes on top of Kubernetes. You can deploy serverless application on top of serverful Kubernetes cluster.

Leave a Reply

(*) Required, Your email will not be published