Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS

2025-06-17 Thread Patrick McFadin
is > not a limit there. > > > > Best, > > Raymond Yu > > > > *From: *Jon Haddad > *Date: *Thursday, June 12, 2025 at 12:50 PM > *To: *user@cassandra.apache.org > *Subject: *Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS > > *This Message

Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS

2025-06-12 Thread ssnajmi
Thank you for your email. I will get back to you soon.

Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS

2025-06-12 Thread Yu, Raymond L.
: user@cassandra.apache.org Subject: Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS This Message is From an External Sender Caution: Do not click links or open attachments unless you recognize the sender and know the content is safe. I completely missed that this ECS != EKS. My brain

Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS

2025-06-12 Thread Jon Haddad
al, given an existing Cassandra EC2 footprint and experience >> deploying in that fashion, we’re looking for points for or against >> deploying Cassandra on ECS if in-house tooling is also needed, as outside >> opinions were desired. >> >> >> >> Best, >>

Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS

2025-06-12 Thread Patrick McFadin
t; Best, > > Raymond Yu > > > > > > > > *From: *daemeon reiydelle > *Date: *Thursday, June 12, 2025 at 9:42 AM > *To: *user@cassandra.apache.org > *Subject: *Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS > > *This Message is From an Extern

Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS

2025-06-12 Thread Yu, Raymond L.
. Best, Raymond Yu From: daemeon reiydelle Date: Thursday, June 12, 2025 at 9:42 AM To: user@cassandra.apache.org Subject: Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS This Message is From an External Sender Caution: Do not click links or open attachments unless you recognize the

Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS

2025-06-12 Thread Joe Obernberger
What operator are you all using?  We've just been using statefulsets for our clusters.  I'm a big time on-hardware fan, but an issue with Cassandra is the notion of one JVM per about 1 to 2TBytes of disk space.  Most large servers are in the 256 core+ / 100+TBytes of disk.  Managing that many i

Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS

2025-06-12 Thread daemeon reiydelle
June 12, 2025 at 7:16 AM > *To: *user@cassandra.apache.org > *Subject: *Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS > > *This Message is From an External Sender* > Caution: Do not click links or open attachments unless you recognize the > sender and know the

Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS

2025-06-12 Thread daemeon reiydelle
t; *From: *Jon Haddad > *Date: *Thursday, June 12, 2025 at 7:16 AM > *To: *user@cassandra.apache.org > *Subject: *Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS > > *This Message is From an External Sender* > Caution: Do not click links or open attachments unle

Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS

2025-06-12 Thread Yu, Raymond L.
:16 AM To: user@cassandra.apache.org Subject: Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS This Message is From an External Sender Caution: Do not click links or open attachments unless you recognize the sender and know the content is safe. I agree that managing Cassandra on

Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS

2025-06-12 Thread Yu, Raymond L.
in the Cassandra community from the K8ssandra operator, we have significantly more worries with using an in-house one. From: Jon Haddad Date: Thursday, June 12, 2025 at 7:16 AM To: user@cassandra.apache.org Subject: Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS This Message is From

Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS

2025-06-12 Thread Jon Haddad
I agree that managing Cassandra on Kubernetes can be challenging without prior experience, as understanding all the nuances of Kubernetes takes time. However, there are ways to address the rescheduling issues, node placement, and local disk concerns that were mentioned. You can pin pods to specifi

Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS

2025-06-12 Thread Luciano Greiner
Quick correction on my previous message — I assumed you were referring to running Cassandra on Kubernetes, not purely ECS. Many of the same concerns still apply. ECS tasks can also be rescheduled or moved between instances, which poses risks for Cassandra’s rack awareness and replica distribution.

Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS

2025-06-12 Thread Luciano Greiner
I usually advise against running Cassandra (or most databases) inside Kubernetes. It might look like it simplifies operations, but in my experience, it tends to introduce more complexity than it solves. With Cassandra specifically, Kubernetes may reschedule pods for reasons outside your control (e

Re: Request for Thoughts on Deployments on AWS EC2 vs. ECS

2025-06-11 Thread Dor Laor via user
It's possible to manage Cassandra well both with VMs and containers. As you'd be running one container per VM, there is no significant advantage for containers. K8s provides nice tooling and some methodological enforcement which brings order to the setup but if the team aren't top notch experts in