Hacker News new | ask | show | jobs
by KaiserPro 1230 days ago
Everything is easy if you don't have to handle state.

K8s was always really crap for persistent storage. On AWS you can always dump to EFS or the managed lustre (what ever thats called). (which is better than attaching block storage.)

1 comments

Please don't use EFS for anything requiring speed, especially writes. It's extremely slow in my experience.
One of my peeves with fargate is it only supports volumes on EFS.
yeah, metadata performance sucks arse, but it serves a purpose.