6 ms·
"Currently there is no support for stateful workloads that require persistent volumes or file systems."
by mukgupta 7y ago
"Currently there is no support for stateful workloads that require persistent volumes or file systems."
- gravypod 7y agoThat's unfortunate. This went from killer product to meh. EKS currently has some issues with EBS that make it a pain that Fargate VMs would make go away
- staticassertion 7y agoYeah, it makes it a non-starter for me. AWS could really do more in the area of making it super easy to get a hybrid managed database. I run a DB that AWS does not have managed support for, it would be great to have managed backups, managed patching, autoscaling, etc.
- gravypod 7y agoFor me it's amazing how much more performant software can be when you can just serialize and load data from disk using something like recordio or leveldb.