EKS COMMUNICATION BETWEEN BACKEND AND FRONTEND

0

I have an angular and spring-boot application in the EKS cluster. My spring boot is connected to RDS in a private subnet in the same VPC as my cluster. I have created one alb ingress controller for my two deployment services. my frontend is in http://albdns/health and my backend is in http://albdns/user/app. How do I enable communication between the backend and frontend?

1 Answer
0

I would recommend trying out EKS Workshops. This is showing step-by-step how pod and VPC security groups are linked. https://www.eksworkshop.com/beginner/115_sg-per-pod/

profile picture
EXPERT
Kallu
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions