Skip to content

Commit

Permalink
further clarification
Browse files Browse the repository at this point in the history
  • Loading branch information
kreynoldsf5 committed May 6, 2024
1 parent ed7a005 commit dea9827
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions labapp/app/templates/loadbalancing.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ <h1><strong>Exercise 1: AWS Cloud App</strong></h1>
<img src="/static/images/common/lb-icon.png" class="lab-icon">
The load balancer domain is <strong>{{ ns or 'eph-ns' }}.mcn-lab.f5demos.com</strong>.
</li>
<li class="list-group-item">
<img src="/static/images/common/lb-icon.png" class="lab-icon">
Traffic to <strong>all paths</strong> should be directed to the origin.
</li>
<li class="list-group-item">
<img src="/static/images/common/lb-icon.png" class="lab-icon">
Use the <strong>mcn-lab-wildcard</strong> wildcard cert in the shared NS to enable TLS on the LB.
Expand Down Expand Up @@ -156,11 +160,11 @@ <h1><strong>Exercise 2: Azure Cloud App</strong></h1>
</li>
<li class="list-group-item">
<img src="/static/images/common/origin-icon.png" class="lab-icon">
The cloud app is TLS only.
The cloud app is <strong>TLS</strong> only.
</li>
<li class="list-group-item">
<img src="/static/images/common/lb-icon.png" class="lab-icon">
Keep the AWS Origin Pool in place.
Traffic should <strong>round robin</strong> between the origins.
</li>
</ul>
</div>
Expand Down

0 comments on commit dea9827

Please sign in to comment.