Add blog post on deploying GPU workloads on AKS on bare metal#5818
Draft
msftpgayam wants to merge 5 commits into
Draft
Add blog post on deploying GPU workloads on AKS on bare metal#5818msftpgayam wants to merge 5 commits into
msftpgayam wants to merge 5 commits into
Conversation
…e metal Walks through verifying the preinstalled NVIDIA driver, installing the NVIDIA GPU Operator with driver.enabled=false on Azure Linux 3.0, validating the install via the cuda-validation init container, and running a sample GPU workload. Also adds pradeep-gayam to blog/authors.yml. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Adds a new blog author and publishes a new blog post describing how to run NVIDIA GPU workloads on AKS on bare metal.
Changes:
- Added
pradeep-gayamto the blog authors registry. - Added a new post covering driver verification, NVIDIA GPU Operator install, validation, and sample GPU workload execution.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 3 comments.
| File | Description |
|---|---|
| website/blog/authors.yml | Registers a new author profile used by the new post frontmatter. |
| website/blog/2026-06-09-gpu-workloads-aks-bare-metal/index.md | Introduces a new how-to post for GPU workloads on AKS on bare metal. |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
- Add NVIDIA Helm repo add/update prerequisite before install - Point to NVIDIA GPU Operator getting-started docs and release notes - Convert absolute root-path internal links to relative file links for resilience to baseUrl/route changes - Remove undefined 'kubernetes' tag Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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.
Walks through verifying the preinstalled NVIDIA driver, installing the NVIDIA GPU Operator with driver.enabled=false on Azure Linux 3.0, validating the install via the cuda-validation init container, and running a sample GPU workload.