# Scalability

Published articles for Scalability.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## How Khan Academy Scaled to 2.5x Traffic During the Coronavirus Pandemic

DevFeed: [How Khan Academy Scaled to 2.5x Traffic During the Coronavirus Pandemic](<https://devfeed.tech/articles/how-khan-academy-successfully-handled-2-5x-traffic-in-a-week-27379.md>)

Original publisher: [Read original article](<http://engineering.khanacademy.org/posts/handling-2x-traffic-in-a-week.htm>)

Author: Khan Academy

Published: 2020-05-09T22:00:00Z

Content type: article

Language: en

Sources: [Khan Academy](<https://devfeed.tech/sources/khan-academy.md>)

Topics: [Scalability](<https://devfeed.tech/topics/scalability.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [Caching](<https://devfeed.tech/topics/caching.md>), [Google Cloud Platform (GCP)](<https://devfeed.tech/topics/google-cloud.md>), [Load Balancing](<https://devfeed.tech/topics/load-balancing.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [caching](<https://devfeed.tech/tags/caching.md>), [cdn](<https://devfeed.tech/tags/cdn.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [gcp](<https://devfeed.tech/tags/gcp.md>), [google-cloud](<https://devfeed.tech/tags/google-cloud.md>), [load-balancing](<https://devfeed.tech/tags/load-balancing.md>), [news](<https://devfeed.tech/tags/news.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [web](<https://devfeed.tech/tags/web.md>)

### AI overview

Marta Kosarchyn explains how Khan Academy handled site usage reaching 2.5 times the previous year's level during the coronavirus pandemic. The article attributes the scalability to Google Cloud services, serverless infrastructure, Datastore, Memcache, Fastly CDN caching, and advance preparation.

### Source excerpt

By Marta Kosarchyn Talk about rapid scaling... A few months ago I posted some thoughts on scaling and ... Read more

## ML based ranking using Nrtsearch

DevFeed: [ML based ranking using Nrtsearch](<https://devfeed.tech/articles/ml-based-ranking-using-nrtsearch-31461.md>)

Original publisher: [Read original article](<https://engineeringblog.yelp.com/2026/09/ml-ranking-with-nrtsearch.html>)

Author: Mohammad Mohtasham (Software Engineer); Tao Yu (Software Engineer)

Published: 2026-09-16T00:00:00Z

Content type: article

Language: en

Sources: [Yelp](<https://devfeed.tech/sources/yelp.md>)

Topics: [Inference](<https://devfeed.tech/topics/inference.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [recommendation systems](<https://devfeed.tech/topics/recommendation-systems.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [bridge](<https://devfeed.tech/tags/bridge.md>), [inference](<https://devfeed.tech/tags/inference.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [overhead](<https://devfeed.tech/tags/overhead.md>), [performance](<https://devfeed.tech/tags/performance.md>), [pipeline](<https://devfeed.tech/tags/pipeline.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [service](<https://devfeed.tech/tags/service.md>)

### AI overview

Yelp's Nrtsearch Inference Plugin embeds machine-learning ranking directly in the search layer. The article explains the scoring workflow, including model configuration, feature extraction, candidate ranking, and application-specific business logic. It describes how co-locating feature storage and inference reduces network transfer, serialization overhead, and latency compared with a standalone inference service.

### Source excerpt

We've extended Nrtsearch with the Inference Plugin, which embeds ML-based ranking directly in the search layer -- eliminating the need for a standalone scoring service. We use Nrtsearch (read more information on the blog post), a Lucene-based open-source search engine built by Yelp, to power a variety of applications such as business search, reviews search, ad delivery and photo search. In this blog post, we give a high-level overview of the Machine Learning (ML) based scoring workflow in Nrtsearch. We'll show how ML models are configured and loaded, and how different applications use custom business logic to develop, test, and...

## Performance improvements in Percona Server 8.4.11-11

DevFeed: [Performance improvements in Percona Server 8.4.11-11](<https://devfeed.tech/articles/performance-improvements-in-percona-server-8-4-11-11-26780.md>)

Original publisher: [Read original article](<https://www.percona.com/blog/performance-improvements-in-percona-server-8-4-11-11/>)

Author: Bogdan Degtyariov

Published: 2026-09-15T11:52:54Z

Content type: article

Language: en

Sources: [Blog - Percona](<https://devfeed.tech/sources/blog-percona.md>)

Topics: [Percona Server for MySQL](<https://devfeed.tech/topics/percona-server-for-mysql.md>), [Percona](<https://devfeed.tech/topics/percona.md>), [MySQL](<https://devfeed.tech/topics/mysql.md>), [Cache](<https://devfeed.tech/topics/cache.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [benchmark](<https://devfeed.tech/tags/benchmark.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [cache](<https://devfeed.tech/tags/cache.md>), [io](<https://devfeed.tech/tags/io.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [percona](<https://devfeed.tech/tags/percona.md>), [percona-server-for-mysql](<https://devfeed.tech/tags/percona-server-for-mysql.md>), [performance](<https://devfeed.tech/tags/performance.md>), [scalability](<https://devfeed.tech/tags/scalability.md>)

### AI overview

This article describes performance and scalability improvements in Percona Server for MySQL 8.4.11-11, focusing on changes to the InnoDB buffer pool and page flushing. It explains how narrowing mutex coverage and using finer-grained latching allows physical reads to proceed more in parallel, particularly for read-heavy, I/O-bound workloads.

### Source excerpt

Focusing on Percona Server 8.4.11-11 My previous post (Performance Progression of Percona Server for MySQL 8.4) did a brief review of the performance changes in Percona Server for MySQL 8.4 released in 2026. I recommend reading it first to better understand the material in this post. Version 8.4.11-11 includes patches that deliver significant improvements in ... Continued The post Performance improvements in Percona Server 8.4.11-11 appeared first on Percona.

## Evolving Pinterest's Embedding Retrieval Platform

DevFeed: [Evolving Pinterest's Embedding Retrieval Platform](<https://devfeed.tech/articles/evolving-pinterest-s-embedding-retrieval-platform-1230.md>)

Original publisher: [Read original article](<https://medium.com/pinterest-engineering/evolving-pinterests-embedding-retrieval-platform-aede4e831e01?source=rss----4c5a5f6279b6---4>)

Author: Pinterest Engineering

Published: 2026-09-11T15:01:03Z

Content type: article

Language: en

Sources: [Pinterest Engineering Blog - Medium](<https://devfeed.tech/sources/pinterest-engineering-blog-medium.md>)

Topics: [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Algorithms](<https://devfeed.tech/topics/algorithms.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Latency](<https://devfeed.tech/topics/latency.md>), [IO](<https://devfeed.tech/topics/io.md>)

Tags: [ann](<https://devfeed.tech/tags/ann.md>), [cost](<https://devfeed.tech/tags/cost.md>), [embedding](<https://devfeed.tech/tags/embedding.md>), [embeddings](<https://devfeed.tech/tags/embeddings.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [latency](<https://devfeed.tech/tags/latency.md>), [memory](<https://devfeed.tech/tags/memory.md>), [models](<https://devfeed.tech/tags/models.md>), [pinterest](<https://devfeed.tech/tags/pinterest.md>), [platform](<https://devfeed.tech/tags/platform.md>), [quantization](<https://devfeed.tech/tags/quantization.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [retrieval](<https://devfeed.tech/tags/retrieval.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [search](<https://devfeed.tech/tags/search.md>)

### AI overview

Pinterest describes evolving its Manas embedding-retrieval platform to address the cost, scale, and flexibility challenges of serving billions of embeddings. The excerpt covers ANN search, vector quantization, and SSD-based serving.

### Source excerpt

Authors: Bowen Zhou | Staff Software Engineer; Shan Gao | Senior Software Engineer; Jingwen Hu | Software Engineer II; Wenjiang Chu | Staff Software Engineer The Billion-Embedding Challenge At Pinterest, the "signal" is our lifeblood. Whether it's a home decor enthusiast finding the perfect rug or a fashion seeker discovering a new aesthetic, our discovery engine relies on understanding deep semantic relationships to help our users find inspirations. Over the last few years, the explosive growth of embedding-based retrieval has fundamentally transformed how we surface these signals -- and at the heart of that transformation is Manas, Pinterest's in-house distributed search platform. Embedding Retrieval is one of the core capabilities of Manas, supporting multiple approximate nearest neighbor search algorithms, hybrid queries with both token and embedding clauses, as well as real-time updates to ensure fresh contents become searchable within seconds. Deployed on over 80 clusters and serving billions of embeddings, Manas embedding retrieval powers all major product surfaces at Pinterest including Home Feed, Search, Related Pins, Ads, and Notifications. However, as our corpus scales toward tens of billions of embeddings and our models capture increasingly complex interactions, we face mounting challenges around cost efficiency, scalability, and flexibility. On the infrastructure side, traditional ANN algorithms like HNSW are notoriously memory-hungry -- they require the entire index to reside in RAM to maintain low query latency, making cost grow linearly with corpus size. On the modeling side, the classic two-tower retrieval paradigm is too restrictive: it reduces each candidate to a single embedding and scores relevance through a simple dot product, leaving little room to express richer, context-dependent notions of similarity. To tackle these challenges, our team has been evolving Manas's embedding retrieval stack across three fronts: Quantization. We reduce the memor

## Netflix Reworks Conductor for 420 Million Monthly Workflow Executions and 10X Larger Workflows

DevFeed: [Netflix Reworks Conductor for 420 Million Monthly Workflow Executions and 10X Larger Workflows](<https://devfeed.tech/articles/netflix-reworks-conductor-for-420-million-monthly-workflow-executions-and-10x-larger-workflows-8454.md>)

Original publisher: [Read original article](<https://www.infoq.com/news/2026/09/netflix-conductor-4-workflow/>)

Author: Leela Kumili

Published: 2026-09-11T14:17:00Z

Content type: news

Language: en

Sources: [InfoQ](<https://devfeed.tech/sources/infoq.md>)

Topics: [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Kafka](<https://devfeed.tech/topics/kafka.md>), [Apache Iceberg](<https://devfeed.tech/topics/apache-iceberg.md>)

Tags: [amazon-s3](<https://devfeed.tech/tags/amazon-s3.md>), [apache-iceberg](<https://devfeed.tech/tags/apache-iceberg.md>), [apache-kafka](<https://devfeed.tech/tags/apache-kafka.md>), [architecture-design](<https://devfeed.tech/tags/architecture-design.md>), [asynchronous-architecture](<https://devfeed.tech/tags/asynchronous-architecture.md>), [cassandra](<https://devfeed.tech/tags/cassandra.md>), [cloud-architecture](<https://devfeed.tech/tags/cloud-architecture.md>), [concurrency](<https://devfeed.tech/tags/concurrency.md>), [development](<https://devfeed.tech/tags/development.md>), [devops](<https://devfeed.tech/tags/devops.md>), [distributed-systems](<https://devfeed.tech/tags/distributed-systems.md>), [elasticsearch](<https://devfeed.tech/tags/elasticsearch.md>), [java-operator-sdk](<https://devfeed.tech/tags/java-operator-sdk.md>), [kafka](<https://devfeed.tech/tags/kafka.md>), [latency](<https://devfeed.tech/tags/latency.md>), [microservices](<https://devfeed.tech/tags/microservices.md>), [netflix](<https://devfeed.tech/tags/netflix.md>), [netflix-conductor-4-workflow](<https://devfeed.tech/tags/netflix-conductor-4-workflow.md>), [news](<https://devfeed.tech/tags/news.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [s3](<https://devfeed.tech/tags/s3.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [windows-workflow-foundation](<https://devfeed.tech/tags/windows-workflow-foundation.md>), [workflow](<https://devfeed.tech/tags/workflow.md>), [workflow-bpm](<https://devfeed.tech/tags/workflow-bpm.md>), [workflow-foundation](<https://devfeed.tech/tags/workflow-foundation.md>)

### AI overview

Netflix reworked Conductor 4.0 to scale workflow orchestration to roughly 200,000 definitions and 420 million monthly executions. The redesign raises supported workflow size to 30,000 tasks and reports a roughly 40% reduction in p99 evaluation latency by loading only task data needed for each decision.

### Source excerpt

Netflix has reworked its Conductor workflow orchestration engine to handle larger workloads, increasing supported workflow size from about 2,500 to 30,000 tasks and reducing p99 workflow evaluation latency by about 40%. Conductor 4.0 separates workflow metadata from task data, moves evaluation to asynchronous processing, and introduces dynamic worker allocation and concurrency controls. By Leela Kumili

## Take on your most ambitious work with GPT-6 Astra on Amazon Bedrock

DevFeed: [Take on your most ambitious work with GPT-6 Astra on Amazon Bedrock](<https://devfeed.tech/articles/take-on-your-most-ambitious-work-with-gpt-6-astra-on-amazon-bedrock-4742.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/machine-learning/take-on-your-most-ambitious-work-with-gpt-6-astra-on-amazon-bedrock/>)

Author: Tanvi Girinath

Published: 2026-09-08T22:06:58Z

Content type: release

Language: en

Sources: [Artificial Intelligence](<https://devfeed.tech/sources/artificial-intelligence.md>)

Topics: [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [amazon-bedrock](<https://devfeed.tech/tags/amazon-bedrock.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [api](<https://devfeed.tech/tags/api.md>), [aws](<https://devfeed.tech/tags/aws.md>), [cache](<https://devfeed.tech/tags/cache.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [codex](<https://devfeed.tech/tags/codex.md>), [gpt](<https://devfeed.tech/tags/gpt.md>), [intermediate-200](<https://devfeed.tech/tags/intermediate-200.md>), [openai](<https://devfeed.tech/tags/openai.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

GPT-6 Astra is generally available on Amazon Bedrock. The article describes its reasoning, codebase work, browser use, prompt caching, and enterprise controls for production workloads.

### Source excerpt

GPT-6 Astra from OpenAI is now generally available on Amazon Bedrock. It brings deeper reasoning and sharper judgment to your most demanding tasks, running on the Amazon Bedrock inference engine built for high performance, security, and scale.

## Internal Developer Portals: Why Native CI/CD Drives Scale

DevFeed: [Internal Developer Portals: Why Native CI/CD Drives Scale](<https://devfeed.tech/articles/internal-developer-portals-why-native-ci-cd-drives-scale-13435.md>)

Original publisher: [Read original article](<https://www.harness.io/blog/internal-developer-portals-why-native-ci-cd-drives-scale>)

Author: Rashmi Hegde

Published: 2026-09-08T00:00:00Z

Content type: article

Language: en

Sources: [Harness Blog](<https://devfeed.tech/sources/harness-blog.md>)

Topics: [Platform Engineering](<https://devfeed.tech/topics/platform-engineering.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [developer velocity](<https://devfeed.tech/topics/developer-velocity.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>)

Tags: [automation](<https://devfeed.tech/tags/automation.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [developer-velocity](<https://devfeed.tech/tags/developer-velocity.md>), [idp](<https://devfeed.tech/tags/idp.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [self-service](<https://devfeed.tech/tags/self-service.md>), [velocity](<https://devfeed.tech/tags/velocity.md>)

### AI overview

This article argues that internal developer portals need native CI/CD integration to move beyond service catalogs and documentation. It explains that integrated pipelines can reduce context switching, support self-service workflows, help enforce standards, and improve developer velocity and scalability.

### Source excerpt

Internal developer portals need native CI/CD integration to scale effectively. Learn how integrated pipelines improve velocity. Explore Harness IDP. | Blog

## Data Engineering Weekly #286

DevFeed: [Data Engineering Weekly #286](<https://devfeed.tech/articles/data-engineering-weekly-286-18266.md>)

Original publisher: [Read original article](<https://www.dataengineeringweekly.com/p/data-engineering-weekly-286>)

Author: Ananth Packkildurai

Published: 2026-09-07T00:18:06Z

Content type: article

Language: en

Sources: [Data Engineering Weekly](<https://devfeed.tech/sources/data-engineering-weekly.md>)

Topics: [data-engineering](<https://devfeed.tech/topics/data-engineering.md>), [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>), [agent observability](<https://devfeed.tech/topics/agent-observability.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [data-modeling](<https://devfeed.tech/topics/data-modeling.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [semantic-layer](<https://devfeed.tech/topics/semantic-layer.md>), [parquet](<https://devfeed.tech/topics/parquet.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [data-engineering](<https://devfeed.tech/tags/data-engineering.md>), [data-modeling](<https://devfeed.tech/tags/data-modeling.md>), [llm](<https://devfeed.tech/tags/llm.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [newsletter](<https://devfeed.tech/tags/newsletter.md>), [observability](<https://devfeed.tech/tags/observability.md>), [parquet](<https://devfeed.tech/tags/parquet.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [semantic-layer](<https://devfeed.tech/tags/semantic-layer.md>), [weekly](<https://devfeed.tech/tags/weekly.md>)

### AI overview

Data Engineering Weekly #286 is a curated newsletter covering data platform fundamentals, mathematics for machine learning, agentic machine learning at Instacart, Netflix's lifecycle for LLM-as-a-Judge systems, semantic layers and data modeling for AI analytics, and Apache Pinot scalability.

### Source excerpt

The Weekly Data Engineering Newsletter

## Open by design: How Elastic supports MOSA, the DoD's Modular Open Systems Approach

DevFeed: [Open by design: How Elastic supports MOSA, the DoD's Modular Open Systems Approach](<https://devfeed.tech/articles/open-by-design-how-elastic-supports-mosa-the-dod-s-modular-open-systems-approach-4825.md>)

Original publisher: [Read original article](<https://www.elastic.co/blog/how-elastic-supports-mosa-modular-open-systems-approach>)

Author: Woody Walton

Published: 2026-09-04T00:00:00Z

Content type: article

Language: en

Sources: [Elastic Blog - Elasticsearch, Kibana, and ELK Stack](<https://devfeed.tech/sources/elastic-blog-elasticsearch-kibana-and-elk-stack.md>)

Topics: [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [data](<https://devfeed.tech/topics/data.md>), [Instrumentation](<https://devfeed.tech/topics/instrumentation.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>)

Tags: [acquisition](<https://devfeed.tech/tags/acquisition.md>), [analytics](<https://devfeed.tech/tags/analytics.md>), [data](<https://devfeed.tech/tags/data.md>), [defense-government-open-source-standards](<https://devfeed.tech/tags/defense-government-open-source-standards.md>), [design](<https://devfeed.tech/tags/design.md>), [elasticsearch-platform](<https://devfeed.tech/tags/elasticsearch-platform.md>), [government-public-sector](<https://devfeed.tech/tags/government-public-sector.md>), [instrumentation](<https://devfeed.tech/tags/instrumentation.md>), [integration](<https://devfeed.tech/tags/integration.md>), [open](<https://devfeed.tech/tags/open.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

Elastic explains how its data and analytics platform can support the US Department of Defense Modular Open Systems Approach through modularity, open standards, and component removability.

### Source excerpt

Major US defense acquisition programs are required to be designed around a Modular Open Systems Approach (MOSA). Here's what program offices need to know about how Elastic can support MOSA at the data and analytics layer.

## How Every Team Can Build in Port at Scale, Without the Bottleneck

DevFeed: [How Every Team Can Build in Port at Scale, Without the Bottleneck](<https://devfeed.tech/articles/how-every-team-can-build-in-port-at-scale-without-the-bottleneck-12181.md>)

Original publisher: [Read original article](<https://www.port.io/blog/build-in-port-at-scale>)

Author: Guy Berman

Published: 2026-09-03T14:39:07Z

Content type: article

Language: en

Sources: [Developer Experience & Platform Engineering Blog | Port](<https://devfeed.tech/sources/developer-experience-platform-engineering-blog-port.md>)

Topics: [Authorization](<https://devfeed.tech/topics/authorization.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [sdlc](<https://devfeed.tech/topics/sdlc.md>), [pull-requests](<https://devfeed.tech/topics/pull-requests.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agentic](<https://devfeed.tech/tags/agentic.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [dashboards](<https://devfeed.tech/tags/dashboards.md>), [development](<https://devfeed.tech/tags/development.md>), [production](<https://devfeed.tech/tags/production.md>), [pull-requests](<https://devfeed.tech/tags/pull-requests.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [scale](<https://devfeed.tech/tags/scale.md>), [sdlc](<https://devfeed.tech/tags/sdlc.md>), [security](<https://devfeed.tech/tags/security.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

The article explains how every team can build and own a scoped part of Port at scale. It presents fine-grained permissions, role-based access controls, and controlled promotion across development, staging, and production environments as ways to reduce platform-team bottlenecks while limiting risk.

### Source excerpt

How every team can build in Port at scale: scoped permissions, dynamic policies, and safe rollouts across environments.

## MCP Went Stateless: What Now?

DevFeed: [MCP Went Stateless: What Now?](<https://devfeed.tech/articles/mcp-went-stateless-what-now-12652.md>)

Original publisher: [Read original article](<https://nordicapis.com/mcp-went-stateless-what-now/>)

Author: Janet Wagner

Published: 2026-09-03T07:00:00Z

Content type: article

Language: en

Sources: [Nordic APIs](<https://devfeed.tech/sources/nordic-apis.md>)

Topics: [Model Context Protocol (MCP)](<https://devfeed.tech/topics/model-context-protocol-mcp.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [MCP Server](<https://devfeed.tech/topics/mcp-server.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Security](<https://devfeed.tech/topics/security.md>), [Tool](<https://devfeed.tech/topics/tool.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [api-gateway](<https://devfeed.tech/tags/api-gateway.md>), [api-security](<https://devfeed.tech/tags/api-security.md>), [api-standards](<https://devfeed.tech/tags/api-standards.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [blog](<https://devfeed.tech/tags/blog.md>), [cloud-native](<https://devfeed.tech/tags/cloud-native.md>), [developers](<https://devfeed.tech/tags/developers.md>), [http](<https://devfeed.tech/tags/http.md>), [llm](<https://devfeed.tech/tags/llm.md>), [mcp](<https://devfeed.tech/tags/mcp.md>), [mcp-server](<https://devfeed.tech/tags/mcp-server.md>), [model-context-protocol](<https://devfeed.tech/tags/model-context-protocol.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [security](<https://devfeed.tech/tags/security.md>), [strategy](<https://devfeed.tech/tags/strategy.md>)

### AI overview

The article examines the shift to stateless MCP and its implications for scalability, state management, security, gateways, and MCP server architecture.

### Source excerpt

The latest release of the Model Context Protocol (MCP) specification has created a lot of buzz in tech circles. Why? Primarily because this AI communication protocol has now gone stateless! This shift from stateful to stateless impacts how developers of MCP servers and AI tools use the protocol moving forward. In addition, the change impacts ...

## How AgentFlo built AI sales agents with Amazon Bedrock AgentCore - Part 1

DevFeed: [How AgentFlo built AI sales agents with Amazon Bedrock AgentCore - Part 1](<https://devfeed.tech/articles/how-agentflo-built-ai-sales-agents-with-amazon-bedrock-agentcore-part-1-4643.md>)

Original publisher: [Read original article](<https://aws.amazon.com/blogs/architecture/how-agentflo-built-ai-sales-agents-with-amazon-bedrock-agentcore-part-1/>)

Author: Muhammad Musab Iqbal

Published: 2026-08-20T00:32:52Z

Content type: article

Language: en

Sources: [AWS Architecture Blog](<https://devfeed.tech/sources/aws-architecture-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [AI Chat](<https://devfeed.tech/topics/ai-chat.md>)

Tags: [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [amazon-bedrock-agentcore](<https://devfeed.tech/tags/amazon-bedrock-agentcore.md>), [customer-solutions](<https://devfeed.tech/tags/customer-solutions.md>), [sales](<https://devfeed.tech/tags/sales.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [strands-agents](<https://devfeed.tech/tags/strands-agents.md>), [whatsapp](<https://devfeed.tech/tags/whatsapp.md>)

### AI overview

AgentFlo describes building always-on AI sales agents with Amazon Bedrock AgentCore and the Strands Agents SDK. Part 1 focuses on velocity, standardization, and scalability for commerce conversations.

### Source excerpt

Learn how AgentFlo built always-on AI sales agents on Amazon Bedrock AgentCore and the Strands Agents SDK. Part 1 covers three pillars of production-grade agents--velocity, standardization, and scalability--including recipe-based deployment, tool routing through AgentCore Gateway, and elastic, stateful commerce conversations.

## What is a data topology?

DevFeed: [What is a data topology?](<https://devfeed.tech/articles/what-is-a-data-topology-2341.md>)

Original publisher: [Read original article](<https://planetscale.com/blog/what-is-a-data-topology>)

Author: Ahmed Darwich

Published: 2026-08-17T00:00:00Z

Content type: article

Language: en

Sources: [Blog -- PlanetScale](<https://devfeed.tech/sources/blog-planetscale.md>)

Topics: [data](<https://devfeed.tech/topics/data.md>), [vitess](<https://devfeed.tech/topics/vitess.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [internals](<https://devfeed.tech/tags/internals.md>), [json](<https://devfeed.tech/tags/json.md>), [mapping](<https://devfeed.tech/tags/mapping.md>), [neki](<https://devfeed.tech/tags/neki.md>), [performance](<https://devfeed.tech/tags/performance.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [routing](<https://devfeed.tech/tags/routing.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [transactions](<https://devfeed.tech/tags/transactions.md>), [vitess](<https://devfeed.tech/tags/vitess.md>)

### AI overview

The article explains Neki data topologies: JSON configurations that map logical PostgreSQL tables to physical shard groups so routers can place data and route queries.

### Source excerpt

A data topology describes the sharding scheme a Neki router uses to map logical PostgreSQL tables to physical shards and route queries.

## Software Delivery Platform: Key Features & How to Evaluate

DevFeed: [Software Delivery Platform: Key Features & How to Evaluate](<https://devfeed.tech/articles/software-delivery-platform-key-features-how-to-evaluate-13478.md>)

Original publisher: [Read original article](<https://www.harness.io/blog/software-delivery-platform>)

Author: Eric Minick

Published: 2026-08-11T00:00:00Z

Content type: article

Language: en

Sources: [Harness Blog](<https://devfeed.tech/sources/harness-blog.md>)

Topics: [Software](<https://devfeed.tech/topics/software.md>), [CI/CD](<https://devfeed.tech/topics/cicd.md>), [Continuous Delivery (CD)](<https://devfeed.tech/topics/continuous-delivery.md>), [Continuous integration](<https://devfeed.tech/topics/continuous-integration.md>)

Tags: [audit](<https://devfeed.tech/tags/audit.md>), [automation](<https://devfeed.tech/tags/automation.md>), [blog](<https://devfeed.tech/tags/blog.md>), [ci-cd](<https://devfeed.tech/tags/ci-cd.md>), [ci-cd-pipeline](<https://devfeed.tech/tags/ci-cd-pipeline.md>), [governance](<https://devfeed.tech/tags/governance.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [progressive-delivery](<https://devfeed.tech/tags/progressive-delivery.md>), [rollback](<https://devfeed.tech/tags/rollback.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [security](<https://devfeed.tech/tags/security.md>), [software-delivery](<https://devfeed.tech/tags/software-delivery.md>), [visibility](<https://devfeed.tech/tags/visibility.md>)

### AI overview

This article explains how a software delivery platform differs from a standalone CI/CD tool. It describes a platform as an integrated system covering the full after-code lifecycle, including continuous integration, continuous delivery, security, governance, insights, coordination, and rollback, then outlines criteria for evaluating vendors.

### Source excerpt

A software delivery platform isn't just a CI/CD tool. Get the must-have feature checklist and the demo questions to use when evaluating vendors. | Blog

## Terraform Scalability: When IaC Outgrows Your Setup

DevFeed: [Terraform Scalability: When IaC Outgrows Your Setup](<https://devfeed.tech/articles/terraform-scalability-when-iac-outgrows-your-setup-13486.md>)

Original publisher: [Read original article](<https://www.harness.io/blog/terraform-scalability-when-iac-outgrows-your-setup>)

Author: Mrinalini Sugosh

Published: 2026-08-10T00:00:00Z

Content type: article

Language: en

Sources: [Harness Blog](<https://devfeed.tech/sources/harness-blog.md>)

Topics: [Terraform](<https://devfeed.tech/topics/terraform.md>), [Infrastructure as code](<https://devfeed.tech/topics/infrastructure-as-code.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [iac-security](<https://devfeed.tech/topics/iac-security.md>)

Tags: [dynamodb](<https://devfeed.tech/tags/dynamodb.md>), [harness](<https://devfeed.tech/tags/harness.md>), [iac](<https://devfeed.tech/tags/iac.md>), [s3](<https://devfeed.tech/tags/s3.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [security](<https://devfeed.tech/tags/security.md>), [terraform](<https://devfeed.tech/tags/terraform.md>)

### AI overview

This article examines how Terraform scalability challenges emerge as infrastructure code and teams grow. It discusses bottlenecks involving state management, collaboration, governance, large state files, locking, plan times, module sprawl, and version drift, and introduces Harness IaCM as a management solution.

### Source excerpt

Terraform scalability issues slow teams down. Learn how to overcome IaC bottlenecks with better management. See how Harness helps. | Blog

## CTO.new Coordinates Tens of Thousands of AI Agents with a Database per Project on Turso

DevFeed: [CTO.new Coordinates Tens of Thousands of AI Agents with a Database per Project on Turso](<https://devfeed.tech/articles/cto-new-coordinates-tens-of-thousands-of-ai-agents-with-a-database-per-project-on-turso-5922.md>)

Original publisher: [Read original article](<https://turso.tech/blog/cto-new-coordinates-tens-of-thousands-of-ai-agents>)

Author: Glauber Costa

Published: 2026-08-06T00:00:00Z

Content type: article

Language: en

Sources: [Turso Blog](<https://devfeed.tech/sources/turso-blog.md>)

Topics: [AI Bots](<https://devfeed.tech/topics/ai-bots.md>), [AI-assisted coding](<https://devfeed.tech/topics/ai-assisted-coding.md>), [AI, ML & Data Engineering](<https://devfeed.tech/topics/ai-ml-data-engineering.md>)

Tags: [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [autonomous-agents](<https://devfeed.tech/tags/autonomous-agents.md>), [coding](<https://devfeed.tech/tags/coding.md>), [database](<https://devfeed.tech/tags/database.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [security](<https://devfeed.tech/tags/security.md>), [software-architecture](<https://devfeed.tech/tags/software-architecture.md>), [turso](<https://devfeed.tech/tags/turso.md>), [vibe-coding](<https://devfeed.tech/tags/vibe-coding.md>)

### AI overview

CTO.new uses a dedicated Turso database for each AI-agent project to coordinate workloads at scale. The article describes lower database costs compared with its earlier Supabase setup and the platform's return to Turso for agent infrastructure management.

### Source excerpt

CTO.new gives every team of AI agents its own Turso database as a coordination layer, running tens of thousands of databases on a $500 per month plan.

## CockroachDB Kubernetes Operator launches with full lifecycle automation

DevFeed: [CockroachDB Kubernetes Operator launches with full lifecycle automation](<https://devfeed.tech/articles/database-aware-kubernetes-operations-are-here-23765.md>)

Original publisher: [Read original article](<https://cockroachlabs.com/blog/cockroachdb-kubernetes-operator>)

Author: Ethan Shmargad,Pritesh Lahoti

Published: 2026-08-05T00:00:00Z

Content type: release

Language: en

Sources: [Cockroach Labs](<https://devfeed.tech/sources/cockroach-labs.md>)

Topics: [CockroachDB](<https://devfeed.tech/topics/cockroachdb.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>)

Tags: [automation](<https://devfeed.tech/tags/automation.md>), [cockroach-labs](<https://devfeed.tech/tags/cockroach-labs.md>), [cockroachdb](<https://devfeed.tech/tags/cockroachdb.md>), [database](<https://devfeed.tech/tags/database.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [migration](<https://devfeed.tech/tags/migration.md>), [production](<https://devfeed.tech/tags/production.md>), [scalability](<https://devfeed.tech/tags/scalability.md>)

### AI overview

Cockroach Labs announces the CockroachDB Kubernetes Operator, designed to connect CockroachDB-aware operations with Kubernetes. It provides lifecycle automation for deployment, upgrades, scaling, certificate rotation, and storage management, and supports multi-region deployments and workflows including Helm, GitOps, private registries, and air-gapped environments.

### Source excerpt

The production-proven K8s operator is now available with full lifecycle automation, zero-downtime migration, as well as the flexibility and scalability to fit how your team actually works.

## DDIA 2nd Edition Excerpt: On Scalability

DevFeed: [DDIA 2nd Edition Excerpt: On Scalability](<https://devfeed.tech/articles/ddia-2nd-edition-excerpt-on-scalability-4877.md>)

Original publisher: [Read original article](<https://www.scylladb.com/2026/08/04/ddia-2nd-edition-excerpt-on-scalability/>)

Author: ScyllaDB Team

Published: 2026-08-04T12:59:50Z

Content type: article

Language: en

Sources: [ScyllaDB](<https://devfeed.tech/sources/scylladb.md>)

Topics: [Scalability](<https://devfeed.tech/topics/scalability.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [App](<https://devfeed.tech/topics/app.md>), [data](<https://devfeed.tech/topics/data.md>), [Database](<https://devfeed.tech/topics/database.md>)

Tags: [applications](<https://devfeed.tech/tags/applications.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [community](<https://devfeed.tech/tags/community.md>), [data](<https://devfeed.tech/tags/data.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [scale](<https://devfeed.tech/tags/scale.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

An excerpt from the second edition of Designing Data-Intensive Applications explains scalability as a system's ability to cope with increased load. It discusses growth in users and data, trade-offs for early-stage products, architectural limits, resource expansion, and performance bottlenecks.

### Source excerpt

Martin Kleppmann and Chris Riccomini's scalability considerations for designing data-intensive applications -- from the second edition of the Designing Data-Intensive Applications book

## Install Terraform: Secure & Scalable IaC Setup Guide

DevFeed: [Install Terraform: Secure & Scalable IaC Setup Guide](<https://devfeed.tech/articles/install-terraform-secure-scalable-iac-setup-guide-13431.md>)

Original publisher: [Read original article](<https://www.harness.io/blog/install-terraform-secure-scalable-iac-setup-guide>)

Author: Mrinalini Sugosh

Published: 2026-07-24T00:00:00Z

Content type: tutorial

Language: en

Sources: [Harness Blog](<https://devfeed.tech/sources/harness-blog.md>)

Topics: [Terraform](<https://devfeed.tech/topics/terraform.md>), [Infrastructure as code](<https://devfeed.tech/topics/infrastructure-as-code.md>), [iac-security](<https://devfeed.tech/topics/iac-security.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [guide](<https://devfeed.tech/tags/guide.md>), [iac](<https://devfeed.tech/tags/iac.md>), [infrastructure-as-code](<https://devfeed.tech/tags/infrastructure-as-code.md>), [install](<https://devfeed.tech/tags/install.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [security](<https://devfeed.tech/tags/security.md>), [terraform](<https://devfeed.tech/tags/terraform.md>)

### AI overview

A guide to installing Terraform across platforms with security hardening and scalability in mind. It covers installation, configuration, state management, secret handling, version control, team workflows, and production-oriented infrastructure automation.

### Source excerpt

Learn to install Terraform with security and scalability built in. Master IaC automation setup from start to finish. See how Harness helps. | Blog

## Week Ending July 19, 2026

DevFeed: [Week Ending July 19, 2026](<https://devfeed.tech/articles/week-ending-july-19-2026-17663.md>)

Original publisher: [Read original article](<https://lwkd.info/2026/20260723>)

Published: 2026-07-23T22:00:00Z

Content type: news

Language: en

Sources: [Last Week in Kubernetes Development](<https://devfeed.tech/sources/last-week-in-kubernetes-development.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [releases](<https://devfeed.tech/topics/releases.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Streaming](<https://devfeed.tech/topics/streaming.md>), [x86](<https://devfeed.tech/topics/x86.md>)

Tags: [developer](<https://devfeed.tech/tags/developer.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [news](<https://devfeed.tech/tags/news.md>), [releases](<https://devfeed.tech/tags/releases.md>), [review](<https://devfeed.tech/tags/review.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [streaming](<https://devfeed.tech/tags/streaming.md>)

### AI overview

This developer news roundup covers Kubernetes community and release updates, including Feature Discovery v0.19.0, Kubernetes v1.37 entering code freeze, patch releases, EtcdRangeStream becoming enabled by default, and ClusterTrustBundles reaching general availability. It also reports a watch cache initialization improvement on 5,000-node clusters and upcoming maintainer and steering committee activities.

### Source excerpt

Developer News

## Alpha features in Kubernetes 1.36

DevFeed: [Alpha features in Kubernetes 1.36](<https://devfeed.tech/articles/alpha-features-in-kubernetes-1-36-12128.md>)

Original publisher: [Read original article](<https://platformengineering.org/blog/alpha-features-in-kubernetes-1-36>)

Author: Nigel Douglas

Published: 2026-07-23T05:40:01Z

Content type: article

Language: en

Sources: [Platform Engineering Blog](<https://devfeed.tech/sources/platform-engineering-blog.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [AI Platform](<https://devfeed.tech/topics/ai-platform.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Security](<https://devfeed.tech/topics/security.md>), [API](<https://devfeed.tech/topics/api.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [real-time](<https://devfeed.tech/topics/real-time.md>)

Tags: [ai-ml](<https://devfeed.tech/tags/ai-ml.md>), [api](<https://devfeed.tech/tags/api.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [security](<https://devfeed.tech/tags/security.md>)

### AI overview

An overview of selected Alpha-stage features planned for Kubernetes 1.36, focusing on five Dynamic Resource Allocation enhancements for AI/ML workloads. The article explains improved hardware discovery, real-time resource availability, list-typed device attributes, group-aware resource claims, and native resource requests.

### Source excerpt

Explore the top 10 new Alpha features in Kubernetes 1.36. Learn about 5 DRA advancements for AI/ML workloads, workload-aware scheduling, new security policies, and major scalability gains

## The hyperscale blueprint: Why cloud giants prioritize VMs for Kubernetes over bare metal

DevFeed: [The hyperscale blueprint: Why cloud giants prioritize VMs for Kubernetes over bare metal](<https://devfeed.tech/articles/the-hyperscale-blueprint-why-cloud-giants-prioritize-vms-for-kubernetes-over-bare-metal-12238.md>)

Original publisher: [Read original article](<https://platformengineering.org/blog/the-hyperscale-blueprint-why-cloud-giants-prioritize-vms-for-kubernetes-over-bare-metal>)

Author: Jack Wallen

Published: 2026-07-23T05:40:01Z

Content type: article

Language: en

Sources: [Platform Engineering Blog](<https://devfeed.tech/sources/platform-engineering-blog.md>)

Topics: [virtualization](<https://devfeed.tech/topics/virtualization.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Containers](<https://devfeed.tech/topics/containers.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Security](<https://devfeed.tech/topics/security.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Nitro System](<https://devfeed.tech/topics/nitro-system.md>), [Multi-tenancy](<https://devfeed.tech/topics/multi-tenancy.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [containers](<https://devfeed.tech/tags/containers.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [multi-tenancy](<https://devfeed.tech/tags/multi-tenancy.md>), [nitro-system](<https://devfeed.tech/tags/nitro-system.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [security](<https://devfeed.tech/tags/security.md>), [virtual-machines](<https://devfeed.tech/tags/virtual-machines.md>), [virtualization](<https://devfeed.tech/tags/virtualization.md>)

### AI overview

Cloud providers generally run Kubernetes and other containerized workloads on virtual machines rather than bare metal because virtualization offers security, isolation, flexibility, scalability, and near-bare-metal performance. AWS Nitro and Firecracker help reduce virtualization overhead, while bare metal remains reserved for specialized performance or hardware-access requirements.

### Source excerpt

Why do cloud giants use VMs for Kubernetes? Learn why AWS, Azure, and Google prioritize Virtual Machines for containerized workloads over bare metal, focusing on security and scalability.

## 5 most overlooked but critical considerations in container platform selection

DevFeed: [5 most overlooked but critical considerations in container platform selection](<https://devfeed.tech/articles/5-most-overlooked-but-critical-considerations-in-container-platform-selection-12121.md>)

Original publisher: [Read original article](<https://platformengineering.org/blog/5-most-overlooked-but-critical-considerations-in-container-platform-selection>)

Author: Pankaj Gupta

Published: 2026-07-23T05:40:01Z

Content type: article

Language: en

Sources: [Platform Engineering Blog](<https://devfeed.tech/sources/platform-engineering-blog.md>)

Topics: [Containers](<https://devfeed.tech/topics/containers.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Cloud Native Ecosystem](<https://devfeed.tech/topics/cloud-native-ecosystem.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [containers](<https://devfeed.tech/tags/containers.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [operations](<https://devfeed.tech/tags/operations.md>), [performance](<https://devfeed.tech/tags/performance.md>), [platforms](<https://devfeed.tech/tags/platforms.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [security](<https://devfeed.tech/tags/security.md>), [strategy](<https://devfeed.tech/tags/strategy.md>), [vks](<https://devfeed.tech/tags/vks.md>), [vmware](<https://devfeed.tech/tags/vmware.md>), [vmware-cloud-foundation](<https://devfeed.tech/tags/vmware-cloud-foundation.md>)

### AI overview

The article identifies five often-overlooked factors in container platform selection. It emphasizes rapid access to new CNCF-conformant Kubernetes versions, long standard support periods, the ability to run multiple Kubernetes versions on one host, and treating VMs and containers as first-class citizens. It presents VMware Cloud Foundation with vSphere Kubernetes Service as an example of a platform offering rapid Kubernetes access and a long support window.

### Source excerpt

Choosing a container platform that's built for the future requires careful consideration. Learn more about critical factors such as long support lifecycles, multi-version flexibility, and first-class treatment for both VMs and containers.

## How NIIT helped Kyndryl certify more than 100 platform engineers

DevFeed: [How NIIT helped Kyndryl certify more than 100 platform engineers](<https://devfeed.tech/articles/how-niit-helped-kyndryl-certify-more-than-100-platform-engineers-12161.md>)

Original publisher: [Read original article](<https://platformengineering.org/blog/how-niit-helped-kyndryl-certify-more-than-100-platform-engineers>)

Author: Karolina Semiuk

Published: 2026-07-23T05:40:01Z

Content type: article

Language: en

Sources: [Platform Engineering Blog](<https://devfeed.tech/sources/platform-engineering-blog.md>)

Topics: [Platform Engineering](<https://devfeed.tech/topics/platform-engineering.md>), [internal developer portal](<https://devfeed.tech/topics/internal-developer-portal.md>), [Developer experience](<https://devfeed.tech/topics/developer-experience.md>), [Scalability](<https://devfeed.tech/topics/scalability.md>), [DevOps](<https://devfeed.tech/topics/devops.md>)

Tags: [best-practices](<https://devfeed.tech/tags/best-practices.md>), [certifications](<https://devfeed.tech/tags/certifications.md>), [community](<https://devfeed.tech/tags/community.md>), [devops](<https://devfeed.tech/tags/devops.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [organizational](<https://devfeed.tech/tags/organizational.md>), [platform](<https://devfeed.tech/tags/platform.md>), [scalability](<https://devfeed.tech/tags/scalability.md>), [software-delivery](<https://devfeed.tech/tags/software-delivery.md>)

### AI overview

The article describes how NIIT helped Kyndryl certify more than 100 platform engineers. It argues that team-scale certification creates shared language, reduces communication problems, standardizes best practices, and strengthens platform engineering capabilities across a distributed enterprise workforce.

### Source excerpt

NIIT enabled Kyndryl to certify 100+ platform engineers, fostering shared language and organizational transformation through team-based certification programs

[Next page](<https://devfeed.tech/tags/scalability.md?cursor=WyIyMDI2LTA3LTIzVDA1OjQwOjAxKzAwOjAwIiwgIjUwZWIyNGQzLWFkOGUtNGQ1ZS1hM2JmLWQyZGE5Zjg5ZGI2ZCJd>)