Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Rita Watson <[email protected]>
  • Loading branch information
karl-cardenas-coding and ritawatson authored Oct 26, 2023
1 parent ae37172 commit b97e812
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 9 deletions.
16 changes: 8 additions & 8 deletions docs/docs-content/architecture/networking-ports.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ The following ports must be reachable from a network perspective for Palette to

### Management Platform

|Port |Direction|Purpose |
|**Port** |**Direction**|**Purpose** |
|:---------------|:---------|:-----------------------|
|HTTPS (tcp/443) |INBOUND |Browser/API access to management platform|
|NATS (tcp/4222) |INBOUND |Agent running inside connecting to management platform|
Expand All @@ -111,7 +111,7 @@ The following ports must be reachable from a network perspective for Palette to
### Workload Cluster


|Port |Direction | Purpose|
|**Port** |**Direction** | **Purpose**|
|:---------------|:---------|:--------------|
|HTTPS (tcp/443) |OUTBOUND | API access to management platform|
|NATS (tcp/4222) |OUTBOUND |Registry (packs, integrations), Pack containers, Application Updates|
Expand Down Expand Up @@ -156,7 +156,7 @@ The following ports must be reachable from a network perspective for Palette sel

### Management Platform

|Port |Direction|Purpose |
|**Port** |**Direction**|**Purpose** |
|:---------------|:---------|:-----------------------|
|HTTPS (tcp/443) |INBOUND |Browser/API access to management platform, gRPC|
|NATS (tcp/4222) |INBOUND |Message Bus for workload clusters [Deprecated]|
Expand All @@ -167,10 +167,10 @@ The following ports must be reachable from a network perspective for Palette sel
### Workload Cluster


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


Expand All @@ -183,7 +183,7 @@ The following ports must be reachable from a network perspective for Palette sel

### Management Platform

|Port |Direction|Purpose |
|**Port** |**Direction**|**Purpose** |
|:---------------|:---------|:-----------------------|
|HTTPS (tcp/443) |INBOUND |Browser/API access to management platform|
|NATS (tcp/4222) |INBOUND |Message Bus for workload clusters|
Expand All @@ -194,11 +194,11 @@ The following ports must be reachable from a network perspective for Palette sel
### Workload Cluster


|Port |Direction | Purpose|
|**Port** |**Direction** | **Purpose**|
|:---------------|:---------|:--------------|
|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.
|HTTPS (tcp/443) |OUTBOUND |vSphere vCenter API, Registry (packs, integrations), Pack containers, Application updates


</TabItem>
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-content/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ tags: ["release-notes"]

## October 22, 2023 - Release 4.1.0

Palette 4.1.0 introduces several new features and enhancements to the platform. New features, such as static IP address for Edge hosts, and node repavement warnings, are designed to continue to help you manage Kubernetes clusters with confidence. The new built-in notification system for our SaaS platform is another addition designed to help you stay up-to-date with announcements and changes by bringing the news directly to you.
Palette 4.1.0 introduces several new features and enhancements to the platform. New features, such as static IP address for Edge hosts and node repavement warnings, are designed to continue to help you manage Kubernetes clusters with confidence. The new built-in notification system for our SaaS platform is another addition designed to help you stay up-to-date with announcements and changes by bringing the news directly to you.

Check out the following sections to learn about all the new features and improvements introduced in this release.

Expand Down

0 comments on commit b97e812

Please sign in to comment.