We have a load-balancer that today balances two lightly loaded nodes, and I wondered if it possible to use it for internal traffic as well (which requires today another load-balancer). This means that this load-balancer will keep balancing external HTTP traffic, but also will balance internal SQL queries between two data-bases.
Did someone use a similar setup, or such approach is totally not recommended, or even not possible?