Skip to content

Instantly share code, notes, and snippets.

@BetterProgramming
Created January 21, 2020 01:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BetterProgramming/94744b5d6b38a1f09eadc3dd394a50d8 to your computer and use it in GitHub Desktop.
Save BetterProgramming/94744b5d6b38a1f09eadc3dd394a50d8 to your computer and use it in GitHub Desktop.
<div class="mermaid">
graph LR
A[Client] --- B[Load Balancer]
B-->C[Server01]
B-->D(Server02)
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment