From 8429991612facac8922be136ed4ee1910ed088c9 Mon Sep 17 00:00:00 2001 From: tamsin woo Date: Sun, 24 Mar 2024 22:22:13 -0700 Subject: [PATCH] tech update --- about/tech.gmi | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/about/tech.gmi b/about/tech.gmi index 28cf26b..7e79d57 100644 --- a/about/tech.gmi +++ b/about/tech.gmi @@ -6,7 +6,11 @@ `' ``` -the "server" that runs this is actually---at any given moment---one or more containers in a kubernetes cluster. the content is pulled dynamically from the users' individual git repositories on startup / every 60 seconds, the server doesn't store it beyond the lifetime of the container (modulo emptyDir implementation details). +## how this capsule works + +this capsule runs molly-brown. + +the "server" is actually---at any given moment---one or more Pods in a kubernetes cluster. users have no shell access (not even admins). content is pulled dynamically from users' individual git repositories on startup / every 60 seconds. the server doesn't store anything beyond the lifetime of the Pod (modulo emptyDir implementation details), retains no state, and makes no attempt to do anything like "backups". ---