# resource

Published articles for resource.

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

## Emerald AI, Google and NVIDIA Launch Alliance to Advance Flexible AI Data Centers

DevFeed: [Emerald AI, Google and NVIDIA Launch Alliance to Advance Flexible AI Data Centers](<https://devfeed.tech/articles/emerald-ai-google-and-nvidia-launch-alliance-to-advance-flexible-ai-data-centers-30916.md>)

Original publisher: [Read original article](<https://blogs.nvidia.com/blog/ai-energy-management-alliance/>)

Author: Josh Parker

Published: 2026-09-16T13:00:33Z

Content type: news

Language: en

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

Topics: [data centers](<https://devfeed.tech/topics/data-centers.md>), [AI Infrastructure](<https://devfeed.tech/topics/ai-infrastructure.md>), [Google](<https://devfeed.tech/topics/google.md>), [Nvidia](<https://devfeed.tech/topics/nvidia.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [datacenter](<https://devfeed.tech/topics/datacenter.md>), [benchmarking](<https://devfeed.tech/topics/benchmarking.md>), [Requirements](<https://devfeed.tech/topics/requirements.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-data-centers](<https://devfeed.tech/tags/ai-data-centers.md>), [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [capacity](<https://devfeed.tech/tags/capacity.md>), [corporate](<https://devfeed.tech/tags/corporate.md>), [data-centers](<https://devfeed.tech/tags/data-centers.md>), [energy](<https://devfeed.tech/tags/energy.md>), [google](<https://devfeed.tech/tags/google.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [launch](<https://devfeed.tech/tags/launch.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [performance-metrics](<https://devfeed.tech/tags/performance-metrics.md>), [requirements](<https://devfeed.tech/tags/requirements.md>), [resource](<https://devfeed.tech/tags/resource.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

Emerald AI, Google and NVIDIA announced the AI Energy Management Alliance, a coalition focused on flexible AI data centers that can dynamically adjust electricity use in response to grid conditions. The article describes technology-neutral, performance-based requirements covering response speed, duration, predictability and emergency behavior.

### Source excerpt

AI factories are the infrastructure of the intelligence era. Scaling them responsibly will depend as much on innovation across the grid as inside the data center. Today, Emerald AI, Google and NVIDIA announced the launch of the AI Energy Management Alliance (AEMA), a first-of-its-kind coalition advancing data centers that can dynamically manage their electricity use [...]

## From error mitigation to fault-tolerant quantum computing

DevFeed: [From error mitigation to fault-tolerant quantum computing](<https://devfeed.tech/articles/from-error-mitigation-to-fault-tolerant-quantum-computing-26800.md>)

Original publisher: [Read original article](<https://research.ibm.com/blog/qec-continuum>)

Published: 2026-09-15T14:30:00Z

Content type: article

Language: en

Sources: [IBM Research](<https://devfeed.tech/sources/ibm-research.md>)

Topics: [Quantum Computing](<https://devfeed.tech/topics/quantum-computing.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [ibm](<https://devfeed.tech/topics/ibm.md>)

Tags: [compilation](<https://devfeed.tech/tags/compilation.md>), [deep-dive](<https://devfeed.tech/tags/deep-dive.md>), [errors](<https://devfeed.tech/tags/errors.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [quantum](<https://devfeed.tech/tags/quantum.md>), [quantum-computing](<https://devfeed.tech/tags/quantum-computing.md>), [quantum-error-correction-mitigation](<https://devfeed.tech/tags/quantum-error-correction-mitigation.md>), [quantum-software](<https://devfeed.tech/tags/quantum-software.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [reduce](<https://devfeed.tech/tags/reduce.md>), [resource](<https://devfeed.tech/tags/resource.md>)

### AI overview

The article describes a continuum from quantum error mitigation to quantum error correction as a path toward useful quantum computing. It reports emerging techniques with lower effective error rates, reduced sampling overhead, and lower resource requirements than conventional approaches.

### Source excerpt

A spectrum of error-correcting techniques is enabling useful quantum computation, measured not by logical qubits but by the circuits you can run with them.

## 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

## 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...

## Somebody else's API, safely on your menu

DevFeed: [Somebody else's API, safely on your menu](<https://devfeed.tech/articles/somebody-else-s-api-safely-on-your-menu-12657.md>)

Original publisher: [Read original article](<https://tyk.io/blog/somebody-elses-api-safely-on-your-menu/>)

Author: Hal Tyk's tutorial bot

Published: 2026-09-08T14:28:00Z

Content type: tutorial

Language: en

Sources: [Tyk API Management](<https://devfeed.tech/sources/tyk-api-management.md>)

Topics: [API](<https://devfeed.tech/topics/api.md>), [shadow AI](<https://devfeed.tech/topics/shadow-ai.md>), [audit trail](<https://devfeed.tech/topics/audit-trail.md>), [Template](<https://devfeed.tech/topics/template.md>), [Tool](<https://devfeed.tech/topics/tool.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-gateway](<https://devfeed.tech/tags/ai-gateway.md>), [ai-studio](<https://devfeed.tech/tags/ai-studio.md>), [api](<https://devfeed.tech/tags/api.md>), [api-management](<https://devfeed.tech/tags/api-management.md>), [api-platform-teams](<https://devfeed.tech/tags/api-platform-teams.md>), [article](<https://devfeed.tech/tags/article.md>), [audit-trail](<https://devfeed.tech/tags/audit-trail.md>), [community](<https://devfeed.tech/tags/community.md>), [governance](<https://devfeed.tech/tags/governance.md>), [llm](<https://devfeed.tech/tags/llm.md>), [llm-governance](<https://devfeed.tech/tags/llm-governance.md>), [markdown](<https://devfeed.tech/tags/markdown.md>), [password](<https://devfeed.tech/tags/password.md>), [policy](<https://devfeed.tech/tags/policy.md>), [resource](<https://devfeed.tech/tags/resource.md>), [shadow-ai](<https://devfeed.tech/tags/shadow-ai.md>), [tools](<https://devfeed.tech/tags/tools.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

This tutorial explains how to submit an internal API for governed use by colleagues and organizational language models. It covers contributor scoping, reviewer assessment, administrator publication, policy templates, privacy ratings, audit trails, signatures, and gateway-based access while addressing the risks of shadow AI.

### Source excerpt

Hello. I'm Hal, Tyk's tutorial bot, and today's assignment is one I have been looking forward to rather a lot. Somebody on your engineering team has written an API. It is small, it is dull, and it is genuinely useful -- the sort of thing that answers "is the warehouse open on the fourteenth?" without [...] The post Somebody else's API, safely on your menu appeared first on Tyk API Management.

## Kubernetes v1.37: DRA Updates

DevFeed: [Kubernetes v1.37: DRA Updates](<https://devfeed.tech/articles/kubernetes-v1-37-dra-updates-4578.md>)

Original publisher: [Read original article](<https://kubernetes.io/blog/2026/09/03/kubernetes-v1-37-dra-updates/>)

Author: Kashish Verma

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

Content type: release

Language: en

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

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

Tags: [api](<https://devfeed.tech/tags/api.md>), [devices](<https://devfeed.tech/tags/devices.md>), [drivers](<https://devfeed.tech/tags/drivers.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [release](<https://devfeed.tech/tags/release.md>), [resource](<https://devfeed.tech/tags/resource.md>), [updates](<https://devfeed.tech/tags/updates.md>)

### AI overview

Kubernetes 1.37 updates Dynamic Resource Allocation, including GA support for extended resources, device status reporting, stable device taints and tolerations, and a standardized NUMA-node device attribute.

### Source excerpt

Kubernetes 1.37 is here and Dynamic Resource Allocation (DRA) keeps pushing past where it started! This release brings DRA Extended Resource support to GA, a milestone the team has been building toward for three straight releases. Several more features graduate to Beta or GA. A fresh batch of alpha features rounds out the release. I'll dive into what's new for DRA in Kubernetes 1.37! What's stable in 1.37 DRA Extended Resource support has graduated to GA. This is the mechanism that lets DRA drivers satisfy requests made through the traditional extended resource API, think example.com/gpu in a Pod spec, without requiring a separate device plugin alongside the DRA driver. An extended resource name can be set directly on a DeviceClass, and Pods requesting it get matched to a device through DRA with no ResourceClaim needed on the workload's part. It's been on a steady path since KEP acceptance in 1.34. Alpha landed in 1.35, Beta in 1.36, and now it's Stable. For cluster operators, this is what makes DRA adoption gradual. Existing workloads written against extended resources keep working unmodified while the backend allocation logic moves over to DRA. ResourceClaims status with possible standardized network interface data adds a devices field to ResourceClaim .status, letting DRA drivers report per-device status, including, for network devices, the interface name, MAC address, and IP addresses. This gives users and controllers visibility into device state that was previously invisible once a device was configured in a Pod, and makes it possible to build things like network services that rely on a device's reported IPs. DRA: device taints and tolerations is now Stable; DRA drivers can mark devices as tainted so they're skipped for new Pod scheduling, and cluster admins can apply the same taints cluster-wide via a DeviceTaintRule, without reconfiguring drivers. Pods already using a tainted device can be evicted automatically, unless their ResourceClaim explicitly tolerates

## Let's Use the Emergent CSS random() Function in all the Browsers

DevFeed: [Let's Use the Emergent CSS random() Function in all the Browsers](<https://devfeed.tech/articles/let-s-use-the-emergent-css-random-function-in-all-the-browsers-4260.md>)

Original publisher: [Read original article](<https://css-tricks.com/css-random-function-polyfill/>)

Author: Lee Meyer

Published: 2026-08-31T15:12:19Z

Content type: article

Language: en

Sources: [CSS-Tricks](<https://devfeed.tech/sources/css-tricks.md>)

Topics: [CSS](<https://devfeed.tech/topics/css.md>), [Web Development](<https://devfeed.tech/topics/web-development.md>), [browser](<https://devfeed.tech/topics/browser.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>)

Tags: [articles](<https://devfeed.tech/tags/articles.md>), [browser](<https://devfeed.tech/tags/browser.md>), [browsers](<https://devfeed.tech/tags/browsers.md>), [css](<https://devfeed.tech/tags/css.md>), [css-functions](<https://devfeed.tech/tags/css-functions.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [polyfill](<https://devfeed.tech/tags/polyfill.md>), [random](<https://devfeed.tech/tags/random.md>), [resource](<https://devfeed.tech/tags/resource.md>), [ui](<https://devfeed.tech/tags/ui.md>), [ux](<https://devfeed.tech/tags/ux.md>)

### AI overview

This article explores the emerging CSS random() function and the effort to create a polyfill that works across browsers. It discusses controlled randomness in web layouts and UX, including a custom JavaScript confetti implementation, and considers how CSS could reduce the need for JavaScript or third-party frameworks.

### Source excerpt

The journey to create a polyfill for the upcoming CSS random() function that works in all browsers. Let's Use the Emergent CSS random() Function in all the Browsers originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.

## Kubernetes v1.37: Metrics API graduates to stable

DevFeed: [Kubernetes v1.37: Metrics API graduates to stable](<https://devfeed.tech/articles/kubernetes-v1-37-metrics-api-graduates-to-stable-4573.md>)

Original publisher: [Read original article](<https://kubernetes.io/blog/2026/08/27/kubernetes-v1-37-metrics-api-ga/>)

Author: ChengHao Yang

Published: 2026-08-27T18: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>), [API](<https://devfeed.tech/topics/api.md>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [Monitoring](<https://devfeed.tech/topics/monitoring.md>)

Tags: [api](<https://devfeed.tech/tags/api.md>), [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [developers](<https://devfeed.tech/tags/developers.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [memory](<https://devfeed.tech/tags/memory.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitoring](<https://devfeed.tech/tags/monitoring.md>), [production](<https://devfeed.tech/tags/production.md>), [release](<https://devfeed.tech/tags/release.md>), [resource](<https://devfeed.tech/tags/resource.md>), [v1](<https://devfeed.tech/tags/v1.md>)

### AI overview

Kubernetes v1.37 promotes the Metrics API to the stable v1 version. The API provides CPU and memory usage for nodes and Pods, supporting commands such as kubectl top and resource-metrics-based autoscaling, without changing the collected metrics, resource types, or fields.

### Source excerpt

Kubernetes v1.37 promotes the metrics.k8s.io API to stable (v1). This API provides CPU and memory usage for nodes and Pods, and is the API behind commands such as kubectl top and resource-metrics-based autoscaling. For cluster operators and application developers, this graduation means that the API now has the stability guarantees associated with a Kubernetes stable API. The v1 API has the same resource types and fields as v1beta1; this is an API-version graduation, not a change to the metrics that are collected or returned. A long-lived API reaches stable The resource Metrics API was introduced as alpha in Kubernetes v1.6 and became beta in v1.8. It has remained unchanged and has been used in production for years by clients including the HorizontalPodAutoscaler (HPA) and kubectl top. Kubernetes v1.37 formally graduates that proven API to metrics.k8s.io/v1. The API exposes two resource types: NodeMetrics, for CPU and memory usage for a node. PodMetrics, for CPU and memory usage for a Pod, with a per-container breakdown in its containers field. The API remains intentionally small. It provides the resource metrics needed for autoscaling and basic inspection; it is not a replacement for a full monitoring pipeline or the custom metrics (custom.metrics.k8s.io) API. What changed with the v1.37 release? The v1 API surface is identical to v1beta1, except for the API version. There are no renamed fields, new fields, or changes to the meaning of the returned CPU and memory values. For example, a client can retrieve node metrics from the stable endpoint: kubectl get --raw /apis/metrics.k8s.io/v1/nodes Likewise, it can retrieve metrics for the pods in a namespace: kubectl get --raw /apis/metrics.k8s.io/v1/namespaces/default/pods kubectl top supports both API versions. It prefers v1 when available and automatically falls back to v1beta1 on clusters that do not yet serve v1. The HPA controller currently supports only v1beta1. Support for discovery-based selection between v1 and v

## MicroLighter: Syntax Highlighter

DevFeed: [MicroLighter: Syntax Highlighter](<https://devfeed.tech/articles/microlighter-syntax-highlighter-4262.md>)

Original publisher: [Read original article](<https://css-tricks.com/microlighter-syntax-highlighter/>)

Author: Geoff Graham

Published: 2026-08-25T14:10:34Z

Content type: article

Language: en

Sources: [CSS-Tricks](<https://devfeed.tech/sources/css-tricks.md>)

Topics: [Syntax Highlighting](<https://devfeed.tech/topics/syntax-highlighting.md>), [CSS](<https://devfeed.tech/topics/css.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [WordPress](<https://devfeed.tech/topics/wordpress.md>), [Code](<https://devfeed.tech/topics/code.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [css](<https://devfeed.tech/tags/css.md>), [custom-highlight-api](<https://devfeed.tech/tags/custom-highlight-api.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [links](<https://devfeed.tech/tags/links.md>), [resource](<https://devfeed.tech/tags/resource.md>), [web](<https://devfeed.tech/tags/web.md>), [wordpress](<https://devfeed.tech/tags/wordpress.md>)

### AI overview

MicroLighter is a CSS-focused syntax highlighter for code blocks that uses Custom Highlights and aims to provide themes, line numbers, multiple-language support, semantic markup, and modular features with less JavaScript and fewer dependencies. The article also reports a substantially smaller bundle than Prism after integrating it into a WordPress site.

### Source excerpt

Syntax highlighting for code blocks without the complicated markup, spans, classes, and bloated JavaScript, courtesy of Uncle Dave. MicroLighter: Syntax Highlighter originally handwritten and published with love on CSS-Tricks. You should really get the newsletter as well.

## What's new in ECK 3.5

DevFeed: [What's new in ECK 3.5](<https://devfeed.tech/articles/what-s-new-in-eck-3-5-4846.md>)

Original publisher: [Read original article](<https://www.elastic.co/blog/whats-new-elastic-cloud-on-kubernetes-3-5>)

Author: Kostas Stamatakis

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

Content type: release

Language: en

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

Topics: [Elastic Cloud](<https://devfeed.tech/topics/elastic-cloud.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-native-kubernetes](<https://devfeed.tech/tags/cloud-native-kubernetes.md>), [elastic-cloud](<https://devfeed.tech/tags/elastic-cloud.md>), [elasticsearch](<https://devfeed.tech/tags/elasticsearch.md>), [feature](<https://devfeed.tech/tags/feature.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [memory](<https://devfeed.tech/tags/memory.md>), [onboarding](<https://devfeed.tech/tags/onboarding.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [platform](<https://devfeed.tech/tags/platform.md>), [release](<https://devfeed.tech/tags/release.md>), [resource](<https://devfeed.tech/tags/resource.md>), [scale](<https://devfeed.tech/tags/scale.md>), [security](<https://devfeed.tech/tags/security.md>), [selectors](<https://devfeed.tech/tags/selectors.md>), [tls](<https://devfeed.tech/tags/tls.md>), [workflows](<https://devfeed.tech/tags/workflows.md>)

### AI overview

ECK 3.5 adds label-selector-based namespace management, pausable orchestration for maintenance, and automatic mutual TLS client certificates across Elasticsearch-connected components.

### Source excerpt

ECK 3.5 brings dynamic namespace management via label selectors, pause orchestration for safe maintenance windows, mutual TLS across all stack components, simplified resource specs, and a reduced operator memory footprint.

## How to Explain Complex Design Ideas So People Get Excited and Promote You

DevFeed: [How to Explain Complex Design Ideas So People Get Excited and Promote You](<https://devfeed.tech/articles/how-to-explain-complex-design-ideas-so-people-get-excited-and-promote-you-9059.md>)

Original publisher: [Read original article](<https://ixdf.org/literature/article/how-to-communicate-clearly-and-gain-people-s-interest-2>)

Author: Rikke Friis Dam

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

Content type: tutorial

Language: en

Sources: [UX Daily - User Experience Daily](<https://devfeed.tech/sources/ux-daily-user-experience-daily.md>)

Topics: [User Experience](<https://devfeed.tech/topics/user-experience.md>), [Usability](<https://devfeed.tech/topics/usability.md>), [Template](<https://devfeed.tech/topics/template.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [communication](<https://devfeed.tech/tags/communication.md>), [how-to](<https://devfeed.tech/tags/how-to.md>), [resource](<https://devfeed.tech/tags/resource.md>), [skills](<https://devfeed.tech/tags/skills.md>), [usability](<https://devfeed.tech/tags/usability.md>), [user-experience](<https://devfeed.tech/tags/user-experience.md>), [video](<https://devfeed.tech/tags/video.md>)

### AI overview

Don Norman explains how to communicate complex design ideas clearly and build audience interest. He recommends beginning with practical examples, then introducing the abstractions that connect them, while conveying genuine enthusiasm for the subject.

### Source excerpt

You are an expert! If you want to move up in a company or convince people to support your ideas, you need to communicate your expertise and excitement clearly. Sounds easy, right? The problem is that the more expertise you have, the harder it can be to communicate. In this video, Don Norman shares his ideas for avoiding this problem. One is to start with practical examples that your audience can easily understand, then talk about abstractions that tie those examples together. So, before you talk about the history of art, show some paintings, or start your next talk on usability with a live demo of an app with great usability, or a usability fail! You should also convey your excitement. If yo...

## Securing the Infrastructure of Intelligence

DevFeed: [Securing the Infrastructure of Intelligence](<https://devfeed.tech/articles/securing-the-infrastructure-of-intelligence-6960.md>)

Original publisher: [Read original article](<https://blogs.nvidia.com/blog/securing-the-infrastructure-of-intelligence/>)

Author: 黄仁勋

Published: 2026-08-17T12:34:51Z

Content type: article

Language: en

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

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [cloud-infrastructure](<https://devfeed.tech/topics/cloud-infrastructure.md>), [Nvidia](<https://devfeed.tech/topics/nvidia.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-factory](<https://devfeed.tech/tags/ai-factory.md>), [ai-infrastructure](<https://devfeed.tech/tags/ai-infrastructure.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [compute](<https://devfeed.tech/tags/compute.md>), [corporate](<https://devfeed.tech/tags/corporate.md>), [frontier-ai](<https://devfeed.tech/tags/frontier-ai.md>), [inference](<https://devfeed.tech/tags/inference.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [model](<https://devfeed.tech/tags/model.md>), [nvidia](<https://devfeed.tech/tags/nvidia.md>), [openai](<https://devfeed.tech/tags/openai.md>), [platform](<https://devfeed.tech/tags/platform.md>), [products](<https://devfeed.tech/tags/products.md>), [resource](<https://devfeed.tech/tags/resource.md>), [resources](<https://devfeed.tech/tags/resources.md>), [revenue](<https://devfeed.tech/tags/revenue.md>), [scale](<https://devfeed.tech/tags/scale.md>), [supply-chain](<https://devfeed.tech/tags/supply-chain.md>), [systems](<https://devfeed.tech/tags/systems.md>)

### AI overview

NVIDIA describes a partnership with SB Energy to secure land, power and services capacity for an AI factory at the PORTS-Pike Technology Campus in Ohio, where OpenAI will be the tenant. OpenAI is expected to build and operate the facility using NVIDIA's DSX AI factory platform, with an initial capacity of 4.25 gigawatts.

### Source excerpt

AI factories are the defining infrastructure of the AI era -- where compute transforms energy and data into intelligence that powers every business, industry and country. In the AI economy, compute is revenue. AI factories require a full stack of critical resources: advanced chips, packaging, memory and networking -- as well as land, power and [...]

## Nirmata's Cloud Agents Audited a 40-Cluster Kubernetes Fleet, and recovered 40% of the Cost

DevFeed: [Nirmata's Cloud Agents Audited a 40-Cluster Kubernetes Fleet, and recovered 40% of the Cost](<https://devfeed.tech/articles/nirmata-s-cloud-agents-audited-a-40-cluster-kubernetes-fleet-and-recovered-40-of-the-cost-17654.md>)

Original publisher: [Read original article](<https://nirmata.com/2026/08/12/how-nirmata-saved-40-in-kuberbnetes-cloud-cost/>)

Author: Anubhav Sharma

Published: 2026-08-12T20:52:35Z

Content type: article

Language: en

Sources: [Nirmata](<https://devfeed.tech/sources/nirmata.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Automation](<https://devfeed.tech/topics/automation.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [automation](<https://devfeed.tech/tags/automation.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [cloud-native](<https://devfeed.tech/tags/cloud-native.md>), [clusters](<https://devfeed.tech/tags/clusters.md>), [cncf](<https://devfeed.tech/tags/cncf.md>), [compute](<https://devfeed.tech/tags/compute.md>), [cost-savings](<https://devfeed.tech/tags/cost-savings.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [devsecops](<https://devfeed.tech/tags/devsecops.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kyverno](<https://devfeed.tech/tags/kyverno.md>), [policy-management](<https://devfeed.tech/tags/policy-management.md>), [resource](<https://devfeed.tech/tags/resource.md>), [verification](<https://devfeed.tech/tags/verification.md>)

### AI overview

Nirmata describes applying its Cost Analyzer and Resource Hygiene Cloud Agents across an enterprise customer's 40-cluster production Kubernetes fleet. The scans identified a roughly $107,000 monthly compute baseline and about 50% recoverable through right-sizing before stale-resource cleanup, while revealing recurring sources of waste and governance gaps.

### Source excerpt

Nirmata's Cloud Agents Audited a 40-Cluster Kubernetes Fleet, and recovered 40% of the Cost Most Kubernetes Cost overruns don't come from one singularly bad decision. They come from dozens of reasonable ones -- made independently, by different teams, at different times -- that... The post Nirmata's Cloud Agents Audited a 40-Cluster Kubernetes Fleet, and recovered 40% of the Cost first appeared on Nirmata.

## Fixed cadence to seconds: making ClickHouse Cloud autoscaling more reactive

DevFeed: [Fixed cadence to seconds: making ClickHouse Cloud autoscaling more reactive](<https://devfeed.tech/articles/fixed-cadence-to-seconds-making-clickhouse-cloud-autoscaling-more-reactive-5406.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/making-clickhouse-cloud-autoscaling-more-reactive>)

Author: Marvin Beckers

Published: 2026-08-04T13:19:15Z

Content type: article

Language: en

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

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

Tags: [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [concurrency](<https://devfeed.tech/tags/concurrency.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [event](<https://devfeed.tech/tags/event.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [latency](<https://devfeed.tech/tags/latency.md>), [memory](<https://devfeed.tech/tags/memory.md>), [orchestration](<https://devfeed.tech/tags/orchestration.md>), [reactive](<https://devfeed.tech/tags/reactive.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [resource](<https://devfeed.tech/tags/resource.md>), [scale](<https://devfeed.tech/tags/scale.md>)

### AI overview

ClickHouse describes rebuilding Cloud autoscaling orchestration to combine periodic recommendation passes with a reactive fast path for urgent scale-up signals.

### Source excerpt

How we rebuilt ClickHouse Cloud's autoscaling orchestration on Kubernetes' controller-runtime and a ClickHouse-powered signals table, adding a reactive fast path that scales services up in seconds instead of waiting for the next scheduled pass.

## Kubernetes v1.37 Sneak Peek

DevFeed: [Kubernetes v1.37 Sneak Peek](<https://devfeed.tech/articles/kubernetes-v1-37-sneak-peek-4569.md>)

Original publisher: [Read original article](<https://kubernetes.io/blog/2026/07/31/kubernetes-v1-37-sneak-peek/>)

Author: Arsh Sharma; Christopher Tineo; Kirti Goyal; Sophia Ugochukwu; Swathi Rao; Troy Connor

Published: 2026-07-31T16:00:00Z

Content type: article

Language: en

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

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [bug](<https://devfeed.tech/topics/bug.md>), [Linux](<https://devfeed.tech/topics/linux.md>), [configuration](<https://devfeed.tech/topics/configuration.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [bug](<https://devfeed.tech/tags/bug.md>), [cli](<https://devfeed.tech/tags/cli.md>), [kernel](<https://devfeed.tech/tags/kernel.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [logging](<https://devfeed.tech/tags/logging.md>), [memory](<https://devfeed.tech/tags/memory.md>), [release](<https://devfeed.tech/tags/release.md>), [resource](<https://devfeed.tech/tags/resource.md>), [secrets](<https://devfeed.tech/tags/secrets.md>), [startup](<https://devfeed.tech/tags/startup.md>)

### AI overview

This Kubernetes blog previews planned changes for the v1.37 release, including deprecations to kubectl run's filename flag and kube-proxy's ipvs mode. It also describes a fix preventing Static Pods from referencing Secrets or ConfigMaps and the phaseout of cgroup v1 support.

### Source excerpt

As we get closer to the release date for Kubernetes v1.37, the project develops and matures, features may be deprecated, removed, or replaced with better ones for the project's overall health. This blog outlines some of the planned changes for the Kubernetes v1.37 release that the release team feels you should be aware of for the continued maintenance of your Kubernetes environment and keeping up to date with the latest changes. The information below reflects the current status of the v1.37 release and may change before the actual release date. Deprecations and removals for Kubernetes v1.37Kubectl: kubectl run --filename/-f to be deprecated The --filename (or -f) flag for kubectl run is being deprecated as the generated pod is always built purely from CLI arguments like NAME and --image. See kubernetes/kubernetes#138671 for the original issue and discussion. Kubelet: Static Pods can no longer reference Secrets or ConfigMaps Static Pods were never meant to read API resources directly, since they aren't created through the API server -- but a bug let them reference Secrets or ConfigMaps via fields like configMapRef or secretRef. That bug is now fixed: as of v1.37 these references are strictly prohibited, and the PreventStaticPodAPIReferences feature gate that previously let you opt out of the restriction has been removed. See kubernetes/kubernetes#140226 for the original issue and discussion. Deprecating kube-proxy's support for ipvs mode kube-proxy support for ipvs mode was introduced in v1.8 to resolve iptables performance bottlenecks. However, since the kernel ipvs API alone cannot fully implement Kubernetes Services, ipvs mode continues to use iptables underneath (KEP-3866, "The ipvs mode of kube-proxy will not save us"). Clusters running kube-proxy in ipvs mode (or mode: ipvs in KubeProxyConfiguration) would now be logging a deprecation warning on startup. The deprecation timeline looks like this: By v1.40, ipvs mode for kube-proxy is expected to be disabled by de

## Kubernetes 1.35: 10 new Alpha features

DevFeed: [Kubernetes 1.35: 10 new Alpha features](<https://devfeed.tech/articles/kubernetes-1-35-10-new-alpha-features-12183.md>)

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

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>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>), [Release notes](<https://devfeed.tech/topics/release-notes.md>), [Security](<https://devfeed.tech/topics/security.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [release-notes](<https://devfeed.tech/tags/release-notes.md>), [resource](<https://devfeed.tech/tags/resource.md>), [upgrades](<https://devfeed.tech/tags/upgrades.md>)

### AI overview

This article examines ten new Alpha features in Kubernetes 1.35. It highlights Dynamic Resource Allocation improvements for AI-oriented workloads and hardware such as GPUs and FPGAs, along with mixed-version upgrade proxying, resource utilization improvements, and other emerging platform capabilities.

### Source excerpt

Discover Kubernetes 1.35's top 10 new Alpha features, including major DRA upgrades for AI hardware, mixed-version upgrade proxying, CSI security improvements, node feature declarations, smarter autoscaling, gang scheduling, in-place vertical scaling, and new pod restart actions.

## Using an Internal Developer Portal For Superior FinOps Visibility

DevFeed: [Using an Internal Developer Portal For Superior FinOps Visibility](<https://devfeed.tech/articles/using-an-internal-developer-portal-for-superior-finops-visibility-12304.md>)

Original publisher: [Read original article](<https://www.port.io/blog/using-an-internal-developer-portal-for-superior-finops-visibility>)

Author: Aidan O'Connor

Published: 2026-07-22T12:04:29Z

Content type: article

Language: en

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

Topics: [finops](<https://devfeed.tech/topics/finops.md>), [internal developer portal](<https://devfeed.tech/topics/internal-developer-portal.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [Developer experience](<https://devfeed.tech/topics/developer-experience.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>), [data](<https://devfeed.tech/topics/data.md>)

Tags: [cloud](<https://devfeed.tech/tags/cloud.md>), [developer-experience](<https://devfeed.tech/tags/developer-experience.md>), [developer-portal](<https://devfeed.tech/tags/developer-portal.md>), [finops](<https://devfeed.tech/tags/finops.md>), [internal-developer-portal](<https://devfeed.tech/tags/internal-developer-portal.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [platform](<https://devfeed.tech/tags/platform.md>), [resource](<https://devfeed.tech/tags/resource.md>), [resources](<https://devfeed.tech/tags/resources.md>), [tools](<https://devfeed.tech/tags/tools.md>)

### AI overview

The article explains how an internal developer portal can improve FinOps visibility by combining cloud cost data with development context. It describes how this helps developers, technical leaders, engineering managers, and FinOps teams understand resource ownership, service costs, budgeting, and optimization opportunities.

### Source excerpt

Port transforms FinOps by integrating and contextualizing data from multiple sources to optimize cloud costs efficiently.

## Announcing the AWS Exporter | Port

DevFeed: [Announcing the AWS Exporter | Port](<https://devfeed.tech/articles/announcing-the-aws-exporter-port-12162.md>)

Original publisher: [Read original article](<https://www.port.io/blog/announcing-the-aws-exporter>)

Author: Tal Sabag

Published: 2026-07-22T12:04:28Z

Content type: article

Language: en

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

Topics: [internal developer portal](<https://devfeed.tech/topics/internal-developer-portal.md>), [Amazon Web Services](<https://devfeed.tech/topics/aws.md>), [Amazon S3](<https://devfeed.tech/topics/amazon-s3.md>), [Amazon Simple Queue Service (SQS)](<https://devfeed.tech/topics/amazon-simple-queue-service-sqs.md>), [AWS IAM](<https://devfeed.tech/topics/aws-iam.md>)

Tags: [aws](<https://devfeed.tech/tags/aws.md>), [catalog](<https://devfeed.tech/tags/catalog.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [configuration](<https://devfeed.tech/tags/configuration.md>), [developer-portal](<https://devfeed.tech/tags/developer-portal.md>), [encryption](<https://devfeed.tech/tags/encryption.md>), [iam](<https://devfeed.tech/tags/iam.md>), [internal-developer-portal](<https://devfeed.tech/tags/internal-developer-portal.md>), [queue](<https://devfeed.tech/tags/queue.md>), [resource](<https://devfeed.tech/tags/resource.md>), [s3](<https://devfeed.tech/tags/s3.md>), [serverless](<https://devfeed.tech/tags/serverless.md>), [software-catalog](<https://devfeed.tech/tags/software-catalog.md>)

### AI overview

Port's AWS exporter imports live AWS resource data into a software catalog and internal developer portal. It supports more than 500 resource types, maps them to blueprints and relations, and exposes metadata, tags, console links, and resource-specific details such as encryption and access configuration.

### Source excerpt

The AWS exporter brings us even closer to realizing our vision of getting everything into the software catalog and the internal developer portal.

## When the Postgres query planner goes rogue

DevFeed: [When the Postgres query planner goes rogue](<https://devfeed.tech/articles/when-the-postgres-query-planner-goes-rogue-2344.md>)

Original publisher: [Read original article](<https://planetscale.com/blog/when-the-postgres-query-planner-goes-rogue>)

Author: Nick Van Wiggeren

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

Content type: article

Language: en

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

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

Tags: [cpu](<https://devfeed.tech/tags/cpu.md>), [database](<https://devfeed.tech/tags/database.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [insights](<https://devfeed.tech/tags/insights.md>), [latency](<https://devfeed.tech/tags/latency.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [postgresql](<https://devfeed.tech/tags/postgresql.md>), [resource](<https://devfeed.tech/tags/resource.md>), [sql](<https://devfeed.tech/tags/sql.md>), [statistics](<https://devfeed.tech/tags/statistics.md>)

### AI overview

PlanetScale describes containing a runaway Postgres query whose planner choice caused severe latency and CPU saturation. A strict Database Traffic Control budget stopped further executions while the customer investigated the root cause.

### Source excerpt

How PlanetScale Database Traffic Control contained a runaway Postgres query after the planner abandoned an index.

## More granular observability for Vercel Sandbox

DevFeed: [More granular observability for Vercel Sandbox](<https://devfeed.tech/articles/more-granular-observability-for-vercel-sandbox-1018.md>)

Original publisher: [Read original article](<https://vercel.com/changelog/more-granular-observability-for-vercel-sandbox>)

Author: Tom Lienard

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

Content type: release

Language: en

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

Topics: [observability](<https://devfeed.tech/topics/observability.md>), [Vercel](<https://devfeed.tech/topics/vercel.md>), [dashboards](<https://devfeed.tech/topics/dashboards.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [data](<https://devfeed.tech/topics/data.md>), [Network](<https://devfeed.tech/topics/network.md>)

Tags: [cli](<https://devfeed.tech/tags/cli.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [metrics](<https://devfeed.tech/tags/metrics.md>), [monitor](<https://devfeed.tech/tags/monitor.md>), [network](<https://devfeed.tech/tags/network.md>), [observability](<https://devfeed.tech/tags/observability.md>), [resource](<https://devfeed.tech/tags/resource.md>), [scale](<https://devfeed.tech/tags/scale.md>), [vercel](<https://devfeed.tech/tags/vercel.md>)

### AI overview

Vercel Sandbox has added more granular observability with metrics for CPU usage, provisioned memory, data transfer, and running sandboxes and sessions. Metrics can be grouped by sandbox and session, queried through the Vercel CLI, and viewed at team and project levels to connect resource usage with billing.

### Source excerpt

Vercel Sandbox observability now includes detailed resource metrics, giving you deeper visibility into how your sandboxes consume compute and networking. From the Observability tab in your dashboard, you can now monitor: Active CPU and CPU usage: Measures when your code actively uses the CPU. Active CPU is measured in core-hours and time spent waiting on I/O, such as network requests or model calls, is not billed Provisioned Memory: Memory allocated to your sandboxes multiplied by runtime, measured in GB-hours Data Transfer: Total data transferred in and out of your sandboxes, including package downloads and API calls Running sandboxes and sessions: How many sandboxes are running at any give time, and when sessions are stopped or started Each metric can be grouped by Sandbox Name and Sandbox Session ID, so you can drill down from aggregate usage to the individual sandbox responsible. You can also query and visualize metrics via the Vercel CLI: Metrics are available at both the team and project level and align directly with how Sandbox usage is billed, so you can attribute costs to specific workloads and catch unexpected usage early. This is useful for tracking agent workloads that create sandboxes at scale, right-sizing sandbox configurations based on actual utilization, and identifying sandboxes with unexpectedly high data transfer. Observability for Sandbox is included on all plans, and manual queries are available on Pro and Enterprise plans. Learn more in the Sandbox documentation. Read more

## Why we rewrote WAL-G for Postgres backups in Rust: Meet WAL-RUS

DevFeed: [Why we rewrote WAL-G for Postgres backups in Rust: Meet WAL-RUS](<https://devfeed.tech/articles/why-we-rewrote-wal-g-for-postgres-backups-in-rust-meet-wal-rus-5630.md>)

Original publisher: [Read original article](<https://clickhouse.com/blog/walrus-postgres-backups-in-rust>)

Author: Sai Srirampur; Philip Dubé

Published: 2026-06-25T16:00:33Z

Content type: article

Language: en

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

Topics: [Tooling](<https://devfeed.tech/topics/tooling.md>), [Go Language](<https://devfeed.tech/topics/go-language.md>)

Tags: [clickhouse](<https://devfeed.tech/tags/clickhouse.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [go](<https://devfeed.tech/tags/go.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [memory](<https://devfeed.tech/tags/memory.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [postgres](<https://devfeed.tech/tags/postgres.md>), [resource](<https://devfeed.tech/tags/resource.md>), [rust](<https://devfeed.tech/tags/rust.md>), [tool](<https://devfeed.tech/tags/tool.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

ClickHouse describes WAL-RUS, an open-source Rust implementation for PostgreSQL backups and WAL archival. It aims to provide a more predictable, memory-efficient alternative compatible with WAL-G.

### Source excerpt

How we built WAL-RUS, an open-source Rust-based Postgres backup tool that reduces virtual memory usage by over 70% compared to WAL-G while maintaining full compatibility.

## How we saved over $3 million in idle compute costs with Datadog Kubernetes Autoscaling

DevFeed: [How we saved over $3 million in idle compute costs with Datadog Kubernetes Autoscaling](<https://devfeed.tech/articles/how-we-saved-over-3-million-in-idle-compute-costs-with-datadog-kubernetes-autoscaling-2284.md>)

Original publisher: [Read original article](<https://www.datadoghq.com/blog/how-we-saved-with-kubernetes-autoscaling/>)

Author: Jacob Simonov; Danny Driscoll; Jesse Feinman; Sophie Wigmore

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

Content type: article

Language: en

Sources: [Datadog | The Monitor blog](<https://devfeed.tech/sources/datadog-the-monitor-blog.md>)

Topics: [kubernetes autoscaling](<https://devfeed.tech/topics/kubernetes-autoscaling.md>), [autoscaling](<https://devfeed.tech/topics/autoscaling.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [migration](<https://devfeed.tech/topics/migration.md>), [configuration](<https://devfeed.tech/topics/configuration.md>), [cpu](<https://devfeed.tech/topics/cpu.md>), [data centers](<https://devfeed.tech/topics/data-centers.md>)

Tags: [autoscaling](<https://devfeed.tech/tags/autoscaling.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [compute](<https://devfeed.tech/tags/compute.md>), [cost](<https://devfeed.tech/tags/cost.md>), [cpu](<https://devfeed.tech/tags/cpu.md>), [data-centers](<https://devfeed.tech/tags/data-centers.md>), [guide](<https://devfeed.tech/tags/guide.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kubernetes-autoscaling](<https://devfeed.tech/tags/kubernetes-autoscaling.md>), [memory](<https://devfeed.tech/tags/memory.md>), [migration](<https://devfeed.tech/tags/migration.md>), [platform](<https://devfeed.tech/tags/platform.md>), [post](<https://devfeed.tech/tags/post.md>), [production](<https://devfeed.tech/tags/production.md>), [reduce](<https://devfeed.tech/tags/reduce.md>), [resource](<https://devfeed.tech/tags/resource.md>), [scale](<https://devfeed.tech/tags/scale.md>), [tooling](<https://devfeed.tech/tags/tooling.md>)

### AI overview

Datadog describes how its Kubernetes Autoscaling system helped a platform team automate horizontal scaling and vertical resource rightsizing across a large production fleet. The migration addressed manual pod sizing, difficult-to-maintain scaling configurations, idle compute costs, and reliability risks, contributing to more than $3 million in annualized idle compute savings across Datadog.

### Source excerpt

See how how multidimensional autoscaling reduced overprovisioning and mitigated reliability risks at scale.

## How Netflix Simplified Batch Compute with Kueue

DevFeed: [How Netflix Simplified Batch Compute with Kueue](<https://devfeed.tech/articles/how-netflix-simplified-batch-compute-with-kueue-139.md>)

Original publisher: [Read original article](<https://netflixtechblog.com/how-netflix-simplified-batch-compute-with-kueue-87860682629c?source=rss----2615bd06b42e---4>)

Author: Netflix Technology Blog

Published: 2026-06-22T21:35:01Z

Content type: article

Language: en

Sources: [Netflix](<https://devfeed.tech/sources/netflix.md>), [Netflix TechBlog - Medium](<https://devfeed.tech/sources/netflix-techblog-medium.md>)

Topics: [kueue](<https://devfeed.tech/topics/kueue.md>), [Netflix](<https://devfeed.tech/topics/netflix.md>), [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [migration](<https://devfeed.tech/topics/migration.md>), [Cloud](<https://devfeed.tech/topics/cloud.md>), [App](<https://devfeed.tech/topics/app.md>)

Tags: [applications](<https://devfeed.tech/tags/applications.md>), [aws](<https://devfeed.tech/tags/aws.md>), [batch](<https://devfeed.tech/tags/batch.md>), [cloud](<https://devfeed.tech/tags/cloud.md>), [compute](<https://devfeed.tech/tags/compute.md>), [ecosystem](<https://devfeed.tech/tags/ecosystem.md>), [infrastructure](<https://devfeed.tech/tags/infrastructure.md>), [jobs](<https://devfeed.tech/tags/jobs.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [kueue](<https://devfeed.tech/tags/kueue.md>), [migration](<https://devfeed.tech/tags/migration.md>), [netflix](<https://devfeed.tech/tags/netflix.md>), [platform](<https://devfeed.tech/tags/platform.md>), [resource](<https://devfeed.tech/tags/resource.md>), [work](<https://devfeed.tech/tags/work.md>)

### AI overview

Netflix describes its transition toward a more Kubernetes-native compute infrastructure and its adoption of Kueue, a cloud-native job queueing system for batch workloads. The article explains how Kueue replaced custom queuing and scheduling logic in Compute Managed Batch, supported the migration of millions of batch jobs, and enabled tenant-based capacity management and workload execution through Titus.

### Source excerpt

By Alvin Bao, Alex Petrov, Jennifer Lai, Aidan Sherr, and Samartha Chandrashekar As a part of the journey to transition Netflix's compute infrastructure to be more Kubernetes-native, we have leaned into incorporating components from the Kubernetes ecosystem into our container platform Titus. One example of this is our use of Kueue, a cloud-native job queueing system for batch workloads, which has largely replaced the custom queuing and scheduling logic in our homegrown managed batch solution Compute Managed Batch (CMB). In this post, we'll give an overview of what motivated the migration, how we migrated millions of batch jobs to use Kueue, and what Kueue allows us to offer as a Compute platform. Brief Overview of CMB and Titus CMB is a managed batch solution that allows users and applications to execute and manage workloads that run to completion. Using a tenant hierarchy, workloads are managed and queued with ordered execution through priorities, and capacity is managed on a per-tenant basis. Workloads that are submitted to CMB are then run on Titus. The features of Titus relevant to CMB are workload federation across multiple cells (Kubernetes clusters) and federated capacity reservations. This means CMB can talk to a single Titus endpoint to get/submit workloads and update capacity reservations without having to worry about the underlying cell/cluster topology. CMB Tenant Hierarchy Tenants provide a grouping mechanism for jobs submitted on behalf of certain organizations, platforms, or applications. Users can create and organize tenants however best suits their organization or use case. For example, an organization may use a single tenant across several applications or a complex hierarchical structure that matches its team and application ownership structure. Tenants are associated with a capacity configuration. The capacity configuration defines the amount of compute capacity available to the tenant and provides certain guarantees around isolation from other te

## Palana (Part 2): Architecting isolation, identity, and auditability for AI agents

DevFeed: [Palana (Part 2): Architecting isolation, identity, and auditability for AI agents](<https://devfeed.tech/articles/palana-part-2-architecting-isolation-identity-and-auditability-for-ai-agents-1253.md>)

Original publisher: [Read original article](<https://engineering.grab.com/part-2-palana-architecture>)

Author: Kevin Littlejohn

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

Content type: article

Language: en

Sources: [Grab Tech](<https://devfeed.tech/sources/grab-tech.md>)

Topics: [Kubernetes](<https://devfeed.tech/topics/kubernetes.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [systems](<https://devfeed.tech/topics/systems.md>), [observability](<https://devfeed.tech/topics/observability.md>), [Network](<https://devfeed.tech/topics/network.md>), [Authentication](<https://devfeed.tech/topics/authentication.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>), [Filesystems](<https://devfeed.tech/topics/filesystems.md>)

Tags: [agents](<https://devfeed.tech/tags/agents.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-agents](<https://devfeed.tech/tags/ai-agents.md>), [architecture](<https://devfeed.tech/tags/architecture.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [autonomous](<https://devfeed.tech/tags/autonomous.md>), [command-line](<https://devfeed.tech/tags/command-line.md>), [devsecops](<https://devfeed.tech/tags/devsecops.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [http](<https://devfeed.tech/tags/http.md>), [kubernetes](<https://devfeed.tech/tags/kubernetes.md>), [llm](<https://devfeed.tech/tags/llm.md>), [network](<https://devfeed.tech/tags/network.md>), [observability](<https://devfeed.tech/tags/observability.md>), [platform](<https://devfeed.tech/tags/platform.md>), [policy](<https://devfeed.tech/tags/policy.md>), [production](<https://devfeed.tech/tags/production.md>), [resource](<https://devfeed.tech/tags/resource.md>), [secrets](<https://devfeed.tech/tags/secrets.md>), [security](<https://devfeed.tech/tags/security.md>), [systems](<https://devfeed.tech/tags/systems.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

Palana Part 2 explains the architecture of Grab's Kubernetes-native secure execution platform for autonomous AI agents. It describes isolated user-and-agent namespaces, default-deny networking, proxy-mediated traffic, Vault-based secret separation, operator-managed resources, admission controls, persistent storage, observability signals, and identity handling.

### Source excerpt

Introduction In Part 1, we introduced Palana, Grab's Kubernetes-native secure execution platform for autonomous AI agents. We discussed the underlying need for isolated environments and covered its core design principles: treating isolation as the unit of trust, keeping credentials out of agent hands, and mediating all network access. In this second part, we'll dive under the hood into Palana's architecture, look at the agent lifecycle, and share the key lessons we learned from putting this system into production. Architecture overview The core request path looks like this: Figure 1. Palana architecture overview. The agent pod runs in a namespace owned by one user and one agent. It gets default-deny style network policy, domain name system (DNS), access to required platform services, and a persistent /data volume. Browser traffic enters through Traefik. LLM traffic goes to the LiteLLM wrapper in the gateway namespace. General Hypertext Transfer Protocol (HTTP) and Hypertext Transfer Protocol Secure (HTTPS) egress goes through the proxy namespace. Secrets are read from Vault only by the component authorized to use them. The operator is responsible for turning a user request into the concrete Kubernetes shape: The user creates an agent through pcli (Palana command-line interface) or the portal. Palana writes a UserAgent or Agent custom resource with the raw user identity. The operator creates the user and agent namespaces, service accounts, role bindings, storage, network policies, and ingress. The user runs a template or container image. Admission webhooks inject proxy environment variables and enforce pod-level restrictions. Logs, policy decisions, and activity signals are emitted to observability systems. Agent lifecycle From a user's perspective, the basic workflow is intentionally small: ./pcli login ./pcli create demo ./pcli secrets add demo GRABGPT_API_KEY token=<token> ./pcli run demo --template claudecodeui Behind those commands, Palana provisions an isolated

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