-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
43df7fa
commit 06d39e6
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
20 changes: 20 additions & 0 deletions
20
workspace-adrs/0005-use-cloud-run-and-containers-for-compute.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# 5. Use Cloud Run and Containers for compute | ||
|
||
Date: 2024-09-30 | ||
|
||
## Status | ||
|
||
Accepted | ||
|
||
## Context | ||
|
||
It is probable that the service will need to change cloud provider at some point in its live, possibly relatively soon. The service will also experience large fluctuations in load. | ||
|
||
## Decision | ||
|
||
Build the service in containers, using Docker. This will allow us to move the service more easily to a different cloud provider when required and minimise the complexity of the service. | ||
|
||
Use Cloud Run to run the containers. This will allow us to build a service that scales with demand and is a simpler service to manage than Google Kubernetes Engine. | ||
|
||
## Consequences | ||
|