This repository was archived by the owner on Apr 25, 2024. It is now read-only.

Description
Hi Team,
I'm new in kubernetes domain, and looking for routing solution where traffic can be routed to different apps on basis of sub-domain.
*.domain.com -> ELB -> ingress-controller(Nginx)-> app1.domain.com ---> app1
-> app2.domain.com ---> app2
Can someone suggest some reference.
Thanks