New blog for dynamic resource allocation with NVIDIA virtualized GPU (vGPU)#5616
Open
sdesai345 wants to merge 16 commits intoAzure:masterfrom
Open
New blog for dynamic resource allocation with NVIDIA virtualized GPU (vGPU)#5616sdesai345 wants to merge 16 commits intoAzure:masterfrom
sdesai345 wants to merge 16 commits intoAzure:masterfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new AKS blog post describing how to enable Kubernetes Dynamic Resource Allocation (DRA) for NVIDIA vGPU-backed node pools, targeting Kubernetes 1.35 AI conformance readiness.
Changes:
- Introduces a new blog post with end-to-end setup steps for DRA + NVIDIA vGPU on AKS (node pool, labels, Helm install, verification).
- Documents key Helm values and verification commands for
DeviceClassandResourceSlicediscovery.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
sabbour
reviewed
Feb 23, 2026
Contributor
sabbour
left a comment
There was a problem hiding this comment.
My main comment is, how is this article different from https://blog.aks.azure.com/2025/11/17/dra-devices-and-drivers-on-kubernetes#run-a-gpu-workload-using-dra-drivers ?
Should we add a vCPU specific example?
| @@ -0,0 +1,158 @@ | |||
| --- | |||
| title: "DRA with NVIDIA virtualized GPU on AKS" | |||
Contributor
There was a problem hiding this comment.
Suggested change
| title: "DRA with NVIDIA virtualized GPU on AKS" | |
| title: "Dynamic Resource Allocation (DRA) with NVIDIA virtualized GPU (vGPU) on AKS" |
allyford
reviewed
Feb 24, 2026
| tags: ["gpu", "performance", "operations"] | ||
| --- | ||
|
|
||
| In recent months, dynamic resource allocation (DRA) has emerged as the standard mechanism to consume GPU resources in Kubernetes. With DRA, accelerators like GPUs are no longer exposed as static extended resources (for example, `nvidia.com/gpu`) but are dynamically allocated through `DeviceClasses` and `ResourceClaims`. This unlocks richer scheduling semantics and better integration with virtualization technologies like NVIDIA vGPU. |
Contributor
There was a problem hiding this comment.
Suggested change
| In recent months, dynamic resource allocation (DRA) has emerged as the standard mechanism to consume GPU resources in Kubernetes. With DRA, accelerators like GPUs are no longer exposed as static extended resources (for example, `nvidia.com/gpu`) but are dynamically allocated through `DeviceClasses` and `ResourceClaims`. This unlocks richer scheduling semantics and better integration with virtualization technologies like NVIDIA vGPU. | |
| Recently, dynamic resource allocation (DRA) has emerged as the standard mechanism to consume GPU resources in Kubernetes. With DRA, accelerators like GPUs are no longer exposed as static extended resources (for example, `nvidia.com/gpu`) but are dynamically allocated through `DeviceClasses` and `ResourceClaims`. This unlocks richer scheduling semantics and better integration with virtualization technologies like NVIDIA vGPU. |
allyford
approved these changes
Feb 24, 2026
Contributor
allyford
left a comment
There was a problem hiding this comment.
A couple nits, but overall looks great
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Goal: publish for Kubernetes 1.35 AI conformance submission