Please enable JavaScript.
Coggle requires JavaScript to display documents.
scalable deployment (Kubernetes (CLUSTER (managing nodes, worker nodes),…
scalable deployment
-
-
Scalability
-
-
-
Failures
-
Solution
clusters of servers run same software, services
-
MODEL
- model exposed through API
- put model and API in container
- managing containers with orchestration (kubernetes)
-
TERMS
Service
-
-
typically respond in JSON, over HTTP
or for bulk data other protocol such as buffer
-
-
-
NOTE
Alpine Linux doesn't have many packages as ubuntu has,
so developer may face issue deploying
Docker(containers can solve this issue
-