• 0 Posts
  • 86 Comments
Joined 6 months ago
cake
Cake day: January 19th, 2026

help-circle


  • If I recall correctly, this has to do with how NAND flash storage stores the data on the physical media. I think trimming in SSDs performs some kind of maintenance in this regard but it all has to do with that the cells storing the bits (which make up the data) have a limited lifetime of being written to.

    After a while, it will stop being able to write to specific cells in the media and the drive eventually “fails”. I think the way the drives work is they try to actively not write to the cell as often to increase the longevity of the drive. So when it gets filled up, maybe it’s trying to calculate more with less available cells? Not sure why else.


















  • I still don’t quite understand why use k8s. I think to say that it’s the same deployment everywhere, at least to me as someone who doesn’t know kubernetes, really it’s the container images and maybe container files that “keep the same things” across deployments.

    I’ve always heard of Kubernetes as being for orchestration more than anything. Would like to hear where Kubernetes makes sense and where it doesn’t make sense. Also, what problem is it actually solving that I can’t already do with just running a container or 2 with docker or podman?