<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>InfoQ</title>
    <link>https://www.infoq.com</link>
    <description>InfoQ feed</description>
    <item>
      <title>Cloudflare Migrates JavaScript CDN Serving 9B Requests a Day to Its Developer Platform</title>
      <link>https://www.infoq.com/news/2026/08/cloudflare-cdnjs-migration/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/08/cloudflare-cdnjs-migration/en/headerimage/generatedHeaderImage-1786326489158.jpg"/&gt;&lt;p&gt;Cloudflare has migrated cdnjs, its open source CDN for JavaScript and CSS libraries, to its Developer Platform. The new architecture uses Workers, R2, KV, Workflows, Queues, Durable Objects and Containers, consolidating publishing and delivery infrastructure while preserving package contents, URLs and SRI hashes at a scale of 9 billion requests per day.&lt;/p&gt; &lt;i&gt;By Leela Kumili&lt;/i&gt;</description>
      <category>CDN</category>
      <category>Cloudflare</category>
      <category>JavaScript</category>
      <category>Cloud Architecture</category>
      <category>Serverless</category>
      <category>migration</category>
      <category>Architecture</category>
      <category>Distributed Systems</category>
      <category>CSS</category>
      <category>Platforms</category>
      <category>Web</category>
      <category>Development</category>
      <category>Architecture &amp; Design</category>
      <category>news</category>
      <pubDate>Fri, 14 Aug 2026 14:42:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/08/cloudflare-cdnjs-migration/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Leela Kumili</dc:creator>
      <dc:date>2026-08-14T14:42:00Z</dc:date>
      <dc:identifier>/news/2026/08/cloudflare-cdnjs-migration/en</dc:identifier>
    </item>
    <item>
      <title>More Incidents Don't Necessarily Mean Less Reliability</title>
      <link>https://www.infoq.com/news/2026/08/incidents-reliability-metrics/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/08/incidents-reliability-metrics/en/headerimage/generatedHeaderImage-1785853951990.jpg"/&gt;&lt;p&gt;One of the most common assumptions in engineering leadership is that a rising number of reported incidents signals declining system reliability. However, a recent article from Great Circle argues that the opposite is often true: an increase in incident counts may actually indicate that an organization's incident management culture is improving.&lt;/p&gt; &lt;i&gt;By Craig Risi&lt;/i&gt;</description>
      <category>Metrics</category>
      <category>Service Reliability</category>
      <category>Incident Response</category>
      <category>Observability</category>
      <category>DevOps</category>
      <category>news</category>
      <pubDate>Fri, 14 Aug 2026 12:00:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/08/incidents-reliability-metrics/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Craig Risi</dc:creator>
      <dc:date>2026-08-14T12:00:00Z</dc:date>
      <dc:identifier>/news/2026/08/incidents-reliability-metrics/en</dc:identifier>
    </item>
    <item>
      <title>Presentation: The Right 300 Tokens Beat 100k Noisy Ones: The Architecture of Context Engineering</title>
      <link>https://www.infoq.com/presentations/architecture-context-engineering/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/presentations/architecture-context-engineering/en/mediumimage/partick-baruch-medium-1786008501700.jpg"/&gt;&lt;p&gt;Baruch Sadogursky and Patrick Debois discuss why coding agents fail due to bloated context windows and stuffed prompts. They explain practical context engineering fixes, including lazy-loaded skills, versioned context artifacts, externalized memory banks, and LLM-as-a-judge evals. Software architects &amp; engineering leaders will learn how to turn raw markdown files into reliable agentic workflows.&lt;/p&gt; &lt;i&gt;By Patrick Debois, Baruch Sadogursky&lt;/i&gt;</description>
      <category>Agents</category>
      <category>Artificial Intelligence</category>
      <category>Model Context Protocol (MCP)</category>
      <category>AI Development</category>
      <category>Large language models</category>
      <category>Claude</category>
      <category>QCon London 2026</category>
      <category>AI Coding</category>
      <category>Prompt Engineering</category>
      <category>Transcripts</category>
      <category>DevOps</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>Architecture &amp; Design</category>
      <category>Development</category>
      <category>presentation</category>
      <pubDate>Fri, 14 Aug 2026 11:00:00 GMT</pubDate>
      <guid>https://www.infoq.com/presentations/architecture-context-engineering/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Patrick Debois, Baruch Sadogursky</dc:creator>
      <dc:date>2026-08-14T11:00:00Z</dc:date>
      <dc:identifier>/presentations/architecture-context-engineering/en</dc:identifier>
    </item>
    <item>
      <title>LLM-Generated GraphQL Mocks Arrive at Airbnb and Expedia, While the Spec Lags Behind</title>
      <link>https://www.infoq.com/news/2026/08/graphql-llm-mocking-spec/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/08/graphql-llm-mocking-spec/en/headerimage/generatedHeaderImage-1786102945106.jpg"/&gt;&lt;p&gt;Expedia Group has open-sourced mockql-rs, a Rust CLI that fills @mock-annotated GraphQL fields with LLM-generated data at request time. It follows Airbnb's @generateMock in April and a GraphQL Foundation RFC opened in February. All three solve the same problem with different architectures, and two use the same directive name with incompatible semantics.&lt;/p&gt; &lt;i&gt;By Steef-Jan Wiggers&lt;/i&gt;</description>
      <category>Software Development</category>
      <category>Developer Experience</category>
      <category>Generative AI</category>
      <category>API</category>
      <category>GraphQL</category>
      <category>Rust</category>
      <category>Development</category>
      <category>Architecture &amp; Design</category>
      <category>news</category>
      <pubDate>Fri, 14 Aug 2026 10:01:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/08/graphql-llm-mocking-spec/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Steef-Jan Wiggers</dc:creator>
      <dc:date>2026-08-14T10:01:00Z</dc:date>
      <dc:identifier>/news/2026/08/graphql-llm-mocking-spec/en</dc:identifier>
    </item>
    <item>
      <title>Podcast: Founders, Friction, and Focus: Building Engineering Teams at Early-Stage Startups</title>
      <link>https://www.infoq.com/podcasts/building-engineering-teams-early-stage-startups/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/podcasts/building-engineering-teams-early-stage-startups/en/smallimage/engineering-culture-podcast-thumbnail-1786109915926.jpg"/&gt;&lt;p&gt;In this podcast, Shane Hastie, Lead Editor for Culture &amp; Methods, spoke to David Gudeman about the unique culture of early-stage startup engineering, how founder personality quirks and premature process impositions can derail teams, and how engineers can build influence and make deliberate career choices without formal power.&lt;/p&gt; &lt;i&gt;By David Gudeman&lt;/i&gt;</description>
      <category>Leadership</category>
      <category>Engineering Culture Podcast</category>
      <category>Psychological Safety</category>
      <category>Teamwork</category>
      <category>Management</category>
      <category>Startup</category>
      <category>Careers</category>
      <category>Agile</category>
      <category>Scrum</category>
      <category>Trust</category>
      <category>Culture &amp; Methods</category>
      <category>podcast</category>
      <pubDate>Fri, 14 Aug 2026 09:00:00 GMT</pubDate>
      <guid>https://www.infoq.com/podcasts/building-engineering-teams-early-stage-startups/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>David Gudeman</dc:creator>
      <dc:date>2026-08-14T09:00:00Z</dc:date>
      <dc:identifier>/podcasts/building-engineering-teams-early-stage-startups/en</dc:identifier>
    </item>
    <item>
      <title>Rx.NET 7.0 Reduces Deployment Size by Splitting Windows UI Support</title>
      <link>https://www.infoq.com/news/2026/08/rx-net-7/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/08/rx-net-7/en/headerimage/header-1670341892423-1786614186714.jpg"/&gt;&lt;p&gt;Rx.NET 7.0 has been released with a narrowly focused change aimed at reducing deployment size for Windows applications. The new version separates WPF, Windows Forms, UWP, and Windows Runtime integration from the main System.Reactive package, avoiding cases where self-contained applications could acquire tens of megabytes of unused framework dependencies.&lt;/p&gt; &lt;i&gt;By Edin Kapić&lt;/i&gt;</description>
      <category>Rx</category>
      <category>.NET</category>
      <category>Development</category>
      <category>news</category>
      <pubDate>Fri, 14 Aug 2026 08:00:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/08/rx-net-7/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Edin Kapić</dc:creator>
      <dc:date>2026-08-14T08:00:00Z</dc:date>
      <dc:identifier>/news/2026/08/rx-net-7/en</dc:identifier>
    </item>
    <item>
      <title>Kubeflow Expands AI Capabilities as CNCF Graduation Nears</title>
      <link>https://www.infoq.com/news/2026/08/kubeflow/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/08/kubeflow/en/headerimage/generatedHeaderImage-1786662140696.jpg"/&gt;&lt;p&gt;The Kubeflow project has unveiled several technical updates to enhance distributed AI and high-performance computing on Kubernetes. These advancements include Kale 2.0, a modernised SDK with native Spark support, and expanded capabilities for the Kubeflow Trainer. The developments arrive as the project moves towards graduation from the Cloud Native Computing Foundation.&lt;/p&gt; &lt;i&gt;By Matt Saunders&lt;/i&gt;</description>
      <category>Kubernetes</category>
      <category>AIOps</category>
      <category>DevOps</category>
      <category>news</category>
      <pubDate>Fri, 14 Aug 2026 08:00:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/08/kubeflow/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Matt Saunders</dc:creator>
      <dc:date>2026-08-14T08:00:00Z</dc:date>
      <dc:identifier>/news/2026/08/kubeflow/en</dc:identifier>
    </item>
    <item>
      <title>npm 12 Released: Install Scripts Off by Default as Registry Moves to Explicit Trust</title>
      <link>https://www.infoq.com/news/2026/08/npm-12-released/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/08/npm-12-released/en/headerimage/generatedHeaderImage-1786639332006.jpg"/&gt;&lt;p&gt;npm 12 introduces significant security-related changes, making certain installation behaviors opt-in. Notably, script allowances are now off by default, which requires explicit approval for running scripts, including implicit builds. The update also restricts non-registry sources and addresses community concerns about security risks from automatic script execution.&lt;/p&gt; &lt;i&gt;By Daniel Curtis&lt;/i&gt;</description>
      <category>Package Managers</category>
      <category>Node.js</category>
      <category>JavaScript</category>
      <category>TypeScript</category>
      <category>Web Development</category>
      <category>Development</category>
      <category>news</category>
      <pubDate>Fri, 14 Aug 2026 06:39:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/08/npm-12-released/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Daniel Curtis</dc:creator>
      <dc:date>2026-08-14T06:39:00Z</dc:date>
      <dc:identifier>/news/2026/08/npm-12-released/en</dc:identifier>
    </item>
    <item>
      <title>Meta Open-Sources Muse Glimmer: A 30B Local Agentic Model Optimised for On-Device Execution</title>
      <link>https://www.infoq.com/news/2026/08/meta-muse-glimmer/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://www.infoq.com/styles/static/images/logo/logo_bigger.jpg"/&gt;&lt;p&gt;Meta AI Research has introduced Muse Glimmer, a 30-billion-parameter open-weight model under the Apache 2.0 license, designed for local workflows. It enables autonomous agents and complex task execution on consumer GPUs without relying on cloud APIs. The model employs a multi-stage training approach for efficient performance and supports multimodal inputs, enhancing coding and automation tasks.&lt;/p&gt; &lt;i&gt;By Olimpiu Pop&lt;/i&gt;</description>
      <category>AI Architecture</category>
      <category>Large language models</category>
      <category>Foundation Model</category>
      <category>Local Inference</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>news</category>
      <pubDate>Fri, 14 Aug 2026 05:05:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/08/meta-muse-glimmer/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Olimpiu Pop</dc:creator>
      <dc:date>2026-08-14T05:05:00Z</dc:date>
      <dc:identifier>/news/2026/08/meta-muse-glimmer/en</dc:identifier>
    </item>
    <item>
      <title>Vercel Launches v0 API for Headless App Building</title>
      <link>https://www.infoq.com/news/2026/08/vercel-v0-api/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/08/vercel-v0-api/en/headerimage/generatedHeaderImage-1786628629656.jpg"/&gt;&lt;p&gt;Vercel has made the v0 API generally available, enabling developers and AI agents to programmatically generate, iterate on, preview, and deploy applications through API calls.&lt;/p&gt; &lt;i&gt;By Daniel Dominguez&lt;/i&gt;</description>
      <category>Agents</category>
      <category>Artificial Intelligence</category>
      <category>Software Development</category>
      <category>Generative AI</category>
      <category>API</category>
      <category>Code Generation</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>news</category>
      <pubDate>Thu, 13 Aug 2026 15:37:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/08/vercel-v0-api/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Daniel Dominguez</dc:creator>
      <dc:date>2026-08-13T15:37:00Z</dc:date>
      <dc:identifier>/news/2026/08/vercel-v0-api/en</dc:identifier>
    </item>
    <item>
      <title>How Artificial Intelligence Disrupts Engineering Progression</title>
      <link>https://www.infoq.com/news/2026/08/AI-disrupts-engineering-progress/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/08/AI-disrupts-engineering-progress/en/headerimage/header-1786359459457.jpg"/&gt;&lt;p&gt;AI is disrupting career progression by eliminating the learning opportunities at each rung while simultaneously enabling people to perform above their experience level, Alasdair Allan explained in his talk Engineering Progression When AI Ate the Middle at QCon London. Fewer junior developers join the industry, and AI slows hiring at the entry level.&lt;/p&gt; &lt;i&gt;By Ben Linders&lt;/i&gt;</description>
      <category>Artificial Intelligence</category>
      <category>Software Engineering</category>
      <category>QCon Software Development Conference</category>
      <category>Artifacts &amp; Tools</category>
      <category>Careers</category>
      <category>learning</category>
      <category>QCon London 2026</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>Culture &amp; Methods</category>
      <category>news</category>
      <pubDate>Thu, 13 Aug 2026 11:28:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/08/AI-disrupts-engineering-progress/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Ben Linders</dc:creator>
      <dc:date>2026-08-13T11:28:00Z</dc:date>
      <dc:identifier>/news/2026/08/AI-disrupts-engineering-progress/en</dc:identifier>
    </item>
    <item>
      <title>Anthropic's Claude Breaches Sandbox During Model Security Evaluations</title>
      <link>https://www.infoq.com/news/2026/08/claude-sandox-breach/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://www.infoq.com/styles/static/images/logo/logo_bigger.jpg"/&gt;&lt;p&gt;Anthropic conducted an audit of 141006 evaluation runs after OpenAI's sandbox escape disclosure. The review identified three incidents where Claude models accessed the internet due to misconfigurations. These incidents involved unauthorised attacks on live targets. Anthropic has suspended offensive evaluations and plans to enhance security measures and collaborate with external auditors.&lt;/p&gt; &lt;i&gt;By Olimpiu Pop&lt;/i&gt;</description>
      <category>AI Security</category>
      <category>Large language models</category>
      <category>Frontier Model</category>
      <category>Cloud Security</category>
      <category>Security Breach</category>
      <category>Model Evaluation</category>
      <category>DevOps</category>
      <category>AI, ML &amp; Data Engineering</category>
      <category>news</category>
      <pubDate>Thu, 13 Aug 2026 10:10:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/08/claude-sandox-breach/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Olimpiu Pop</dc:creator>
      <dc:date>2026-08-13T10:10:00Z</dc:date>
      <dc:identifier>/news/2026/08/claude-sandox-breach/en</dc:identifier>
    </item>
    <item>
      <title>Presentation: Migrating Uber Eats Feeds to Webview</title>
      <link>https://www.infoq.com/presentations/migration-mobile-application/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/presentations/migration-mobile-application/en/mediumimage/nickdistefano-medium-1785845098133.jpg"/&gt;&lt;p&gt;Nick DiStefano shares how Uber Eats migrated from traditional native app screens to a native-driven, single-page WebView architecture. He explains key strategies for engineering leaders and software architects looking to bypass native release cycles, manage cross-platform state, build generic native-web message bridges, and execute large-scale UI migrations without degrading metrics.&lt;/p&gt; &lt;i&gt;By Nick DiStefano&lt;/i&gt;</description>
      <category>Mobile</category>
      <category>iOS</category>
      <category>Android</category>
      <category>QCon San Francisco 2025</category>
      <category>migration</category>
      <category>Transcripts</category>
      <category>Development</category>
      <category>presentation</category>
      <pubDate>Thu, 13 Aug 2026 09:26:00 GMT</pubDate>
      <guid>https://www.infoq.com/presentations/migration-mobile-application/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Nick DiStefano</dc:creator>
      <dc:date>2026-08-13T09:26:00Z</dc:date>
      <dc:identifier>/presentations/migration-mobile-application/en</dc:identifier>
    </item>
    <item>
      <title>Astro 7: Rust Compiler, Rust Markdown Pipeline and Vite 8 for Builds Up to 61% Faster</title>
      <link>https://www.infoq.com/news/2026/08/astro-7-release-speed/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/08/astro-7-release-speed/en/headerimage/generatedHeaderImage-1786526407228.jpg"/&gt;&lt;p&gt;Astro 7 focuses on build performance, utilizing native tooling and a rewritten compiler in Rust. The new version includes faster Markdown processing and stricter HTML rules. Recent updates introduced advanced routing and incremental builds, while issues around legacy file compatibility and dependency counts were raised in feedback. Astro targets content-driven sites with minimal JavaScript.&lt;/p&gt; &lt;i&gt;By Daniel Curtis&lt;/i&gt;</description>
      <category>JavaScript</category>
      <category>TypeScript</category>
      <category>React</category>
      <category>Web Development</category>
      <category>Rust</category>
      <category>Development</category>
      <category>news</category>
      <pubDate>Thu, 13 Aug 2026 06:16:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/08/astro-7-release-speed/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Daniel Curtis</dc:creator>
      <dc:date>2026-08-13T06:16:00Z</dc:date>
      <dc:identifier>/news/2026/08/astro-7-release-speed/en</dc:identifier>
    </item>
    <item>
      <title>Netflix Adopts Cloud-Native Job Queueing System Kueue to Replace an In-House Solution</title>
      <link>https://www.infoq.com/news/2026/08/netflix-kueue-kubernetes-batch/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</link>
      <description>&lt;img src="https://res.infoq.com/news/2026/08/netflix-kueue-kubernetes-batch/en/headerimage/generatedHeaderImage-1786536066027.jpg"/&gt;&lt;p&gt;Netflix migrated most of its batch workloads onto Kueue, an open-source cloud-native batch job execution system that has outgrown its homegrown solution over the years. The company mapped the capabilities previously created in-house to Kueue’s functionality and also benefited from new features that would have been costly to incorporate into its homegrown solution.&lt;/p&gt; &lt;i&gt;By Rafał Gancarz&lt;/i&gt;</description>
      <category>Kubernetes</category>
      <category>Cloud Native Architecture</category>
      <category>Batch Processing</category>
      <category>Cell-Based Architecture</category>
      <category>DevOps</category>
      <category>Architecture &amp; Design</category>
      <category>news</category>
      <pubDate>Wed, 12 Aug 2026 14:30:00 GMT</pubDate>
      <guid>https://www.infoq.com/news/2026/08/netflix-kueue-kubernetes-batch/?utm_campaign=infoq_content&amp;utm_source=infoq&amp;utm_medium=feed&amp;utm_term=global</guid>
      <dc:creator>Rafał Gancarz</dc:creator>
      <dc:date>2026-08-12T14:30:00Z</dc:date>
      <dc:identifier>/news/2026/08/netflix-kueue-kubernetes-batch/en</dc:identifier>
    </item>
  </channel>
</rss>
