How to integrate Two Front end Microservices?

Sudesh Sharma 51 Reputation points
2020-04-08T06:48:15.553+00:00

Hello Guys

I want to creating one microservice project with reactjs,node,docker and kubernetes. I am using reactjs framework for front end, nodejs with postgresql databse for backend, creating conatiner with docker and handling multiple container and load balancing with kubernetes.

I want to creating two front end UI microservies with reactjs. Is it possible to combine both front end UI microservice?
If possible then how?

For example: If first Front end containing two text boxes and second one containing two text boxes.
how to combine both frontend UI into one microservice?(I want output Like Iframe Tag in HTML)

Azure Service Fabric
Azure Service Fabric
An Azure service that is used to develop microservices and orchestrate containers on Windows and Linux.
268 questions
{count} votes

1 answer

Sort by: Most helpful
  1. jakaruna-MSFT 601 Reputation points Microsoft Employee
    2020-04-08T10:23:34.603+00:00

    For example: If first Front end containing two text boxes and second one containing two text boxes. how to combine both frontend UI into one microservice?(I want output Like Iframe Tag in HTML)

    There is no inbuilt way to do that.

    If those 2 microservices are closely related you can make them as a single service.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.