From 51cd81a6e48aad6e88a2a6fd7bd9b406cb243083 Mon Sep 17 00:00:00 2001 From: Wilson Date: Wed, 17 Dec 2025 13:27:12 -0800 Subject: [PATCH 1/4] Add Wilson Darko to authors list Added Wilson Darko's profile with social links. --- website/blog/authors.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/website/blog/authors.yml b/website/blog/authors.yml index adefa5f80..2b7c0e9fc 100644 --- a/website/blog/authors.yml +++ b/website/blog/authors.yml @@ -230,6 +230,16 @@ ally-ford: linkedin: allison-ford-pm github: allyford +wilson-darko: + name: Wilson Darko + title: Product Manager at Microsoft + url: https://www.linkedin.com/in/wilsondarko/ + image_url: https://github.com/wdarko1.png + page: true + socials: + linkedin: wilsondarko + github: wdarko1 + sarah-zhou: name: Sarah Zhou title: Product Manager at Microsoft From 9f4d119a558631605a5ae987e8df739a2eb746c4 Mon Sep 17 00:00:00 2001 From: Wilson Date: Wed, 17 Dec 2025 13:34:42 -0800 Subject: [PATCH 2/4] Add new tags for Karpenter and node provisioning --- website/blog/tags.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/website/blog/tags.yml b/website/blog/tags.yml index c4d4c4117..16b5dd67d 100644 --- a/website/blog/tags.yml +++ b/website/blog/tags.yml @@ -182,6 +182,11 @@ kaito: permalink: /kaito description: KAITO project usage for model fine-tuning, inference, and RAG on AKS. +karpenter: + label: Karpenter + permalink: /karpenter + description: Karpenter project usage for node provisioning and compute management on AKS. + kube-fleet: label: Kube-Fleet permalink: /kube-fleet @@ -237,6 +242,11 @@ networking: permalink: /networking description: Cluster and application networking, eBPF, traffic management, and connectivity patterns. +node-auto-provisioning: + label: Node-Auto-Provisioning + permalink: /node-auto-provisioning + description: Managed Karpenter project for node provisioning and compute management on AKS. + observability: label: Observability permalink: /observability @@ -297,6 +307,11 @@ troubleshooting: permalink: /troubleshooting description: Systematic diagnosis of cluster, networking, performance, and application issues. +virtual-machine-node-pools: + label: Virtual-Machine-Node-Pools + permalink: /virtual-machine-node-pools + description: node pool type for AKS clusters. + workload-identity: label: Workload Identity permalink: /workload-identity From 05813f9745b427b8d77faefde46c5f824faae0fe Mon Sep 17 00:00:00 2001 From: Ahmed Sabbour <103856+sabbour@users.noreply.github.com> Date: Thu, 18 Dec 2025 12:42:29 -0800 Subject: [PATCH 3/4] Update website/blog/tags.yml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- website/blog/tags.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/blog/tags.yml b/website/blog/tags.yml index 16b5dd67d..fa55e51a5 100644 --- a/website/blog/tags.yml +++ b/website/blog/tags.yml @@ -243,7 +243,7 @@ networking: description: Cluster and application networking, eBPF, traffic management, and connectivity patterns. node-auto-provisioning: - label: Node-Auto-Provisioning + label: Node Auto Provisioning permalink: /node-auto-provisioning description: Managed Karpenter project for node provisioning and compute management on AKS. From cc841e6c28003021aff4947ee0fa64e4bf8609b4 Mon Sep 17 00:00:00 2001 From: Ahmed Sabbour <103856+sabbour@users.noreply.github.com> Date: Thu, 18 Dec 2025 12:42:47 -0800 Subject: [PATCH 4/4] Apply suggestions from code review Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- website/blog/tags.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/blog/tags.yml b/website/blog/tags.yml index fa55e51a5..2040278e8 100644 --- a/website/blog/tags.yml +++ b/website/blog/tags.yml @@ -308,9 +308,9 @@ troubleshooting: description: Systematic diagnosis of cluster, networking, performance, and application issues. virtual-machine-node-pools: - label: Virtual-Machine-Node-Pools + label: Virtual Machine Node Pools permalink: /virtual-machine-node-pools - description: node pool type for AKS clusters. + description: Node pool type for AKS clusters. workload-identity: label: Workload Identity