Live data from Hacker News

Amazon EKS on AWS Fargate Now Generally Available

aws.amazon.com

11–15 of 15 posts

Re: Amazon EKS on AWS Fargate Now Generally Available

#11

> Additionally, you pay the standard cost for each EKS cluster you run, $0.20 per hour. So AWS K8S tax still applies!

Yeah, I was kind of expecting AWS to announce that they're dropping the EKS per-cluster charge this year, or at least lower it. I suppose that could still happen this week.

Re: Amazon EKS on AWS Fargate Now Generally Available

#12
post #9

Does this integrate with persistent volumes to allow you to mount EBS into these? If so this is a great offering since it directly integrates with VPC, EBS, ELBs, and everything with no node overhead to worry about.

"Currently there is no support for stateful workloads that require persistent volumes or file systems."

That'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

Re: Amazon EKS on AWS Fargate Now Generally Available

#13

Earlier quoted context omitted.

"Currently there is no support for stateful workloads that require persistent volumes or file systems."

That'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

Yeah, 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.

Re: Amazon EKS on AWS Fargate Now Generally Available

#14

Earlier quoted context omitted.

That'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

Yeah, 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.

For 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.

Re: Amazon EKS on AWS Fargate Now Generally Available

#15

I just use fargate directly (ECS I guess) - it works pretty nicely for small apps. I was reading someone wanted EKS but the $180/month for management layer was way too much. Do people use EKS for tiny projects? It seems like a lot of complexity to carry around.

For just to be future-proof, you can install proper K8s on a single node, then scale out. To those who knows K8s inside out, to set up such K8s for a hobby project takes about 5-10 minutes, so not a huge investment of time.
Post reply on HN