Skip to content

Commit

Permalink
Merge pull request #30 from MinBZK/adr-004
Browse files Browse the repository at this point in the history
add ADR 0004: software hosting platform
  • Loading branch information
berrydenhartog authored Feb 28, 2024
2 parents db4797d + c9749ba commit a62a490
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions docs/ADRs/0004-software-hosting-platform.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: 0004 Software hosting platform
adr:
author: Berry den Hartog
created: 28-Feb-2024
status: accepted
---

## Context

Our team recognizes the necessity of a platform to run our software, as our local machines lack the capacity to handle
certain workloads effectively. We have evaluated several options available to us:

1. Digilab Kubernetes
2. Logius Kubernetes
3. SSC-ICT VMs
4. ODC Noord

## Assumptions

We operate under the following assumptions:

- High availability is not a critical requirement for our software.
- Our team prioritizes low maintenance solutions.

## Decision

We will use [Digilab Kubernetes](https://digilab.overheid.nl/) for our workloads.

## Consequences

By choosing Digilab Kubernetes, we gain access to a namespace within their managed Kubernetes cluster. However, it's
important to note that Digilab does not provide any guarantees regarding the availability of the cluster. Should our
software require higher availability assurances, we may need to explore alternative solutions.

0 comments on commit a62a490

Please sign in to comment.