Transfer request to another POD using Nginx

1/21/2020

I have an e-commerce application developed using following tech: 1) Front end -- react 2) Back end -- node Back end is a microservices based architecture. Both the front end and back end are deployed in Azure Kubernetes Services.

Web server is Nginx. We are planning to cut over from old site to new site. We are getting requests on old site and want to transfer the request to a POD for transformation of old url to new URL. The requirement is much like Server.Transfer in IIS. Is there a construct in Nginx which can help us do this?

Please advise.

-- Himanshu Kumar
azure
azure-kubernetes
docker
linux
nginx

0 Answers