Hi,
I am trying to find why I should install kong above the firewall servers, can I have kong as the first LB and proxy server, then forward the request to the firewall servers.
Which one of these options make the best choice:
- External LB -> Kong -> Firewall -> Application Servers
- Kong -> External LB -> Firewall -> Application Servers
Another setup where there is a reverse proxy server :
3.External LB -> RPrxy -> Kong -> Firewall -> Application Servers
4.Kong -> RPrxy -> Firewall -> Application Servers
Thanks in advance.