Skip to content

konstfish/shoal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shoal

Personal Infrastructure, naming scheme based on wikipedia.org/wiki/Shoaling_and_schooling

flowchart BT

    subgraph Hetzner Cloud

        subgraph barracuda
            ranch[Rancher]
        end

        subgraph tetra
            ranchatetra[Rancher Agent] --> ranch
        end

    end

    subgraph OnPrem

        subgraph guppy
            rancheaguppy[Rancher Agent] --> ranch
        end

    end

    subgraph Oracle Cloud

        subgraph anchovy
            rancheanchovy[Rancher Agent] ---> ranch
        end

    end

    subgraph Backblaze
    end

    subgraph Cloudflare
    end
Loading