M
M
mitaichik2020-08-24 18:31:26
Nginx
mitaichik, 2020-08-24 18:31:26

How to transfer the server to another hosting?

Hello! There is a classic virtual machine in Azure - opera and disk are no longer enough, it seems impossible to change, and indeed there is a desire to move to the Seletel cloud.

On the server - nginx - redirects requests to 8 microservices.
I'm thinking of transferring in parts, one microservice at a time:

Create a virtual machine in Selectel, delegate to its IP domain, and at first send all requests to Azure.
Then slowly drag service after service. That is, send something to Azure, process something on the spot (depending on the URL).

Requests are all secure - via https

Is it possible to do this with nginx?
It seems yes - the only question is how to redirect the https request...
I read that secure requests can be sent by raising openvp, but this is something difficult ....

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
amiDMast, 2020-08-24
@amiDMast

first raise an exact copy in the cloud, this is my advice to you, do not try to change the infrastructure by transferring the project

S
Sanes, 2020-08-25
@Sanes

Microservices should be on separate domains. Otherwise, it's kind of incomplete. Start with this.

F
Foxcloud Foxcloud, 2020-08-25
@FoxCloud

this is not an easy task - you need an admin and it's not free)
you can redirect https requests through haproxy

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question