This commit is contained in:
parent
7895af52a3
commit
09597a9087
1 changed files with 3 additions and 2 deletions
|
@ -5,13 +5,14 @@ graph TB
|
|||
C(Opnsense) --> A;
|
||||
D(laundry AP) --> A;
|
||||
E(Loft AP) --> A;
|
||||
Q(Pizero Zigbee) --> A;
|
||||
A[Laundry Switch] <-->|Outside| B[Garage Switch];
|
||||
B --> F(Microserver)
|
||||
B --> G(kubemaster)
|
||||
B --> H(agent0)
|
||||
B --> I(agent1)
|
||||
B --> J(agent2)
|
||||
P[bedroom] <--> B
|
||||
P[colas bedroom] <--> B
|
||||
L(TV) --> K
|
||||
M(Kodi) --> K
|
||||
N(OrangeTV) --> K
|
||||
|
@ -29,7 +30,7 @@ The link between the laundry room and the garage runs under the decking and arou
|
|||
|
||||
The lab and NAS is in the garage and connected to the HP switch.
|
||||
|
||||
The lab is mostly a [Kubernetes](kubernetes.md) cluster running on 4 Intel NUCs (1 master, 3 agents).
|
||||
The lab is a [Kubernetes](kubernetes.md) cluster running on 4 Intel NUCs (1 master, 3 agents) and a NAS on the HP Microserver.
|
||||
|
||||
## VLANs
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue