Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
.DS_Store
.vscode
package-lock.json
website/build.log
website/install.log
4 changes: 3 additions & 1 deletion website/blog/2025-10-24-dynamo-on-aks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors:
- sachi-desai
- sertac-ozercan
- rita-zhang
tags: ["dynamo-series", "ai", "gpu", "oss", "GB200"]
tags: ["dynamo-series", "ai", "gpu"]
---

*This blog post is co-authored with
Expand All @@ -28,6 +28,8 @@ play a crucial role by coordinating execution across nodes, managing
memory resources efficiently, and accelerating data transfers between GPUs
to keep latency low.

<!-- truncate -->

Comment thread
sjwaight marked this conversation as resolved.
Comment thread
sjwaight marked this conversation as resolved.
Comment thread
sjwaight marked this conversation as resolved.
However, software alone cannot solve these challenges. The underlying hardware
must also support this level of scale and throughput. Rack-scale systems like
[Azure ND GB200-v6](https://learn.microsoft.com/azure/virtual-machines/sizes/gpu-accelerated/nd-gb200-v6-series)
Expand Down
2 changes: 2 additions & 0 deletions website/blog/2025-11-18-azure-linux-gpu-on-aks/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ tags:

Running GPU workloads on AKS enables scalable, automated data processing and AI applications across Windows, Ubuntu, or Azure Linux nodes. [Azure Linux](https://learn.microsoft.com/azure/aks/use-azure-linux), Microsoft’s minimal and secure OS, simplifies GPU setup with validated drivers and seamless integration, reducing operational efforts. This blog covers how AKS supports GPU nodes on various OS platforms and highlights the security and performance benefits of Azure Linux for GPU workloads.

<!-- truncate -->

Comment thread
sjwaight marked this conversation as resolved.
Comment thread
sjwaight marked this conversation as resolved.
Comment thread
sjwaight marked this conversation as resolved.
### Unique challenges of GPU nodes

Deploying a GPU workload isn’t just about picking the right VM size. There is also significant operational overhead that developers and platform engineers need to manage.
Expand Down
6 changes: 3 additions & 3 deletions website/blog/2025-11-19-nftables-in-kube-proxy/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ title: "Preview: nftables support for kube-proxy in Azure Kubernetes Service (AK
description: "Learn about how to use the nftables mode of kube-proxy on AKS."
date: 2025-11-19
authors: [jack-ma]
tags:
- nftables
- kube-proxy
tags: [ networking ]
---

## Summary

We're announcing the preview availability of **nftables** mode for kube-proxy in Azure Kubernetes Service (AKS). This feature was requested in [GitHub issue #5061](https://github.com/Azure/AKS/issues/5061) and is now aligned with the upstream Kubernetes GA release of the nftables backend.

<!-- truncate -->

Comment thread
sjwaight marked this conversation as resolved.
## Background

Comment thread
sjwaight marked this conversation as resolved.
Comment thread
sjwaight marked this conversation as resolved.
Kubernetes 1.33 introduced **nftables** as a fully supported kube-proxy mode. It serves as the modern replacement for iptables, offering a more efficient rule model and improved performance characteristics on newer Linux kernels. As highlighted by the upstream project, nftables reduces rule churn and avoids the scaling and latency limitations seen in large clusters using iptables.
Expand Down
Loading
Loading