Git Product home page Git Product logo

dot's Introduction

KevinZonda Tools & Topology

Pods Topology

---
title: KevinZonda's Node Topology
---
flowchart LR
    subgraph BHAM["Birmingham Pod"]
        Comp1[Computational Node<br>AMD 5900HX + 16GiB]
        VNET1[Virtual Network<br>1 Gbps]
        Acc1[Accelerator Node<br>Intel i9 + RTX 2080 Super]

        Comp1 <-- Wireless --> VNET1
        Acc1  <-- LAN      --> VNET1
    end


    subgraph LON["London Pod"]
        NAT1[Networking Node<br>1 Gbps]
    end

    subgraph TKO["Tokyo Pod"]
        POX1[Networking Proxy Node<br>1 Gbps]
    end

    subgraph ZC["Zinccat Pod"]
        Acc2[Accelerator Node<br>2 x RTX 3080]
    end

    ZT[Zerotier]

    Comp1 <-- FRP --> NAT1
    Acc2  <-- FRP --> NAT1

    NAT1 <-- NC --> POX1

    Comp1 <--> ZT
Loading

Services

---
title: KevinZonda's Services Topology
---
flowchart LR
    grafana[Grafana<br>127.0.0.1:3947]
    smb[Samba<br>127.0.0.1:445]
    redis[redis<br>127.0.0.1:6379]
    
    anyconnect[Cisco AnyConnect<br>127.0.0.1:443]
    ngx[Nginx<br>127.0.0.2]
    cockpit[Cockpit<br>127.0.0.1:9090]
    haproxy[HAProxy]
    subgraph docker[Docker]
        direction LR
        mc[Minecraft Server<br>127.0.0.1:14382]
        mysql_ch[Chattal MySQL 8<br>127.0.0.1:36193]
        mysql_general[General MySQL 8<br>127.0.0.1:3306]
        bark[Bark<br>127.0.0.1:7284]
        antlr4[Anltr4 Lab<br>127.0.0.1:7492]
        gotify[gotify<br>127.0.0.1:4832]

        mysql_general ~~~ antlr4
        bark ~~~ gotify
        mc ~~~ mysql_ch
    end

    subgraph svc[Product Services]
        hmu[HMU<br>127.0.0.1:18332]
        lambda[Lambda Service<br>127.0.0.1:12907]
        yijing[yijing<br>127.0.0.1:12305]
    end

    frpc[FRPC]

    bark    --> ngx
    antlr4  --> ngx
    gotify  --> ngx
    grafana --> ngx
    cockpit --> ngx
    hmu     --> ngx
    lambda  --> ngx
    yijing  --> ngx

    cockpit ~~~ grafana

    ngx        --> haproxy
    anyconnect --> haproxy

    haproxy  --> frpc
    smb      --> frpc
    mysql_ch --> frpc
    mc       --> frpc
Loading

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.