From HDD to SSD: How I fixed an I/O Bottleneck in a Kubernetes Node
My media server kept freezing and crashing Kubernetes pods. After some digging, I realised the bottleneck was the old spinning HDD. I cloned the system to an SSD, swapped the drives, and the node is now stable and fast. In this post, I talk about how I did it with minimal downtime.
From HDD to SSD: How I fixed an I/O Bottleneck in a Kubernetes Node Read More »