From c75da4a97b77448a23c920e34fd39a5bf7822f92 Mon Sep 17 00:00:00 2001 From: abhi-bhatra Date: Wed, 1 Apr 2026 13:44:08 +0530 Subject: [PATCH 1/2] Add Linux Foundation and KodeKloud kagent training entries Signed-off-by: abhi-bhatra --- src/data/enterprise-training.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/data/enterprise-training.yaml b/src/data/enterprise-training.yaml index 921f2bab..69ddec10 100644 --- a/src/data/enterprise-training.yaml +++ b/src/data/enterprise-training.yaml @@ -6,3 +6,9 @@ training: - title: "Discover kagent and MCP servers" description: "In this free, on-demand technical lab, explore the kagent open-source project and learn how to create custom AI agents that use MCP servers in a cloud-native environment." url: "https://www.solo.io/resources/lab/kagent-lab-discover-kagent-kmcp" + - title: "Kagent: Bringing Agentic AI to Cloud Native" + description: "A Linux Foundation Training course covering kagent and how to bring agentic AI to cloud-native environments." + url: "https://trainingportal.linuxfoundation.org/courses/kagent-bringing-agentic-ai-to-cloud-native" + - title: "KAgents: Host your AI agents on Kubernetes" + description: "A KodeKloud course on running and operating AI agents on Kubernetes with kagent—hands-on labs aligned with production-style workflows." + url: "https://learn.kodekloud.com/courses/kagents-host-your-ai-agents-on-kubernetes?utm_source=website&utm_medium=community&utm_campaign=kagent_web" From 8537e553cd21cc2ccedc6132cfa84ee3b01485f5 Mon Sep 17 00:00:00 2001 From: abhi-bhatra Date: Wed, 1 Apr 2026 15:14:31 +0530 Subject: [PATCH 2/2] Fix KodeKloud training title casing (KAgent) Signed-off-by: abhi-bhatra --- src/data/enterprise-training.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/enterprise-training.yaml b/src/data/enterprise-training.yaml index 69ddec10..ad2fb550 100644 --- a/src/data/enterprise-training.yaml +++ b/src/data/enterprise-training.yaml @@ -9,6 +9,6 @@ training: - title: "Kagent: Bringing Agentic AI to Cloud Native" description: "A Linux Foundation Training course covering kagent and how to bring agentic AI to cloud-native environments." url: "https://trainingportal.linuxfoundation.org/courses/kagent-bringing-agentic-ai-to-cloud-native" - - title: "KAgents: Host your AI agents on Kubernetes" + - title: "KAgent: Host your AI agents on Kubernetes" description: "A KodeKloud course on running and operating AI agents on Kubernetes with kagent—hands-on labs aligned with production-style workflows." url: "https://learn.kodekloud.com/courses/kagents-host-your-ai-agents-on-kubernetes?utm_source=website&utm_medium=community&utm_campaign=kagent_web"