2025-08-20
Complete architecture overhaul
- Yellowball originally used Docker Swarm to run the containers. It worked for a while, but something better was needed for reliability, stability, and scalability. We decided to move to K3s (smaller version of K8s - Kubernetes). Migration has been completed and both staging and production are running on K3s. The change was seamless for users and the site now responds and runs much better than before.
- Upgraded Laravel to v12.
- Fixed SSR errors that seem to have been causing memory leaks in app containers.