Are the new AMD Dads v6 VMs suitable for production use in Azure Kubernetes Service, given their lack of support for Ephemeral OS disks?

JP 1 Reputation point
2024-11-22T13:11:55.63+00:00

Hi,

I was excited about the General Availability release of AMD v6 VMs- Dadsv6. However I noticed that they do not support Ephemeral OS disk, although they have big enough local disc. Azure Advisor says we should use Ephemeral OS disk on AKS.

Therefore my conclusion is that the new Dadsv6 VMs are suboptimal for production use in Azure Kubernetes Service.

Am I correct in my conclusion?
What is the reason why Dadsv6 doesn't support Ephemeral OS disk and Dadsv5 does support it?

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
8,110 questions
Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,185 questions
{count} votes

2 answers

Sort by: Most helpful
  1. deherman-MSFT 37,741 Reputation points Microsoft Employee
    2024-11-22T17:47:12.09+00:00

    @JP

    Thanks for your question. For optimized performance we do recommend using ephemeral OS disk for AKS. Details about this can be found here. Ephemeral OS disks are stored only on the host machine, just like a temporary disk. With this configuration, you get lower read/write latency, together with faster node scaling and cluster upgrades.

    When selecting the VM size for your node pool you can filter if Ephemeral OS disk is supported.

    User's image

    Unfortunately, I am not able to share the specifics of why the Dadsv6 does not support ephemeral OS disk. I believe this could be related to v6 utilizing NVME disks. I would recommend sticking to Dadsv5 or Ddsv5, AKS will update the recommended VM types when new ones become available.

    User's image

    Hope this helps! Let me know if you still have questions and I will do my best to assist.


    If you still have questions, please let us know in the "comments" and we would be happy to help you. Comment is the fastest way of notifying the experts.

    If the answer has been helpful, we appreciate hearing from you and would love to help others who may have the same question. Accepting answers helps increase visibility of this question for other members of the Microsoft Q&A community.

    Thank you for helping to improve Microsoft Q&A!

    User's image


  2. Ari-Pekka Puputti 0 Reputation points
    2024-11-25T12:44:56.3666667+00:00

    We faced the same thing, we wanted to move all our v5's to v6 as there are so many restrictions capacity wise for v5 in our region while v6 is plenty. It is a bit weird that something like this is overlooked because when you look at the properties of the VM series itself, it has EphemeralOSDiskSupported=True though it does use nVME disk placement but still in theory it should support it however if you try you will see the error message that there is no space for Ephemeral disk... EDIT Actually our issue is with the series Epdsv6 and not Dadsv6. Epdsv6 should support ephemeral disk but doesn't. Dadsv6 doesn't have support.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.