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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions src/data/externalArticles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import condeintechnologyPreview from '@site/blog/assets/previews/codeintechnolog
import bestidpitnextPreview from '@site/blog/assets/previews/bestidp-itnext-article-2026.webp';
import demistifyingAbdelPreview from '@site/blog/assets/previews/demystifying-abdel-article-2026.webp';
import inforworldPreview from '@site/blog/assets/previews/developer-platform-with-backstage-2026.webp';
import cncfAgenticEnterprisePreview from '@site/blog/assets/previews/cncf-agentic-enterprise-2026.png';

export interface ExternalArticle {
title: string;
Expand Down Expand Up @@ -113,6 +114,17 @@ const externalArticles: ExternalArticle[] = [
source: 'InfoWorld',
image: inforworldPreview,
},
{
title:
'Platform engineering for the agentic enterprise: Managing applications, resources, and AI agents',
url: 'https://www.cncf.io/blog/2026/07/21/platform-engineering-for-the-agentic-enterprise-managing-applications-resources-and-ai-agents/',
description:
'As enterprises adopt AI agents, platform engineering must expand beyond applications and infrastructure to also govern the agents acting on them. A look at how a unified, Kubernetes-native control plane can manage applications, resources, and AI agents together.',
date: '2026-07-21',
category: 'community',
source: 'CNCF',
image: cncfAgenticEnterprisePreview,
},
];

export default externalArticles;