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)