Add networking links and global accelerator

This commit is contained in:
Marcelo Boeira
2020-08-20 08:37:37 +02:00
parent 57a18daab2
commit c4d92b169a
3 changed files with 16 additions and 0 deletions

View File

@@ -109,12 +109,16 @@ graph TD
SerM --> IsT[Istio]
OPS --> NET[Networking]
NET --> NETP[Protocols]
NETP --> DNS
NETP --> Socket
NETP --> UDP
NETP --> TCP
TCP --> SSH
TCP --> HTTP
TCP --> SSL[TLS-SSL]
NET --> NETE[Edge]
NETE --> CDN
NETE --> GAL[Global Accelerator]
OPS --> MON[Monitoring]
MON --> Metr[Metrics]
Metr --> Prom[Prometheus]

Binary file not shown.

Before

Width:  |  Height:  |  Size: 289 KiB

After

Width:  |  Height:  |  Size: 295 KiB