Have you migrated workloads to ARM CPUs? What was your experience?

0
14
Asked By SkyLover92 On

I'm curious to hear about your experiences with migrating workloads over to ARM CPUs. What challenges did you face during the process? Also, did you notice a significant cost savings in terms of performance?

3 Answers

Answered By HomeTechie42 On

Generally, Linux workloads can migrate pretty smoothly. I've been running a bunch of stuff at home on affordable ARM machines—like quad-core devices with 4-8GB of RAM—all under $100. It's been pretty good for basic tasks!

DataNerd3000 -

Sure, booting a Linux OS is fine, but the real challenge comes with package management, especially for compute-heavy tasks like data science. While I'm rooting for the ARM migration, it’s still a watch-and-see situation.

Answered By CuriousByte18 On

What exactly is an ARM CPU?

Answered By TechTraveler88 On

I've managed to save around 20% after migrating. If you're considering, I'd recommend Cobalt over Ampere. Just keep in mind that with AMD64, each CPU thread is counted as a vCPU, thanks to hyper-threading, but ARM CPUs don't have this feature right now. So, on ARM, if you have 8 vCPUs, that equates to 8 physical cores, which gives you more reliable performance under load. Also, I'm not entirely sure if AKS supports ARM, but RedHat OpenShift allows for mixed ARM64 and AMD64 worker nodes in the same cluster.

CloudGuru77 -

Just a heads up, some extensions like ARC won't work in an ARM cluster. The native AKS does support ARM, but there are limitations.

VMWiz29 -

Remember that some AMD families, like Fa v6 and H-series VMs, also operate with one vCPU equating to one core since they have SMT disabled.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.