https://github.com/guycole/tasty-cookie
personal k8s cluster
https://github.com/guycole/tasty-cookie
kubernetes-cluster
Last synced: about 1 year ago
JSON representation
personal k8s cluster
- Host: GitHub
- URL: https://github.com/guycole/tasty-cookie
- Owner: guycole
- Created: 2023-07-29T20:15:40.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-07-04T18:00:10.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T23:48:58.299Z (over 1 year ago)
- Topics: kubernetes-cluster
- Language: Shell
- Homepage:
- Size: 17.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# tasty-cookie
personal k8s cluster
## Rack Catalog
+ 3x used Dell 7040 ($135/each from CraigsList)
+ 1x used SuperMicro 2u server 84GB RAM 3TB storage ($160 from CraigsList)
+ 1x used NetGear ProSafe GS724 v2 24 port gb managed switch ($75 from eBay)
+ 1x ODROID-C4 [tasty pancake](https://github.com/guycole/tasty-pancake) ($55 from HardKernel)
+ 1x Digital Loggers ethernet power switch ($150 from eBay)
+ 1x Trendnet KVM TK-1602R ($145 from eBay)
+ 1x 12U open frame rack [$90 from Amazon](https://www.amazon.com/dp/B0C64X8J8R?ref=ppx_yo2ov_dt_b_product_details&th=1)



| Host | Description | Address | KVM | Power |
| ------- | ----------------------------|-------------|-----|------------|
| archer | odroid c4 (network gateway) | 10.168.0.1 | 7 | unswitched |
| cyril | netgear GS724 (switch) | 10.168.0.3 | | 5B |
| mitsuko | power control | 10.168.0.5 | | |
| ray | netgear ReadyNAS (NFS) | 10.168.0.7 | | unswitched |
| pam | supermicro (k8s worker) | 10.168.0.11 | 6 | 4A |
| cheryl | dell 7040 (k8s worker) | 10.168.0.13 | 2 | 1A |
| lana | dell 7040 (k8s worker) | 10.168.0.15 | 3 | 1A |
| malory | dell 7040 (k8s master) | 10.168.0.17 | 4 | 2A |
| krieger | ASUS P5Q (NFS) | 10.168.0.19 | | unswitched |
| | trendnet kvm | | | 8B |
All servers on Ubuntu 22.04 LTS
| Host | Description | export | mount | pv | storage class |
| ------- | ------------------------|--------------|--------------|------------|---------------|
| ray | netgear ReadyNAS (NFS) | k8s | | | |
| pam | supermicro (k8s worker) | | /var/k8svol | pam-pv1 | local-storage |
| pam | supermicro (k8s worker) | | /var/nfs/k8s | | nfs-storage |
| cheryl | dell 7040 (k8s worker) | | /var/k8svol | cheryl-pv1 | local-storage |
| cheryl | dell 7040 (k8s worker) | | /var/nfs/k8s | | nfs-storage |
| lana | dell 7040 (k8s worker) | | /var/k8svol | lana-pv1 | local-storage |
| lana | dell 7040 (k8s worker) | | /var/nfs/k8s | | nfs-storage |
| malory | dell 7040 (k8s master) | | | | |
| krieger | ASUS P5Q (NFS) | /var/nfs/k8s | | | |