Skip to content

Commit 39f7cba

Browse files
committedAug 1, 2024··
[nc] remove prod. and update README
Signed-off-by: Nic Cheneweth <nchenewe@thoughtworks.com>
1 parent 05c00ea commit 39f7cba

File tree

1 file changed

+22
-20
lines changed

1 file changed

+22
-20
lines changed
 

‎README.md

+22-20
Original file line numberDiff line numberDiff line change
@@ -15,30 +15,32 @@ Multi-account subdomain hosted zones and zone delegations.
1515
_note. in these charts, *.domain indicates the hosted zone delegation will manage every subdomain no specifically delegated._
1616

1717
## psk aws managed domains
18-
| domain | top-level domain account |
19-
|----------------|:------------------------:|
20-
| twdps.io | aws-dps-1 |
21-
| twdps.digital | aws-dps-2 |
18+
| domain | top-level domain account |
19+
|------------------|:------------------------:|
20+
| *.twdps.io | aws-dps-1 |
21+
| *.twdps.digital | aws-dps-2 |
2222

2323
**Creates the following, cluster-specific hosted zones in the specified account:**
24-
| hosted zone | aws-dps-1 | aws-dps-2 |
25-
|------------------------------------------|:---------:|:---------:|
26-
| sandbox-i01-aws-us-east-1.twdps.digital | ||
27-
| sandbox-i01-aws-us-east-1.twdps.io | ||
28-
| prod-i01-aws-us-east-2.twdps.digital || |
29-
| prod-i01-aws-us-east-2.twdps.io || |
24+
| hosted zone | aws-dps-1 | aws-dps-2 |
25+
|--------------------------------------------|:---------:|:---------:|
26+
| *.sandbox-i01-aws-us-east-1.twdps.digital | ||
27+
| *.sandbox-i01-aws-us-east-1.twdps.io | ||
28+
| *.prod-i01-aws-us-east-2.twdps.digital || |
29+
| *.prod-i01-aws-us-east-2.twdps.io || |
3030

3131
**Creates the following environment specific zones:**
32-
| gateway | aws-dps-1 | aws-dps-2 |
33-
|-----------------------------------------|:---------:|:---------:|
34-
| preview.twdps.digital-gateway | ||
35-
| preview.twdps.io-gateway | ||
36-
| dev.twdps.digital-gateway || |
37-
| dev.twdps.io-gateway || |
38-
| qa.twdps.digital-gateway || |
39-
| qa.twdps.io-gateway || |
40-
| prod.twdps.digital-gateway || |
41-
| prod.twdps.io-gateway || |
32+
| gateway | aws-dps-1 | aws-dps-2 |
33+
|-------------------------------------------|:---------:|:---------:|
34+
| *.preview.twdps.digital-gateway | ||
35+
| *.preview.twdps.io-gateway | ||
36+
| *.dev.twdps.digital-gateway || |
37+
| *.dev.twdps.io-gateway || |
38+
| *.qa.twdps.digital-gateway || |
39+
| *.qa.twdps.io-gateway || |
40+
| *.api.twdps.digital-gateway || |
41+
| *.api.twdps.io-gateway || |
42+
43+
By convention, UI (SPA, static site, etc) resides on the *.twdps.io and .digital domains. Direct traffic to on-cluster app is permissible, though it is more common to use static-sites, single-page apps, and so on (S3, @Edge lambda, CDN). And it is expected that through CDN objects the traffic is managed on specific paths (twdps.io/page or 33.twdps.io/page etc) and traffic not expressly so managed continues on to the cluster.
4244

4345
*General ingress patterns related to the top-level domains supported by the platform will be managed through a dedicated platform API. See the (psk-platform-simple-teams-and-ns)[https://github.com/ThoughtWorks-DPS/psk-platform-simple-teams-and-ns] for a simple strategy for managing ingress while the dedicated management API is in development.
4446

0 commit comments

Comments
 (0)
Please sign in to comment.