Problem Statement:-
In this lab, we will use ingress to map our internal services to the domain and use a fanout to access our backend. We will have below rules in our ingress:
- -ems.k8slearning.io -> Frontend
- -ems.k8slearning.io/attendance -> Attendance service
- -ems.k8slearning.io/gateway -> Gateway service
By the end of this lab, you will have ingress in place to manage external access.