tech update

This commit is contained in:
tamsin woo 2024-03-24 22:22:13 -07:00
parent 922ece6293
commit 8429991612

View File

@ -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".
---