TWN Stack

TWN Stack

Internal infrastructure documentation for tasmanian.cloud

Internal infrastructure documentation for tasmanian.cloud. This section covers the technical implementation of our sovereign cloud platform.

Infrastructure Stack

flowchart TB
    subgraph "tasmanian.cloud Infrastructure"
        COMPUTE[Compute Layer
        Proxmox VE Cluster]
        
        STORAGE[Storage Layer
        Ceph + RustFS]
        
        NETWORK[Network Layer
        Netbird VPN + PFsense]
        
        SECURITY[Security Layer
        Wazuh + Tetragon]
        
        PLATFORM[Platform Layer
        O2S + Paymenter]
    end
    
    COMPUTE --> STORAGE
    NETWORK --> COMPUTE
    SECURITY --> COMPUTE
    SECURITY --> STORAGE
    PLATFORM --> COMPUTE

Components

LayerComponentPurpose
Customer InterfaceOpenSelfServe (O2S)Self-service provisioning portal
BillingPaymenterBilling backend, invoicing
ComputeProxmox VEHypervisor cluster
StorageCeph + RustFSBlock & object storage
NetworkNetbird + PFsenseVPN mesh, firewall
SecurityWazuh + TetragonXDR, eBPF monitoring
OrchestrationCozystackKubernetes platform

Getting Started

For Administrators

  1. Review the Architecture Overview to understand the system design
  2. Follow the Paymenter Deployment Guide to set up the billing backend
  3. Configure RustFS Storage for object storage
  4. Implement Security Hardening measures