Please enable JavaScript.
Coggle requires JavaScript to display documents.
01 - Flow
web application layers:, Infraestrutura, CACHE :
Browser…
-
Infraestrutura
-
-
Servidores,
Containers,
Kubernetes
Application, Frontend
API GATEWAY
-
-
-
- Cache HIT (Response);
- Cache MISS (server)
Browser cahe: static files (JS, CSS, images, HTTP responses)
-
-
CACHE :
- Browser cache;
- DNS cache;
- API Gateway cache;
- Application cache (local ou redis etc...)
- Data base cache
LOAD BALANCE:
- External -> horizontal scaling;
- Kubernetes service;
- Internal load balancer;