A mix of Docker and Kubernetes deployments for learning and breaking things.
- 6C/12T AMD Ryzen 5 5500U
- 16GB DDR4 RAM
- Rocky Linux 9.5
- 6C/6T Intel Core i5 8500T
- 32GB DDR4 RAM
- Rocky Linux 9.5
A highly available 3 node k3s and kind cluster is primarily used for exploring Kubernetes features such as ingress, stateful deployments, persistent storage management, etc.
In addition to the k3s and kind clusters, I use Docker compose since it is easier to maintain and allows me to focus on learning the applications.
- Pi-hole
- Pi-hole is a DNS and DHCP server. I use the
DNSserver to block social media when I have to study, and theDHCPserver to assign IP to my virtual machines andJetKVM.
- Pi-hole is a DNS and DHCP server. I use the
- Grafana Observability Stack
- Grafana, Prometheus, Loki, Alloy
- Open Telemetry
- Looking to make some apps implementing OTEL using Go and Python
- Jenkins