I already did lot of google and even went through this article (Load balancer and API Gateway confusion) but still i am confused about load balancer and API gateway relation and how incoming request will route if i have implemented both load balancer and api gateway, currently my understanding is
Client request ---> API gateway ---> Load balancer ( nginx) ---> real Api's.
Please explain in layman term.