Skip to content

Commit

Permalink
Merge pull request #1172 from spectrocloud/text-up
Browse files Browse the repository at this point in the history
docs: table update
  • Loading branch information
karl-cardenas-coding committed Mar 11, 2023
2 parents 8e223fc + 0676c57 commit 4de24bc
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions content/docs/02.5-architecture/04-networking-ports.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,17 @@ The following ports must be reachable from a network perspective for Palette to

|Port |Direction|Purpose |
|:---------------|:---------|:-----------------------|
|HTTPS (tcp/443) |INBOUND |Browser/API access to Management Platform|
|HTTPS (tcp/443) |INBOUND |Browser/API access to management platform|
|SSH (tcp/22) |INBOUND |Troubleshooting via SSH (optional) |
|NATS (tcp/4222) |INBOUND |Agent running inside connecting to Management Platform|
|NATS (tcp/4222) |INBOUND |Agent running inside connecting to management platform|

## Workload Cluster


|Port |Direction | Purpose|
|:---------------|:---------|:--------------|
|HTTPS (tcp/443) |OUTBOUND | API access to management platform|
|NATS (tcp/4222) |OUTBOUND |Registry (packs, integrations), Pack containers, Application Updates|
|NATS (tcp/4222) |OUTBOUND |Registry (packs, integrations), Pack containers, Application Updates|

# On-Prem Network Communications and Ports
Expand All @@ -57,7 +59,7 @@ The following ports must be reachable from a network perspective for Palette to

|Port |Direction|Purpose |
|:---------------|:---------|:-----------------------|
|HTTPS (tcp/443) |INBOUND |Browser/API access to Management Platform|
|HTTPS (tcp/443) |INBOUND |Browser/API access to management platform|
|SSH (tcp/22) |INBOUND |Troubleshooting via SSH (optional) |
|NATS (tcp/4222) |INBOUND |Message Bus for workload clusters|
|HTTPS (tcp/443) |OUTBOUND |vSphere vCenter API, Registry (packs, integrations), Pack containers, app updates.|
Expand All @@ -69,5 +71,6 @@ The following ports must be reachable from a network perspective for Palette to

|Port |Direction | Purpose|
|:---------------|:---------|:--------------|
|NATS (tcp/4222) |OUTBOUND |Agent communication via Message Bus |
|HTTPS (tcp/443) |OUTBOUND | API access to management platform|
|NATS (tcp/4222) |OUTBOUND |Agent communication via message bus |
|HTTPS (tcp/443) |OUTBOUND |vSphere vCenter API, Registry (packs, integrations), Pack containers, Application updates.

0 comments on commit 4de24bc

Please sign in to comment.