<p class="wp-block-paragraph">That is the point. Mode is an enum, it can be “vip” or “dnsrr”.</p> <p class="wp-block-paragraph">As one easily guess, “vip” does not stand for Very Important Person.</p> <p class="wp-block-paragraph">Why should you have the option to assign a Virtual IP or load balance the traffic by DNS Round Robin policy?</p> <p class="wp-block-paragraph">I asked this question […]
Tag: discovery
Gateway API for Docker Swarm
<p class="wp-block-paragraph"><a href="https://docs.docker.com/engine/swarm/" data-type="link" data-id="https://docs.docker.com/engine/swarm/" target="_blank" rel="noreferrer noopener">Docker Swarm</a> by its own, and also any kind of cloud orchestrator, lacks of API Gateway management.</p> <p class="wp-block-paragraph">The main focus of Cloud Platform is to provide orchestration and network communication between microservice. But the Gateway is important as well if you need to expose API to a […]