DEV Community

Discussion on: How Your Company moving from using the existing (legacy) application architecture to a new one?

Collapse
 
rslak profile image
rslak

Where is the current deployment (in cloud or kubernetes) and what is the tech stack used? Depending on this, I can advice

Collapse
 
slaveofcode profile image
Aditya Kresna

The "API Gateway" is on AWS, the rest already on Kubernetes. The tech stack as I described on the article, it is NodeJs.

Collapse
 
rslak profile image
rslak

For decoupling your services you can use AWS step functions or istio(if you would like service to service communication via native cloud route)