Infrastructure

Infrastructure Overview

Tasmanian Cloud infrastructure documentation and guides

Infrastructure

Welcome to the Tasmanian Cloud infrastructure documentation. 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 + PFsense]
        
        SECURITY[Security Layer
        Wazuh + Tetragon]
        
        PLATFORM[Platform Layer
        Paymenter Panel]
    end
    
    COMPUTE --> STORAGE
    NETWORK --> COMPUTE
    SECURITY --> COMPUTE
    SECURITY --> STORAGE
    PLATFORM --> COMPUTE

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 panel
  3. Configure RustFS Storage for object storage
  4. Implement Security Hardening measures

For Developers

  • API documentation is available at https://api.tasmanian.cloud/docs
  • SDK examples in Python, JavaScript, and Go
  • Terraform provider for infrastructure as code

For Customers