Gluttony-Cluster/README.md

58 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2023-10-01 15:25:26 +00:00
# Gluttony-Cluster
2023-11-16 01:01:21 +00:00
[![Build Status](https://drone.clortox.com/api/badges/Infrastructure/Gluttony-Cluster/status.svg)](https://drone.clortox.com/Infrastructure/Gluttony-Cluster)
2024-10-02 21:22:14 +00:00
A [ArgoCD](https://argo-cd.readthedocs.io/en/stable/) repo describing my current at home kubernetes cluster.
2023-10-01 15:25:26 +00:00
2024-05-04 02:48:17 +00:00
## Hardware
- Nodes
- 3 x86_64
- 2 ARM nodes
- 1 Dedicated reverse proxy
- Storage
- 64TB ZFS pool (Media)
- 6TB of replicated storage (Configuration)
- 2TB of NVME ZFS Cache
- Compute
- Ryzen 5 5500
- i7-13700K
- Core 2 Duo
- Memory
- 136 GB of DDR5 across 3 nodes
- GPU
- RTX 3090 (Machine Learning)
- RTX 3080 (Machine Learning)
- RTX 2060 (Machine Learning)
- GTX 1060 (Stream Transcoding)
- Networking
- 1Gbps Inter-node Networking
- TL-SG3428 Switch
- R7000 Nighthawk running DDWRT
- Power
- Dedicated 1500W ciruit breaker
- 1100VA UPS
2024-11-02 23:27:58 +00:00
![server rack](./docs/img/rack.jpg)
![network switch](./docs/img/switch.jpg)
![zfs pool](./docs/img/drives.jpg)
2024-05-04 02:48:17 +00:00
2024-10-13 22:28:20 +00:00
## Software
### Tier 0
_Software that aids the cluster run_
| Name | Use |
| ---- | --- |
| [Flux](fluxcd.io) | Deployments |
| [Sealed Secrets](https://github.com/bitnami-labs/sealed-secrets) | Secret management via git |
2024-10-15 19:53:51 +00:00
| [MetalLB](https://metallb.universe.tf) | Load Balancer |
2024-10-16 14:13:24 +00:00
| [Nvidia Operator](https://docs.nvidia.com/datacenter/cloud-native/gpu-operator/latest/index.html) | Nvidia Container Runtime Operator |
2024-10-13 22:28:20 +00:00
2024-05-04 02:48:17 +00:00
## Hosted Version
2023-11-16 00:08:32 +00:00
Find the actual, in production version of this repo on my [Gitea Repository](https://git.clortox.com/Infrastructure/Gluttony-Cluster). Here you will also find in use issues denoting things I plan to add to this repository.
Find the mirror of this repository on [Github](https://github.com/Clortox/Gluttony-Cluster).