# scale

Published articles for scale.

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

## OpenTelemetry everywhere: Migrating a metrics platform at scale

DevFeed: [OpenTelemetry everywhere: Migrating a metrics platform at scale](<https://devfeed.tech/articles/opentelemetry-everywhere-migrating-a-metrics-platform-at-scale-41279.md>)

Original publisher: [Read original article](<https://www.cncf.io/blog/2026/09/17/opentelemetry-everywhere-migrating-a-metrics-platform-at-scale/>)

Author: Iris Grace Endozo, Farzad Vazirnia and Albert Kerr, Atlassian

Published: 2026-09-17T11:00:00Z

Content type: article

Language: en

Sources: [Cloud Native Computing Foundation](<https://devfeed.tech/sources/cloud-native-computing-foundation.md>)

Topics: [OpenTelemetry](<https://devfeed.tech/topics/opentelemetry.md>), [migration](<https://devfeed.tech/topics/migration.md>), [observability](<https://devfeed.tech/topics/observability.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [atlassian](<https://devfeed.tech/topics/atlassian.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [atlassian](<https://devfeed.tech/tags/atlassian.md>), [blog](<https://devfeed.tech/tags/blog.md>), [collector](<https://devfeed.tech/tags/collector.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [migration](<https://devfeed.tech/tags/migration.md>), [observability](<https://devfeed.tech/tags/observability.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [pipeline](<https://devfeed.tech/tags/pipeline.md>), [scale](<https://devfeed.tech/tags/scale.md>), [sidecar](<https://devfeed.tech/tags/sidecar.md>)

### AI overview

Atlassian describes replacing a large-scale gostatsd metrics pipeline with OpenTelemetry while preserving the existing StatsD interface for service teams. The migration uses purpose-built OpenTelemetry Collector distributions across collection, ingest, aggregation, and forwarding stages, with support for both StatsD and OTLP during the transition.

### Source excerpt

Why we did this at all For most of the last decade our metrics pipeline ran on gostatsd, the open-source StatsD implementation we maintain. It primarily did two jobs: as sidecar on every host and the...

## How Engineering Principles Can Help You Scale

DevFeed: [How Engineering Principles Can Help You Scale](<https://devfeed.tech/articles/how-engineering-principles-can-help-you-scale-27372.md>)

Original publisher: [Read original article](<http://engineering.khanacademy.org/posts/eng-principles-help-scale.htm>)

Author: Khan Academy

Published: 2019-08-21T22:00:00Z

Content type: opinion

Language: en

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

Topics: [Development](<https://devfeed.tech/topics/development.md>), [Code](<https://devfeed.tech/topics/code.md>), [Processes](<https://devfeed.tech/topics/processes.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [communication](<https://devfeed.tech/tags/communication.md>), [decision-making](<https://devfeed.tech/tags/decision-making.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [growth](<https://devfeed.tech/tags/growth.md>), [news](<https://devfeed.tech/tags/news.md>), [process](<https://devfeed.tech/tags/process.md>), [professional-development](<https://devfeed.tech/tags/professional-development.md>), [scale](<https://devfeed.tech/tags/scale.md>), [velocity](<https://devfeed.tech/tags/velocity.md>)

### AI overview

Marta Kosarchyn describes how Khan Academy's growing engineering team outgrew its initial principles. The article argues that evolving engineering principles can support scaling while preserving culture and engagement, and explains how the original approach eventually contributed to slower delivery, code clutter, and implicit architectural decisions.

### Source excerpt

By Marta Kosarchyn Our engineering team has grown a lot over the past couple of years, and we're ... Read more

## Inside LuBot's database-per-tenant architecture

DevFeed: [Inside LuBot's database-per-tenant architecture](<https://devfeed.tech/articles/inside-lubot-s-database-per-tenant-architecture-20995.md>)

Original publisher: [Read original article](<https://neon.com/blog/inside-lubots-database-per-tenant-architecture>)

Author: Carlota Soto

Published: 2026-09-14T12:00:00Z

Content type: article

Language: en

Sources: [Blog -- Neon Docs](<https://devfeed.tech/sources/blog-neon-docs.md>)

Topics: [Database](<https://devfeed.tech/topics/database.md>), [Software as a service](<https://devfeed.tech/topics/saas.md>), [Supabase](<https://devfeed.tech/topics/supabase.md>), [Provisioning](<https://devfeed.tech/topics/provisioning.md>), [stripe](<https://devfeed.tech/topics/stripe.md>), [API](<https://devfeed.tech/topics/api.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [billing](<https://devfeed.tech/tags/billing.md>), [case-studies](<https://devfeed.tech/tags/case-studies.md>), [checkout](<https://devfeed.tech/tags/checkout.md>), [database](<https://devfeed.tech/tags/database.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [product](<https://devfeed.tech/tags/product.md>), [provisioning](<https://devfeed.tech/tags/provisioning.md>), [saas](<https://devfeed.tech/tags/saas.md>), [scale](<https://devfeed.tech/tags/scale.md>), [stripe](<https://devfeed.tech/tags/stripe.md>)

### AI overview

This article explains LuBot's database-per-tenant architecture. LuBot uses Supabase for shared administrative data such as organizations, users, and billing state, while each paying customer receives an isolated Postgres database. Stripe checkout triggers a webhook that provisions a Neon branch through the Neon API, with deterministic naming to prevent duplicate tenants. Neon branches provide independent compute and can scale idle tenants to zero.

### Source excerpt

It took six days to go from zero to isolated Postgres per tenant, provisioned the moment someone pays. A traditional Postgres setup would have been a full quarter of work.

## How We Built Automated Capacity Testing for Kafka Consumers

DevFeed: [How We Built Automated Capacity Testing for Kafka Consumers](<https://devfeed.tech/articles/how-we-built-automated-capacity-testing-for-kafka-consumers-23723.md>)

Original publisher: [Read original article](<https://medium.com/booking-com-development/how-we-built-automated-capacity-testing-for-kafka-consumers-1853623bce78?source=rss----1c36c35f9c76---4>)

Author: Kaan Karakaya

Published: 2026-09-14T09:46:34Z

Content type: tutorial

Language: en

Sources: [Booking.com Development - Medium](<https://devfeed.tech/sources/booking-com-development-medium.md>)

Topics: [Kafka](<https://devfeed.tech/topics/kafka.md>), [Testing](<https://devfeed.tech/topics/testing.md>), [HTTP](<https://devfeed.tech/topics/http.md>)

Tags: [automated](<https://devfeed.tech/tags/automated.md>), [capacity](<https://devfeed.tech/tags/capacity.md>), [health-checks](<https://devfeed.tech/tags/health-checks.md>), [kafka](<https://devfeed.tech/tags/kafka.md>), [load](<https://devfeed.tech/tags/load.md>), [load-balancer](<https://devfeed.tech/tags/load-balancer.md>), [parallelism](<https://devfeed.tech/tags/parallelism.md>), [partition](<https://devfeed.tech/tags/partition.md>), [recovery](<https://devfeed.tech/tags/recovery.md>), [scale](<https://devfeed.tech/tags/scale.md>), [site-reliability-engineer](<https://devfeed.tech/tags/site-reliability-engineer.md>), [sre](<https://devfeed.tech/tags/sre.md>), [testing](<https://devfeed.tech/tags/testing.md>)

### AI overview

This article describes Booking.com's extension of an existing capacity-testing platform for Kafka consumers. It explains how changing partition assignment can provide a controlled, measurable way to test consumer throughput and whether remaining consumers can absorb reassigned work after an instance or failure domain disappears.

### Source excerpt

Photo by GuerrillaBuzz on Unsplash Kafka makes it easy to distribute work across consumer instances. It is much harder to prove, safely and repeatedly, how those instances behave when the distribution changes and one of them has to carry more than its usual share. For teams that run Kafka at scale, this is a practical reliability question: how much load can a consumer instance actually handle? We had automated capacity testing for HTTP services, but Kafka consumers were still tested with manual drills. Those drills could tell us something, but they were disruptive, difficult to reproduce, and risky precisely when the system was close to its limit. We wanted a controlled way to answer three questions: What is the maximum sustainable throughput of a consumer instance? If an instance or failure domain disappears, can the remaining consumers absorb the reassigned work? Are we overprovisioning resources because we do not know the real limit? The result was an extension to our capacity-testing platform that turns Kafka partition assignment into a safe, measurable load-control mechanism. Why HTTP capacity testing did not translate Our existing platform was designed for request-response services behind a load balancer. A scheduled test selects one instance, routes an increasing share of traffic to it, runs health checks after each step, and records the highest ratio the instance can sustain. After the test, traffic returns to its normal distribution and the result is reported to the service owner. Kafka has no equivalent traffic knob. Consumers pull records, and the unit of parallelism is the partition. Within a consumer group, each partition is owned by one consumer at a time. If a topic has 12 partitions and four equally loaded instances, each instance owns about three. When one instance disappears, a rebalance gives the survivors more partitions -- and the extra work arrives as a step change, not as a smooth increase from a load balancer. The key translation: for an HTTP

## Athena spotlight: Black Duck on the importance of flagging zero-days at scale

DevFeed: [Athena spotlight: Black Duck on the importance of flagging zero-days at scale](<https://devfeed.tech/articles/athena-spotlight-black-duck-on-the-importance-of-flagging-zero-days-at-scale-17451.md>)

Original publisher: [Read original article](<https://www.chainguard.dev/unchained/athena-spotlight-black-duck-on-the-importance-of-flagging-zero-days-at-scale>)

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

Content type: article

Language: en

Sources: [Chainguard: Unchained](<https://devfeed.tech/sources/chainguard-unchained.md>)

Topics: [Vulnerabilities](<https://devfeed.tech/topics/vulnerabilities.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Frontier AI](<https://devfeed.tech/topics/frontier-ai.md>), [Frontier Model](<https://devfeed.tech/topics/frontier-model.md>), [Security](<https://devfeed.tech/topics/security.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [anthropic](<https://devfeed.tech/tags/anthropic.md>), [athena](<https://devfeed.tech/tags/athena.md>), [attacks](<https://devfeed.tech/tags/attacks.md>), [chainguard](<https://devfeed.tech/tags/chainguard.md>), [code](<https://devfeed.tech/tags/code.md>), [container-images](<https://devfeed.tech/tags/container-images.md>), [frontier-ai](<https://devfeed.tech/tags/frontier-ai.md>), [frontier-ai-models](<https://devfeed.tech/tags/frontier-ai-models.md>), [frontier-model](<https://devfeed.tech/tags/frontier-model.md>), [management](<https://devfeed.tech/tags/management.md>), [mythos](<https://devfeed.tech/tags/mythos.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [osv](<https://devfeed.tech/tags/osv.md>), [project-glasswing](<https://devfeed.tech/tags/project-glasswing.md>), [scale](<https://devfeed.tech/tags/scale.md>), [security](<https://devfeed.tech/tags/security.md>), [source](<https://devfeed.tech/tags/source.md>), [vulnerabilities](<https://devfeed.tech/tags/vulnerabilities.md>)

### AI overview

The article explains how Black Duck and the Athena coalition address the growing volume of AI-discovered open source zero-day vulnerabilities. Athena members use frontier models to scan sandboxed applications, while Chainguard triages, validates, and remediates findings and shares artifacts and OSV data. Black Duck uses that feed to alert customers and provide mitigation and remediation guidance.

### Source excerpt

AI can find zero-days faster than teams can fix them. See how Black Duck and Athena work together to turn findings into actionable protection.

## How to scale Alloy as a central telemetry gateway: capacity planning, load testing, and production lessons

DevFeed: [How to scale Alloy as a central telemetry gateway: capacity planning, load testing, and production lessons](<https://devfeed.tech/articles/how-to-scale-alloy-as-a-central-telemetry-gateway-capacity-planning-load-testing-and-production-lessons-8590.md>)

Original publisher: [Read original article](<https://grafana.com/blog/how-to-scale-alloy-as-a-central-telemetry-gateway-capacity-planning-load-testing-and-production-lessons/>)

Author: Fatjon Nebiu

Published: 2026-09-12T11:22:06.456390Z

Content type: tutorial

Language: en

Sources: [Grafana Labs blog on Grafana Labs](<https://devfeed.tech/sources/grafana-labs-blog-on-grafana-labs.md>)

Topics: [Grafana](<https://devfeed.tech/topics/grafana.md>)

Tags: [analytics](<https://devfeed.tech/tags/analytics.md>), [auth](<https://devfeed.tech/tags/auth.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cost](<https://devfeed.tech/tags/cost.md>), [data](<https://devfeed.tech/tags/data.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [grafana](<https://devfeed.tech/tags/grafana.md>), [grafana-alloy](<https://devfeed.tech/tags/grafana-alloy.md>), [grafana-cloud](<https://devfeed.tech/tags/grafana-cloud.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [logs](<https://devfeed.tech/tags/logs.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [observability](<https://devfeed.tech/tags/observability.md>), [opentelemetry](<https://devfeed.tech/tags/opentelemetry.md>), [platform](<https://devfeed.tech/tags/platform.md>), [production](<https://devfeed.tech/tags/production.md>), [prometheus](<https://devfeed.tech/tags/prometheus.md>), [scale](<https://devfeed.tech/tags/scale.md>), [telemetry](<https://devfeed.tech/tags/telemetry.md>), [testing](<https://devfeed.tech/tags/testing.md>), [traces](<https://devfeed.tech/tags/traces.md>)

### AI overview

A practical guide to scaling Grafana Alloy as a centralized telemetry gateway. It covers capacity planning, load testing, and production considerations for collecting metrics, logs, and traces and forwarding them to Grafana Cloud.

### Source excerpt

Running Alloy as a single-instance sidecar is simple. Running it as a centralized gateway that absorbs the full telemetry stream of an enterprise platform--tens of millions of active series, terabytes of logs per day, and tens of thousands of trace spans per second--is a different challenge altogether. To get it right, you need deliberate capacity planning, honest load testing, and a monitoring setup that doesn't rely on the very thing you're testing. As part of the Professional Services team here at Grafana Labs, we've seen this firsthand working with customers. In this post, we'll walk you through the best practices we follow to help them find success, and we'll do so using real, anonymized data from a recent engagement. We'll cover how we sized and load tested a production Alloy central collector deployment on Kubernetes, what the numbers looked like under real stress, and how the cluster behaves today handling the full production telemetry workload for a large enterprise platform. By the end, you should have a better sense for how you can create your own central gateway for collecting telemetry in Grafana Cloud. Why a central gateway? Before diving into numbers, it's worth explaining the pattern. In a central gateway setup, all telemetry from application teams--metrics, logs, and traces--flows to a shared Alloy fleet via OTLP or native Prometheus/Loki write protocols. Alloy buffers, processes, batches, and forwards everything to Grafana Cloud. This gives you several things that per-team sidecar deployments struggle to provide: A single control plane: Auth, rate limiting, and routing in one place so application teams don't need to manage Grafana Cloud credentials Centralized buffering: Ensure a transient Grafana Cloud slowdown doesn't immediately cause data loss at the source Cost visibility: Configure the gateway to only accept telemetry data containing the label or attribute that is mandatory for cost-attribution Protocol normalization: Send OTLP, Prometheus Remote

## How to use Google microbenchmarks for evaluating TPU performance

DevFeed: [How to use Google microbenchmarks for evaluating TPU performance](<https://devfeed.tech/articles/how-to-use-google-microbenchmarks-for-evaluating-tpu-performance-4213.md>)

Original publisher: [Read original article](<https://developers.googleblog.com/how-to-use-google-microbenchmarks-for-evaluating-tpu-performance/>)

Author: Junjie Qian; Chi Shuen Lee; Yu-Hsuan (Amy) Lin; Haixiong (Sean) Wang

Published: 2026-09-12T11:04:33.891311Z

Content type: tutorial

Language: en

Sources: [Google Developers Blog](<https://devfeed.tech/sources/google-developers-blog.md>)

Topics: [Google AI](<https://devfeed.tech/topics/google-ai.md>), [Inference Performance](<https://devfeed.tech/topics/inference-performance.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [compute](<https://devfeed.tech/tags/compute.md>), [developers](<https://devfeed.tech/tags/developers.md>), [google](<https://devfeed.tech/tags/google.md>), [guides](<https://devfeed.tech/tags/guides.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [memory](<https://devfeed.tech/tags/memory.md>), [mesh](<https://devfeed.tech/tags/mesh.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [model](<https://devfeed.tech/tags/model.md>), [open](<https://devfeed.tech/tags/open.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [performance](<https://devfeed.tech/tags/performance.md>), [scale](<https://devfeed.tech/tags/scale.md>), [software](<https://devfeed.tech/tags/software.md>), [tpu](<https://devfeed.tech/tags/tpu.md>)

### AI overview

A tutorial on using Google's TPU microbenchmark suite to measure network, compute, memory, host-transfer, and attention performance. The results can establish a Roofline baseline and guide workload-specific optimization.

### Source excerpt

Google's open-source TPU microbenchmark suite provides developers with granular performance metrics across Network, Compute, HBM, Host Transfer, and Attention components to validate real-world hardware capabilities. By leveraging these benchmarks to establish a Roofline model, engineers can accurately diagnose whether their machine learning workloads are compute-, memory-, or network-bound. This empirical baseline directly guides targeted software optimizations--such as kernel tuning, mesh sharding, and rematerialization--to maximize hardware utilization for large-scale model deployments.

## How AWS Lambda logs every flow across thousands of microVMs per host with eBPF and Rust

DevFeed: [How AWS Lambda logs every flow across thousands of microVMs per host with eBPF and Rust](<https://devfeed.tech/articles/how-aws-lambda-logs-every-flow-across-thousands-of-microvms-per-host-with-ebpf-and-rust-8470.md>)

Original publisher: [Read original article](<https://thenewstack.io/aws-lambda-ebpf-rust/>)

Author: Prashant Kumar Singh

Published: 2026-09-11T12:00:00Z

Content type: article

Language: en

Sources: [The New Stack](<https://devfeed.tech/sources/the-new-stack.md>)

Topics: [AWS Lambda](<https://devfeed.tech/topics/aws-lambda.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [SIEM, Security, Observability](<https://devfeed.tech/topics/siem-security-observability.md>), [telemetry](<https://devfeed.tech/topics/telemetry.md>), [Amazon EC2](<https://devfeed.tech/topics/amazon-ec2.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [VPC](<https://devfeed.tech/topics/vpc.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [aws](<https://devfeed.tech/tags/aws.md>), [aws-lambda](<https://devfeed.tech/tags/aws-lambda.md>), [aws-marketplace](<https://devfeed.tech/tags/aws-marketplace.md>), [compliance](<https://devfeed.tech/tags/compliance.md>), [ebpf](<https://devfeed.tech/tags/ebpf.md>), [firecracker](<https://devfeed.tech/tags/firecracker.md>), [incident](<https://devfeed.tech/tags/incident.md>), [incident-response](<https://devfeed.tech/tags/incident-response.md>), [logs](<https://devfeed.tech/tags/logs.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [observability](<https://devfeed.tech/tags/observability.md>), [post-contributed](<https://devfeed.tech/tags/post-contributed.md>), [rust](<https://devfeed.tech/tags/rust.md>), [s3](<https://devfeed.tech/tags/s3.md>), [scale](<https://devfeed.tech/tags/scale.md>), [security](<https://devfeed.tech/tags/security.md>), [server](<https://devfeed.tech/tags/server.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [sponsor-aws-marketplace](<https://devfeed.tech/tags/sponsor-aws-marketplace.md>), [sponsored-post-contributed](<https://devfeed.tech/tags/sponsored-post-contributed.md>), [vpc](<https://devfeed.tech/tags/vpc.md>)

### AI overview

AWS Lambda describes replacing an aging network-capture system with an eBPF and Rust pipeline that records network flows across short-lived, tenant-isolated microVMs. The system prioritizes complete, correctly attributed records with minimal overhead for security investigation, metering, audit, observability, and monitoring.

### Source excerpt

On any compute platform, when a security alert fires, the question is always the same. Which workload talked to that The post How AWS Lambda logs every flow across thousands of microVMs per host with eBPF and Rust appeared first on The New Stack.

## Rapidly scaling online storage to serve over 1 billion ChatGPT users

DevFeed: [Rapidly scaling online storage to serve over 1 billion ChatGPT users](<https://devfeed.tech/articles/rapidly-scaling-online-storage-to-serve-over-1-billion-chatgpt-users-6642.md>)

Original publisher: [Read original article](<https://openai.com/index/scaling-storage-one-billion-users-part-one>)

Published: 2026-09-11T10:00:00Z

Content type: article

Language: en

Sources: [OpenAI News](<https://devfeed.tech/sources/openai-news.md>)

Topics: [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Database](<https://devfeed.tech/topics/database.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [data](<https://devfeed.tech/tags/data.md>), [database](<https://devfeed.tech/tags/database.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [global](<https://devfeed.tech/tags/global.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [openai](<https://devfeed.tech/tags/openai.md>), [platform](<https://devfeed.tech/tags/platform.md>), [python](<https://devfeed.tech/tags/python.md>), [scale](<https://devfeed.tech/tags/scale.md>), [storage](<https://devfeed.tech/tags/storage.md>)

### AI overview

OpenAI describes scaling Habitat from a Python client-side library into a distributed online storage platform for global product traffic. The article focuses on reliability, performance, and capacity decisions made during rapid growth.

### Source excerpt

Learn how OpenAI evolved Habitat from a Python library into a globally distributed storage platform serving 1 billion ChatGPT users and 22M requests per second.

## Scality Maestro 1.1 Manages ARTESCA Fleets From One Console With No VPN Into Customer Sites

DevFeed: [Scality Maestro 1.1 Manages ARTESCA Fleets From One Console With No VPN Into Customer Sites](<https://devfeed.tech/articles/scality-maestro-1-1-manages-artesca-fleets-from-one-console-with-no-vpn-into-customer-sites-12377.md>)

Original publisher: [Read original article](<https://www.storagereview.com/news/scality-maestro-1-1-manages-artesca-fleets-from-one-console-with-no-vpn-into-customer-sites>)

Author: Harold Fritts

Published: 2026-09-10T20:17:01Z

Content type: news

Language: en

Sources: [StorageReview.com](<https://devfeed.tech/sources/storagereview-com.md>)

Topics: [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>), [Tooling](<https://devfeed.tech/topics/tooling.md>), [Deployment](<https://devfeed.tech/topics/deployment.md>), [Server](<https://devfeed.tech/topics/server.md>), [Firewall](<https://devfeed.tech/topics/firewall.md>), [Network](<https://devfeed.tech/topics/network.md>), [Disk image](<https://devfeed.tech/topics/disk-image.md>)

Tags: [data-protection](<https://devfeed.tech/tags/data-protection.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [firewall](<https://devfeed.tech/tags/firewall.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [network](<https://devfeed.tech/tags/network.md>), [platform](<https://devfeed.tech/tags/platform.md>), [production](<https://devfeed.tech/tags/production.md>), [scale](<https://devfeed.tech/tags/scale.md>), [server](<https://devfeed.tech/tags/server.md>), [software](<https://devfeed.tech/tags/software.md>), [tooling](<https://devfeed.tech/tags/tooling.md>), [updates](<https://devfeed.tech/tags/updates.md>), [upgrade](<https://devfeed.tech/tags/upgrade.md>)

### AI overview

Scality has generally released Maestro 1.1, a fleet management platform for service providers operating many Scality ARTESCA object storage deployments. It provides centralized monitoring, software and server firmware updates, capacity tracking, and automated pay-as-you-go billing without requiring VPN tunnels or customer-side network reconfiguration. Each deployment connects outbound to Maestro, which does not connect back into customer networks.

### Source excerpt

Scality has made Maestro 1.1 generally available, a fleet management platform for service providers running large numbers of Scality ARTESCA object storage deployments on behalf of their customers. The target is the backup-as-a-service business that starts as a handful of ARTESCA clusters and grows to tens or hundreds, each sitting inside a different customer's network The post Scality Maestro 1.1 Manages ARTESCA Fleets From One Console With No VPN Into Customer Sites appeared first on StorageReview.com.

## Kubernetes v1.37: Scheduler Preemption for In-Place Pod Resize (Alpha)

DevFeed: [Kubernetes v1.37: Scheduler Preemption for In-Place Pod Resize (Alpha)](<https://devfeed.tech/articles/kubernetes-v1-37-scheduler-preemption-for-in-place-pod-resize-alpha-4582.md>)

Original publisher: [Read original article](<https://kubernetes.io/blog/2026/09/10/kubernetes-v1-37-scheduler-preemption-for-in-place-pod-resize-alpha/>)

Author: Natasha Sarkar

Published: 2026-09-10T18:30:00Z

Content type: article

Language: en

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

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Containers](<https://devfeed.tech/topics/containers.md>)

Tags: [containers](<https://devfeed.tech/tags/containers.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [feature](<https://devfeed.tech/tags/feature.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [memory](<https://devfeed.tech/tags/memory.md>), [node](<https://devfeed.tech/tags/node.md>), [resource](<https://devfeed.tech/tags/resource.md>), [scale](<https://devfeed.tech/tags/scale.md>)

### AI overview

Kubernetes v1.37 adds an alpha scheduler-preemption feature for in-place Pod resizes. It can preempt lower-priority workloads to make capacity available for valid, higher-priority resize requests that are deferred on full nodes.

### Source excerpt

In Kubernetes, resource allocation has historically been a static decision made during a Pod's initial scheduling and placement. With the graduation of the core in-Place Pod resize feature to General Availability in v1.35, application developers and cluster operators gained the powerful ability to dynamically adjust CPU and memory allocations of running containers without incurring disruptive restarts or application downtime. However, in-place resizing introduced a unique resource scheduling gap: if a running Pod requested a resource scale-up that exceeded the host node's allocatable headroom, the Kubelet was forced to mark the request as Deferred. The Pod would remain parked in this state indefinitely, waiting for resources on the node to naturally free up. To bridge this scheduling gap, Kubernetes v1.37 introduces scheduler preemption for in-place Pod resize (Alpha), behind the InPlacePodVerticalScalingSchedulerPreemption feature gate. This feature allows the Kubernetes scheduler to actively free up capacity on a fully-utilized node by preempting lower-priority workloads, enabling the pending in-place resizes of critical, higher-priority applications to succeed. The "deferred" resize challenge To understand why this preemption mechanism is needed, it is helpful to look at how Kubernetes handles running Pod resizing. When a user or controller (such as the Vertical Pod Autoscaler) updates the resource requests of an active container, the Kubelet evaluates whether the underlying node has enough spare allocatable capacity to fulfill the increase. If the node's resources are fully utilized and cannot satisfy the new limits, the Kubelet sets the container's resizeStatus (reported in the Pod's status.containerStatuses[]) to Deferred. Unlike an Infeasible resize request (which is immediately rejected because it exceeds physical machine boundaries, namespace limit ranges, or admission quotas) a Deferred status indicates that the request is valid but is temporarily unable t

## Redefining Digital Resilience in the AI Era

DevFeed: [Redefining Digital Resilience in the AI Era](<https://devfeed.tech/articles/redefining-digital-resilience-in-the-ai-era-10937.md>)

Original publisher: [Read original article](<https://blogs.cisco.com/news/redefining-digital-resilience-in-the-ai-era>)

Author: Kamal Hathi

Published: 2026-09-10T17:00:15Z

Content type: news

Language: en

Sources: [Cisco Blogs](<https://devfeed.tech/sources/cisco-blogs.md>)

Topics: [Resilience](<https://devfeed.tech/topics/resilience.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [data](<https://devfeed.tech/topics/data.md>), [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Security](<https://devfeed.tech/topics/security.md>), [SOC](<https://devfeed.tech/topics/soc.md>), [monitor](<https://devfeed.tech/topics/monitor.md>)

Tags: [agentic-ai-security](<https://devfeed.tech/tags/agentic-ai-security.md>), [agentic-ops](<https://devfeed.tech/tags/agentic-ops.md>), [agentic-security](<https://devfeed.tech/tags/agentic-security.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [autonomous](<https://devfeed.tech/tags/autonomous.md>), [cost](<https://devfeed.tech/tags/cost.md>), [digital-resilience](<https://devfeed.tech/tags/digital-resilience.md>), [executive-platform](<https://devfeed.tech/tags/executive-platform.md>), [governance](<https://devfeed.tech/tags/governance.md>), [monitor](<https://devfeed.tech/tags/monitor.md>), [observability](<https://devfeed.tech/tags/observability.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [scale](<https://devfeed.tech/tags/scale.md>), [security](<https://devfeed.tech/tags/security.md>), [soc](<https://devfeed.tech/tags/soc.md>), [speed](<https://devfeed.tech/tags/speed.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

Splunk is evolving its data platform for the AI era, focusing on digital resilience, trusted autonomous agents, machine-speed security operations, and economically governed AI workflows.

### Source excerpt

Splunk is evolving for the AI era - removing constraints to help customers achieve digital resilience and leverage AI with speed, scale and trust.

## High-Throughput Structure Prediction with BioNeMo Inference Runtime

DevFeed: [High-Throughput Structure Prediction with BioNeMo Inference Runtime](<https://devfeed.tech/articles/high-throughput-structure-prediction-with-bionemo-inference-runtime-6836.md>)

Original publisher: [Read original article](<https://developer.nvidia.com/blog/high-throughput-structure-prediction-with-bionemo-inference-runtime/>)

Author: Elizabeth Goodman

Published: 2026-09-10T15:00:00Z

Content type: tutorial

Language: en

Sources: [NVIDIA Developer](<https://devfeed.tech/sources/nvidia-developer.md>), [NVIDIA Technical Blog](<https://devfeed.tech/sources/nvidia-technical-blog.md>)

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

Tags: [bionemo](<https://devfeed.tech/tags/bionemo.md>), [cuda](<https://devfeed.tech/tags/cuda.md>), [cuda-graphs](<https://devfeed.tech/tags/cuda-graphs.md>), [data-center-cloud](<https://devfeed.tech/tags/data-center-cloud.md>), [data-science](<https://devfeed.tech/tags/data-science.md>), [drug-discovery](<https://devfeed.tech/tags/drug-discovery.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [healthcare-life-sciences](<https://devfeed.tech/tags/healthcare-life-sciences.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [hpc-scientific-computing](<https://devfeed.tech/tags/hpc-scientific-computing.md>), [inference](<https://devfeed.tech/tags/inference.md>), [integration](<https://devfeed.tech/tags/integration.md>), [kernels](<https://devfeed.tech/tags/kernels.md>), [model](<https://devfeed.tech/tags/model.md>), [models](<https://devfeed.tech/tags/models.md>), [node](<https://devfeed.tech/tags/node.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [python](<https://devfeed.tech/tags/python.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [resource](<https://devfeed.tech/tags/resource.md>), [scale](<https://devfeed.tech/tags/scale.md>), [simulation-modeling-design](<https://devfeed.tech/tags/simulation-modeling-design.md>), [tokenization](<https://devfeed.tech/tags/tokenization.md>), [torch](<https://devfeed.tech/tags/torch.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

A tutorial on using NVIDIA BioNeMo Inference Runtime to accelerate biomolecular structure-prediction models on GPUs. It covers the end-to-end Boltz2 workflow, PyTorch integration, input requirements, and Ray-based single-node throughput scaling.

### Source excerpt

Biomolecular structure prediction is now often run at proteome scale, where the goal is to move an entire worklist through the pipeline efficiently. NVIDIA...

## Announcing On-Demand Compute: Instant compute for your most intensive workloads

DevFeed: [Announcing On-Demand Compute: Instant compute for your most intensive workloads](<https://devfeed.tech/articles/announcing-on-demand-compute-instant-compute-for-your-most-intensive-workloads-5457.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/on-demand-compute>)

Author: Melvyn Peignon

Published: 2026-09-10T14:22:58Z

Content type: release

Language: en

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

Topics: [clickhouse](<https://devfeed.tech/topics/clickhouse.md>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>)

Tags: [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [compute](<https://devfeed.tech/tags/compute.md>), [cost](<https://devfeed.tech/tags/cost.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [production](<https://devfeed.tech/tags/production.md>), [scale](<https://devfeed.tech/tags/scale.md>), [workers](<https://devfeed.tech/tags/workers.md>)

### AI overview

ClickHouse announces a private preview of On-Demand Compute, which allocates shared workers to eligible individual queries so intensive workloads can run without competing with a service's primary compute.

### Source excerpt

ClickHouse On-Demand Compute lets you scale individual queries with additional workers, run intensive workloads without disrupting production, and use compute when you need it.

## Introducing Neki

DevFeed: [Introducing Neki](<https://devfeed.tech/articles/introducing-neki-2326.md>)

Original publisher: [Read original article](<https://planetscale.com/blog/introducing-neki>)

Author: Nick Van Wiggeren

Published: 2026-09-10T12:00:00Z

Content type: release

Language: en

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

Topics: [Database](<https://devfeed.tech/topics/database.md>), [MySQL](<https://devfeed.tech/topics/mysql.md>)

Tags: [database](<https://devfeed.tech/tags/database.md>), [mysql](<https://devfeed.tech/tags/mysql.md>), [neki](<https://devfeed.tech/tags/neki.md>), [platform](<https://devfeed.tech/tags/platform.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [product](<https://devfeed.tech/tags/product.md>), [routing](<https://devfeed.tech/tags/routing.md>), [scale](<https://devfeed.tech/tags/scale.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

PlanetScale announces Neki in platform preview, a sharded Postgres offering designed to scale a database across multiple machines while retaining Postgres compatibility.

### Source excerpt

Neki, sharded Postgres by PlanetScale, is now available in platform preview.

## The lifecycle of a sharded Postgres query

DevFeed: [The lifecycle of a sharded Postgres query](<https://devfeed.tech/articles/the-lifecycle-of-a-sharded-postgres-query-2338.md>)

Original publisher: [Read original article](<https://planetscale.com/blog/the-lifecycle-of-a-sharded-postgres-query>)

Author: PlanetScale

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

Content type: tutorial

Language: en

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

Topics: [Database](<https://devfeed.tech/topics/database.md>), [networking](<https://devfeed.tech/topics/networking.md>)

Tags: [architecture](<https://devfeed.tech/tags/architecture.md>), [auth](<https://devfeed.tech/tags/auth.md>), [database](<https://devfeed.tech/tags/database.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [neki](<https://devfeed.tech/tags/neki.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [routing](<https://devfeed.tech/tags/routing.md>), [scale](<https://devfeed.tech/tags/scale.md>), [server](<https://devfeed.tech/tags/server.md>), [sql](<https://devfeed.tech/tags/sql.md>)

### AI overview

An overview of how a SQL query moves through a sharded Postgres database, from authentication and routing to execution across shards.

### Source excerpt

Follow a SQL query through the router, across four Postgres shards, and back.

## Build with OpenAI Agents API on Vercel

DevFeed: [Build with OpenAI Agents API on Vercel](<https://devfeed.tech/articles/build-with-openai-agents-api-on-vercel-828.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/build-with-openai-agents-api-on-vercel>)

Author: Allen Zhou

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

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

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

Tags: [agent](<https://devfeed.tech/tags/agent.md>), [agents](<https://devfeed.tech/tags/agents.md>), [api](<https://devfeed.tech/tags/api.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [code](<https://devfeed.tech/tags/code.md>), [guide](<https://devfeed.tech/tags/guide.md>), [integration](<https://devfeed.tech/tags/integration.md>), [openai](<https://devfeed.tech/tags/openai.md>), [sandbox](<https://devfeed.tech/tags/sandbox.md>), [scale](<https://devfeed.tech/tags/scale.md>), [tool](<https://devfeed.tech/tags/tool.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Vercel now supports building and deploying long-running, tool-using agents with the OpenAI Agents API. OpenAI manages agent loops and session state, while Vercel provides hosted applications, Sandbox execution, persistent workspaces, webhook and queue integration, and scale-to-zero operation.

### Source excerpt

You can now build and deploy long-running, tool-using agents with the OpenAI Agents API on Vercel. OpenAI manages the agent loop and session state, while Vercel hosts the application and connects each session to Vercel Sandbox for code execution and file access. With this integration, you get: An OpenAI-managed agent loop and session state Reliable Sandbox creation and reconnection through signed OpenAI webhooks and Vercel Queues An isolated execution environment for every agent session A persistent workspace that retains files across follow-up instructions A scale-to-zero architecture without an always-on worker Follow the step-by-step guide to build and deploy an agent, or explore the sample application. Read more

## HPE Alletra Storage MP B10000 10.6.0 Arrives With Six-Node Scale-Out and Agentic Support Automation

DevFeed: [HPE Alletra Storage MP B10000 10.6.0 Arrives With Six-Node Scale-Out and Agentic Support Automation](<https://devfeed.tech/articles/hpe-alletra-storage-mp-b10000-10-6-0-arrives-with-six-node-scale-out-and-agentic-support-automation-12364.md>)

Original publisher: [Read original article](<https://www.storagereview.com/news/hpe-alletra-storage-mp-b10000-10-6-0-arrives-with-six-node-scale-out-and-agentic-support-automation>)

Author: Harold Fritts

Published: 2026-09-09T16:17:13Z

Content type: news

Language: en

Sources: [StorageReview.com](<https://devfeed.tech/sources/storagereview-com.md>)

Topics: [releases](<https://devfeed.tech/topics/releases.md>), [Software](<https://devfeed.tech/topics/software.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [ransomware](<https://devfeed.tech/topics/ransomware.md>), [real-time](<https://devfeed.tech/topics/real-time.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [agentic](<https://devfeed.tech/tags/agentic.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [automation](<https://devfeed.tech/tags/automation.md>), [data](<https://devfeed.tech/tags/data.md>), [energy](<https://devfeed.tech/tags/energy.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [enterprise-storage](<https://devfeed.tech/tags/enterprise-storage.md>), [hpe](<https://devfeed.tech/tags/hpe.md>), [performance](<https://devfeed.tech/tags/performance.md>), [products](<https://devfeed.tech/tags/products.md>), [ransomware](<https://devfeed.tech/tags/ransomware.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [release](<https://devfeed.tech/tags/release.md>), [scale](<https://devfeed.tech/tags/scale.md>), [software](<https://devfeed.tech/tags/software.md>), [storage](<https://devfeed.tech/tags/storage.md>), [update](<https://devfeed.tech/tags/update.md>)

### AI overview

HPE has generally released version 10.6.0, also called Release 6, for the Alletra Storage MP B10000. The update expands disaggregated block-and-file storage from four to six controller nodes, adds agent-based support automation and built-in real-time ransomware detection, and increases the StoreMore Guarantee to a 5:1 effective capacity ratio.

### Source excerpt

HPE has made the 10.6.0 software release for the Alletra Storage MP B10000 generally available, landing inside the Q3 2026 window the company set when it previewed the release in May. HPE is also calling it Release 6 in its channel materials. The update takes the B10000's disaggregated block-and-file architecture from four controller nodes to The post HPE Alletra Storage MP B10000 10.6.0 Arrives With Six-Node Scale-Out and Agentic Support Automation appeared first on StorageReview.com.

## Evaluation-First AI Agents: How Zepto Scales Customer Support on Databricks and MLflow

DevFeed: [Evaluation-First AI Agents: How Zepto Scales Customer Support on Databricks and MLflow](<https://devfeed.tech/articles/evaluation-first-ai-agents-how-zepto-scales-customer-support-on-databricks-and-mlflow-11538.md>)

Original publisher: [Read original article](<https://www.databricks.com/blog/evaluation-first-ai-agents-how-zepto-scales-customer-support-databricks-and-mlflow>)

Author: Gireesh Sreedhar KP; Deepak Dhankani; Eash Sharma

Published: 2026-09-09T03:00:00Z

Content type: article

Language: en

Sources: [Databricks](<https://devfeed.tech/sources/databricks.md>)

Topics: [AI Agent](<https://devfeed.tech/topics/ai-agent.md>), [databricks](<https://devfeed.tech/topics/databricks.md>), [AI Infrastructure](<https://devfeed.tech/topics/ai-infrastructure.md>), [real-time](<https://devfeed.tech/topics/real-time.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-engineering](<https://devfeed.tech/tags/ai-engineering.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [best-practices](<https://devfeed.tech/tags/best-practices.md>), [blog](<https://devfeed.tech/tags/blog.md>), [company](<https://devfeed.tech/tags/company.md>), [customer](<https://devfeed.tech/tags/customer.md>), [customers](<https://devfeed.tech/tags/customers.md>), [data-science-and-ml](<https://devfeed.tech/tags/data-science-and-ml.md>), [data-strategy](<https://devfeed.tech/tags/data-strategy.md>), [databricks](<https://devfeed.tech/tags/databricks.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [india](<https://devfeed.tech/tags/india.md>), [industries](<https://devfeed.tech/tags/industries.md>), [operations](<https://devfeed.tech/tags/operations.md>), [platform](<https://devfeed.tech/tags/platform.md>), [product](<https://devfeed.tech/tags/product.md>), [production](<https://devfeed.tech/tags/production.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [retail-consumer-goods](<https://devfeed.tech/tags/retail-consumer-goods.md>), [scale](<https://devfeed.tech/tags/scale.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

This Databricks and MLflow case study describes how Zepto uses an evaluation-first, multi-agent AI system to operate customer support at more than 100,000 tickets per day. It focuses on the system architecture, evaluation framework, quality gate, and development and production loops used to improve reliability as volume, product categories, languages, and failure modes expand.

### Source excerpt

Zepto's Push for Reliable, Real-Time Customer SupportZepto is one of India's fastest-growing...

## Built for Reliability: How American Express Processes Payments at Scale

DevFeed: [Built for Reliability: How American Express Processes Payments at Scale](<https://devfeed.tech/articles/built-for-reliability-how-american-express-processes-payments-at-scale-17984.md>)

Original publisher: [Read original article](<https://blog.bytebytego.com/p/built-for-reliability-how-american>)

Author: ByteByteGo

Published: 2026-09-08T18:31:03Z

Content type: article

Language: en

Sources: [ByteByteGo](<https://devfeed.tech/sources/bytebytego.md>)

Topics: [Architecture & Design](<https://devfeed.tech/topics/architecture-design.md>), [Microservice](<https://devfeed.tech/topics/microservice.md>), [Microservices](<https://devfeed.tech/topics/microservices.md>), [Network](<https://devfeed.tech/topics/network.md>), [Server](<https://devfeed.tech/topics/server.md>)

Tags: [account-balance](<https://devfeed.tech/tags/account-balance.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [bank](<https://devfeed.tech/tags/bank.md>), [card](<https://devfeed.tech/tags/card.md>), [cell-based-architecture](<https://devfeed.tech/tags/cell-based-architecture.md>), [microservices](<https://devfeed.tech/tags/microservices.md>), [network](<https://devfeed.tech/tags/network.md>), [payments](<https://devfeed.tech/tags/payments.md>), [scale](<https://devfeed.tech/tags/scale.md>), [server](<https://devfeed.tech/tags/server.md>), [services](<https://devfeed.tech/tags/services.md>)

### AI overview

The article explains how American Express processes payments through a cell-based architecture. Transactions move through independent processing units and microservices, with isolation designed to limit disruption when services fail.

### Source excerpt

In this article, we will try to understand how the transaction runs through such a cell-based architecture and how the payments are processed even when some services are failing.

## Cloud Native Computing Foundation Announces Karmada Graduation

DevFeed: [Cloud Native Computing Foundation Announces Karmada Graduation](<https://devfeed.tech/articles/cloud-native-computing-foundation-announces-karmada-graduation-4595.md>)

Original publisher: [Read original article](<https://www.cncf.io/announcements/2026/09/07/cloud-native-computing-foundation-announces-karmada-graduation/>)

Author: Haley White

Published: 2026-09-08T02:06:17Z

Content type: news

Language: en

Sources: [Cloud Native Computing Foundation](<https://devfeed.tech/sources/cloud-native-computing-foundation.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Orchestration](<https://devfeed.tech/topics/orchestration.md>), [Cloud Native Ecosystem](<https://devfeed.tech/topics/cloud-native-ecosystem.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [announcements](<https://devfeed.tech/tags/announcements.md>), [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [china](<https://devfeed.tech/tags/china.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [critical-infrastructure](<https://devfeed.tech/tags/critical-infrastructure.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [global](<https://devfeed.tech/tags/global.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [inference](<https://devfeed.tech/tags/inference.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [production](<https://devfeed.tech/tags/production.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [release](<https://devfeed.tech/tags/release.md>), [resilience](<https://devfeed.tech/tags/resilience.md>), [scale](<https://devfeed.tech/tags/scale.md>)

### AI overview

Karmada has graduated from the CNCF after reaching production maturity as an open-source engine for orchestrating applications across multiple Kubernetes clusters, clouds, and regions. Its v1.19 release adds multi-component scheduling for distributed AI training jobs, while the project supports hybrid-cloud capacity, multi-region resilience, and multi-cluster AI infrastructure.

### Source excerpt

Multi-cluster, multi-cloud Kubernetes orchestration project reaches production maturity as global enterprises scale AI training and inference across hybrid infrastructure Key Highlights SHANGHAI, China - KubeCon + CloudNativeCon + OpenInfra Summit + PyTorch Conference China 2026 -...

## Outbid.lol's Growth and Lessons for Payment Infrastructure

DevFeed: [Outbid.lol's Growth and Lessons for Payment Infrastructure](<https://devfeed.tech/articles/the-dodo-digest-small-ideas-can-get-very-big-10176.md>)

Original publisher: [Read original article](<https://dodopayments.com/blogs/newsletter-september7/>)

Author: Rishabh Goel

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

Content type: article

Language: en

Sources: [Dodo Payments Blog](<https://devfeed.tech/sources/dodo-payments-blog.md>)

Topics: [Website](<https://devfeed.tech/topics/website.md>), [Internet](<https://devfeed.tech/topics/internet.md>)

Tags: [build](<https://devfeed.tech/tags/build.md>), [competition](<https://devfeed.tech/tags/competition.md>), [newsletter](<https://devfeed.tech/tags/newsletter.md>), [payments](<https://devfeed.tech/tags/payments.md>), [platform](<https://devfeed.tech/tags/platform.md>), [product](<https://devfeed.tech/tags/product.md>), [scale](<https://devfeed.tech/tags/scale.md>), [small-ideas](<https://devfeed.tech/tags/small-ideas.md>)

### AI overview

The article examines how Outbid.lol grew from a simple paid public leaderboard into a widely discussed launch, citing reported figures of more than a million visitors and over $220K in bids or revenue. It also discusses the importance of payment infrastructure during sudden growth and announces Dodo Payments v1.113.6 improvements.

### Source excerpt

Outbid.lol turned a 3-hour build into $220K and a million visitors. Why small ideas scale, plus v1.113.6: subscription pause, PPP, and Charm Pricing.

## Introducing Scheduled Upgrades in ClickHouse Managed Postgres

DevFeed: [Introducing Scheduled Upgrades in ClickHouse Managed Postgres](<https://devfeed.tech/articles/introducing-scheduled-upgrades-in-clickhouse-managed-postgres-5339.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/introducing-scheduled-upgrades-in-clickhouse-managed-postgres>)

Author: ClickHouse

Published: 2026-09-03T16:22:48Z

Content type: release

Language: en

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

Topics: [configuration](<https://devfeed.tech/topics/configuration.md>), [Operating system](<https://devfeed.tech/topics/operating-system.md>)

Tags: [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [platform](<https://devfeed.tech/tags/platform.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [scale](<https://devfeed.tech/tags/scale.md>), [security](<https://devfeed.tech/tags/security.md>), [storage](<https://devfeed.tech/tags/storage.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

ClickHouse Managed Postgres introduces configurable maintenance windows for routine platform upgrades. Scale and Enterprise organizations can schedule when maintenance occurs, with Enterprise users also able to select days of the week.

### Source excerpt

ClickHouse Managed Postgres now supports scheduled upgrade windows, giving Scale and Enterprise users more control over when routine platform maintenance occurs.

## Cursor Cloud Agents can now run in Vercel Sandbox

DevFeed: [Cursor Cloud Agents can now run in Vercel Sandbox](<https://devfeed.tech/articles/cursor-cloud-agents-can-now-run-in-vercel-sandbox-1075.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/run-cursor-cloud-agents-vercel-sandbox>)

Author: Allen Zhou

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

Content type: release

Language: en

Sources: [Vercel News](<https://devfeed.tech/sources/vercel-news.md>)

Topics: [cursor](<https://devfeed.tech/topics/cursor.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [Agent Harness](<https://devfeed.tech/topics/agent-harness.md>), [Firecracker](<https://devfeed.tech/topics/firecracker.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [apis](<https://devfeed.tech/tags/apis.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [cursor](<https://devfeed.tech/tags/cursor.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [firecracker](<https://devfeed.tech/tags/firecracker.md>), [guide](<https://devfeed.tech/tags/guide.md>), [sandbox](<https://devfeed.tech/tags/sandbox.md>), [scale](<https://devfeed.tech/tags/scale.md>), [vercel](<https://devfeed.tech/tags/vercel.md>), [virtual-machines](<https://devfeed.tech/tags/virtual-machines.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

Cursor Cloud Agents can run in Vercel Sandbox, using isolated Firecracker microVMs as their execution environment. The architecture combines Cursor's agent harness and inference loop with Vercel Functions and Workflows for durable request handling, worker provisioning, monitoring, retries, cleanup, and short-lived user-scoped credentials.

### Source excerpt

Cursor Cloud Agents can now run in Vercel Sandbox instead of Cursor's hosted machines. Cursor manages the agent harness and inference loop. Its Self-Hosted Machines APIs let you supply the execution environment where agents clone repositories, edit files, and run commands and tests. Self-Hosted Machines requires a Cursor Enterprise plan. Vercel Sandbox provides that execution environment as an isolated Firecracker microVM for each agent request. Vercel Functions and Vercel Workflows form a durable control plane that claims queued agent requests, provisions workers, monitors sessions, and cleans up automatically. With this architecture, you get: A scale-to-zero worker pool without long-lived virtual machines A dedicated, isolated Sandbox for every agent request Durable retries when a worker or session fails Short-lived, user-scoped credentials inside each Sandbox Follow the step-by-step guide to deploy the reference implementation to your own Vercel account, or learn more in the Vercel Sandbox documentation. Read more

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