Git Product home page Git Product logo

homelab's Introduction

DNS:

  • homelab.local (root domain)
  • mgmt.homelab.local (everything Managment related)
  • services.homelab.local (for all provided Services)
  • cluster.homelab.local (for all Cluster's)

Cluster:

  • kube.cluster.homelab.local (for all Kubernetes Cluster)
  • pve.cluster.homelab.local (for all Proxmox VE Cluster)

Kubernetes Cluster:

  • (worker|controller)NN.talos-test01.kube.cluster.homelab.local (Talos Kubernetes Test Cluster 01)

Proxmox VE Cluster:

  • TODO
graph TB
    homelab[homelab.local]
    subgraph services[services.homelab.local]
        lancache-endpoint([lancache])
        ldap-endpoint([ldap])
    end
    mgmt[mgmnt.homelab.local]
    homelab --> mgmt
    homelab --> services
    cluster[cluster.homelab.local]
    homelab --> cluster
    kube[kube.cluster.homelab.local]
    cluster --> kube
    pve[pve.cluster.homelab.local]
    cluster --> pve
    kube --> talos-test01

    subgraph talos-test01
      subgraph nodes
            subgraph controll-plane
                controller01
                controller02
                controller03
            end
            subgraph worker
                worker01
                worker02
                worker03
            end 
        end

        subgraph pods
            lancache-pod[lancache] -. provides .->  lancache-endpoint
            ldap-pod[LDAP] -. provides .->  ldap-endpoint
        end 

        controll-plane -. controlls .->  worker
        worker -. runs .->  pods
        controll-plane -. runs .->  pods
        

    end

Loading

Subnets:

  • 192.168.54.0/23 Services (*.services.homelab.local)
  • 192.168.16.0/23 Managment (*.mgmt.homelab.local)

VLAN's:

  • 16 Managment
  • 54 Services
  • ?? talos-test01 Cluster Communication

Services:

  • Veeam (PVE, local)
  • LanCache (Kubernetes, local)
  • LDAP (Kubernetes, local)

TODO:

  • everything... ๐Ÿ˜
  • Network
    • Design
      • Topologie
      • VLAN's
      • Subnet's
      • Hardware considerations
    • Config
      • Router
        • VLAN's
        • Subnet's
        • Firewall
        • DHCP/DNS
      • Switche's
        • VLAN's
        • Subnet's
    • Testing
  • Kubernetes Cluster
    • talos-test01
      • Load Balancer configuration
      • Deploy Services
  • Proxmox VE Cluster
  • Backup
    • Main Server (Veeam)
    • Secondary Server (backups Main, gets backed up by Main)
    • Testing
      • backup of "something" to Main Server
      • backup of main Server to Secondary
      • backup of Secondary Server to main Server
      • Disaster Recovery of "something"
      • Disaster Recovery of Secondary Server
      • Disaster Recovery of Main Server
  • LDAP
    • Configuration (Server)
    • Configuration (Directory)
  • --placeholder--
  • --placeholder--
  • --placeholder--
  • --placeholder--
  • --placeholder--

homelab's People

Contributors

lanealucy avatar

Watchers

 avatar

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.