Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify f5xc DNS name #131

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions docs/f5xc_k8s_site/http_lb.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,11 @@ Follow the [F5 Distributed Cloud HTTP Load Balancer docs](https://docs.cloud.f5.

Use the following settings:

- List of Domains: brewz-username.lab-app.f5demos.com
- Automatically Manage DNS Records: Check
- List of Domains: brewz-*username*.*lab-app*.f5demos.com
- Origin Pool: the SPA origin pool

**Note:** replace lab-app with a domain delegated to your F5XC organization, such as amer-ent.f5demos.com

### Routes

In this step, you will configure the HTTP routes to direct requests to the appropriate microservice.
Expand All @@ -60,9 +61,9 @@ The following settings should be modified from their default:

Prefixes:

- Inventory: /api/inventory
- Recommendations: /api/recommendations
- API: /api
- /api/inventory: Inventory origin
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm concerned that a user will copy this URL verbatim which is not valid.
Two options:

  1. move back to original prefixes
  2. create a markdown table

- /api/recommendations: Recommendations origin
- /api: API origin

Now we also need a route to direct /images requests to the API service.

Expand Down