Skip to content

Commit

Permalink
feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
kreynoldsf5 committed May 2, 2024
1 parent 1665e8f commit ab07918
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 9 deletions.
8 changes: 4 additions & 4 deletions labapp/app/markdown/lb.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<div href="/" class="d-flex align-items-center pb-3 mb-3 link-dark text-decoration-none border-bottom"></div>

Load balancing is the cornerstone of XC's App Connect functionality.
L7 MCN requires discovering services at one site and making those services available at some other site.
That's accomplished by configuring origin pools and load balancers.
L7 MCN requires discovering services at one site and making those services available to another.
XC implements this functionality with <strong>origin pools</strong> and <strong>load balancers</strong>.
More complicated configurations (underlay networking, security services, observability, etc.) are built on these primitives.

<div style="height:25px"></div>
Expand All @@ -21,7 +21,7 @@ Build an origin pool and load balancer based on the exercise requirements.
<ul class="list-group">
<li class="list-group-item">
<img src="/static/origin-icon.png" width="auto" height="50px"> &nbsp; &nbsp;
The URL for the cloud app hosted in AWS is <a href="https://aws-cloud-app.mcn-lab.f5demos.com">https://aws-cloud-app.mcn-lab.f5demos.com</a>
The URL for the cloud app hosted in AWS is <strong>https://aws-cloud-app.mcn-lab.f5demos.com</strong>
</li>
<li class="list-group-item">
<img src="/static/origin-icon.png" width="auto" height="50px"> &nbsp; &nbsp;
Expand Down Expand Up @@ -112,7 +112,7 @@ Create a new origin pool for the Azure cloud app. Reuse your load balancer.
<ul class="list-group">
<li class="list-group-item">
<img src="/static/origin-icon.png" width="auto" height="50px"> &nbsp; &nbsp;
The URL for the cloud app hosted in Azure is <a href="https://azure-cloud-app.mcn-lab.f5demos.com">https://aws-cloud-app.mcn-lab.f5demos.com</a>
The URL for the cloud app hosted in Azure is <strong>https://azure-cloud-app.mcn-lab.f5demos.com</strong>
</li>
<li class="list-group-item">
<img src="/static/origin-icon.png" width="auto" height="50px"> &nbsp; &nbsp;
Expand Down
8 changes: 4 additions & 4 deletions labapp/app/markdown/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,12 +80,12 @@ To complete lab exercises, you will run tests against the load balancer advertis
You will build this load balancer in the <strong><a href="/lb">first exercise</a></strong>.
All tests will be run from this lab app.

Each test will specify success criteria immediately before to the <button id="null" class="btn btn-primary disabled">Test Load Balancer</button> button.
Each test will specify success criteria immediately before the <button id="null" class="btn btn-primary disabled">Test Load Balancer</button> button.

Here are some examples to try.

```http
GET https://foo.f5demos.com/ HTTP/1.1
GET https://foo.mcn-lab.f5demos.com/ HTTP/1.1
{
"info": {
Expand All @@ -110,7 +110,7 @@ The test succeeded because the response contained the ``JSON`` string ``{ "info"
<div style="height:25px"></div>

```http
GET https://bar.f5demos.com/ HTTP/1.1
GET https://bar.mcn-lab.f5demos.com/ HTTP/1.1
{
"info": {
Expand All @@ -137,7 +137,7 @@ The test failed because the response did not contain the ``JSON`` string ``{ "in

#### **Other Tools**

``curl`` and ``jq`` are provided on the UDF "Runner" instance.
``curl`` and ``jq`` are provided on the UDF <strong>Runner</strong> instance.

```shell
ubuntu@ubuntu:~$ curl -s https://foo.mcn-lab.f5demos.com/ | jq
Expand Down
4 changes: 3 additions & 1 deletion labapp/app/markdown/portability.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ document.getElementById('requestBtn1').addEventListener('click', () => {

### **Exercise 2: Find a Friend**

Do you have a friend working on the lab? Find thier <strong>ephemeral namespace</strong> (or use the one provided).
Do you have a friend working on the lab?
Have they updated their advertise policy to use the virtual site?
Find thier <strong>ephemeral namespace</strong> (or use the one provided).

<ul class="list-group">
<li class="list-group-item">
Expand Down

0 comments on commit ab07918

Please sign in to comment.