Skip to content
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
12 changes: 7 additions & 5 deletions features/netris-caas-networking.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,13 @@ The SoftGate is the gateway between VPCs and the internet.
graph TB
internet((Internet))

mgmt_snat[Mgmt SNAT]
mgmt_api_dnat[Mgmt API DNAT :6443]
hosted_api_dnat[Hosted Cluster API DNAT :6443]
cluster_snat[Cluster SNAT]
ingress_dnat[Hosted Cluster Ingress DNAT :80/:443]
subgraph softgate [SoftGate]
mgmt_snat[Mgmt SNAT]
mgmt_api_dnat[Mgmt API DNAT :6443]
hosted_api_dnat[Hosted Cluster API DNAT :6443]
cluster_snat[Cluster SNAT]
ingress_dnat[Hosted Cluster Ingress DNAT :80/:443]
end

subgraph mgmt_vpc [Management VPC]
mgmt_gw[Anycast Gateway]
Expand Down