Skip to content

Commit

Permalink
Add Compute ADR.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-madley-mt committed Oct 1, 2024
1 parent 43df7fa commit 06d39e6
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions workspace-adrs/0005-use-cloud-run-and-containers-for-compute.md
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

0 comments on commit 06d39e6

Please sign in to comment.