**This is an old revision of the document!**
Infrastructure
Pages
Requirements
Below are the set of requirements for dma.space's infrastructure. When we satisfy all these requirements, we can truly call our infrastructure “stable” and “ready”.
- Core services are all available in high availability states
- Highly redundant backup and storage
- Reliable internet connectivity for everyone and everything at the space
Roadmap
flowchart TD
subgraph "Initial"
nixos_boxes["NixOS Boxes"]
cloudflared
end
subgraph "Stabilizing"
nixos_boxes --> k8s["Kubernetes"]
cloudflared --> int_ingress["Internal Ingress"]
subgraph k8s
vaultwarden["Vaultwarden"]
end
end