0

In Java+Angular full stack application that is deployed on AWS using EKS and exposed to outside using ALB: Does Nginx sit in between 1)ALB,Angular or 2)Angular front end,Java spring boot backend or 3)is Nginx redundant?

Reviewed articles on medium but I am not sure where does Nginx exactly sit in Java full stack application in AWS that is also using ALB!(load balancer)

asked Jun 8 at 23:58
1
  • 1
    ALB or not, you need some kind of server that serves the static assets needed in order to render the angular app. This means the index.html, javascript files and css files. That's what nginx does for you. It is redundant in the sense that you could most likely perform static file serving using the same server you use for the backend API. Commented Jun 11 at 6:04

0

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.