Veille Technologique

2026-07-15

27 feeds · 67 articles traités · 20 sélectionnés · gemma4:e2b · 2026-07-15T09:10:05.668Z

Divers

Stop switching tools to find answers: Grafana Assistant now works across 30+ data sources

Grafana Blog (Tier 1) · Publié : 2026-07-14 · 57.1/10

When you're the on-call engineer and something breaks, you can quickly find yourself deep in a series of tools you don't regularly use—switching tabs, copying query results, and manually stitching together a picture of what's happening and why. People are increasingly turning to AI to get around this, but the results can be a mixed bag. For example, many of today's observability, data warehousing, or project management tools come equipped with powerful AI assistants that can help you get answers

What enterprise backup solution are you using for Azure VMs and Blob Storage?

r/devops (Tier 1) · Publié : 2026-07-15 · 46.6/10

We're taking another look at our Azure backup strategy and are curious how other teams are handling it Azure Backup does a good job for many use cases, but we're also thinking about scenarios where we'd want copies of our data outside the same Azure environment. That could mean another tenant, another cloud, or a dedicated backup platform to improve recovery options. Our environment is primarily Azure VMs, Azure Blob Storage, Azure SQ databases, and a few terabytes of data overall. F

Building a Custom Metrics Exporter for Kubernetes

Kubernetes Blog (Tier 1) · Publié : 2026-07-14 · 43.9/10

Kubernetes ships with built-in awareness of CPU and memory, but most real-world scaling decisions depend on signals that live entirely outside that narrow window: how many messages are waiting in a queue, how long the last batch job took, how many active WebSocket connections a pod is holding. When the built-in metrics are not enough, a metrics exporter bridges that gap. This post walks through writing one from scratch, packaging it as a container, and wiring it into a cluster so that Prometheus

GitHub Actions OIDC AWS: "Not authorized to perform sts:AssumeRoleWithWebIdentity" even after fixing sub/environment claims, what am I missing?

r/devops (Tier 1) · Publié : 2026-07-14 · 33.4/10

Been stuck on this for a while. Production CI/CD pipeline, GitHub Actions job needs to assume an AWS IAM role via OIDC to push to ECR. Error: Error: Could not assume role with OIDC: Not authorized to perform sts:AssumeRoleWithWebIdentity Setup: Repo: single GitHub repo, workflow triggers on version tags ( v*.*.* ) The failing job declares environment: production at the job level IAM role has OIDC federated trust with token.actions.githubusercontent.com permissions: id-token: write is set at the

AWS will now watch Microsoft’s cloud for you

The New Stack (Tier 1) · Publié : 2026-07-14 · 29.9/10

On Tuesday, AWS announced an expansion to Security Hub, its security operations service, to also monitor Microsoft Azure resources, in addition The post AWS will now watch Microsoft’s cloud for you appeared first on The New Stack .

Microsoft has released software updates to plug at least 570 security holes

Hacker News (Tier 1) · Publié : 2026-07-14 · 29.9/10

Article URL: https://krebsonsecurity.com/2026/07/microsoft-patches-a-record-570-security-flaws/ Comments URL: https://news.ycombinator.com/item?id=48913190 Points: 122 # Comments: 69

Server monitoring (cpu/ram/disk) recommendations please

r/devops (Tier 1) · Publié : 2026-07-14 · 27.9/10

Hello everyone, so I am currently using NewRelic for half of my setup and grafana (self-hosted) + prometheus for the other half, however I'm looking to move out of grafana and probably use a cloud service, however NR is kinda expensive for my needs; I need to monitor CPU usage, RAM and DISK + any syslog error (as extra), any recommendations/ideas? submitted by /u/no1saysitwasez [link] [comments]

Automated Incident Remediation with AWS DevOps Agent and Kiro CLI

AWS DevOps Blog (Tier 1) · Publié : 2026-07-14 · 27.9/10

Introduction Automated incident remediation – turning investigation findings into deployed fixes without manual toil – is the next frontier for operations teams running distributed workloads on AWS. Today, when an incident fires at 2 AM, the on-call engineer must correlate telemetry across Amazon CloudWatch, deployment pipelines, and application logs, then manually write and deploy a […]

Has an AI agent (Copilot, Cursor, etc) ever broken something in your infra/pipeline?

r/devops (Tier 1) · Publié : 2026-07-14 · 27.6/10

I'm a DevOps engineer, and recently I saw a case where an AI agent "fixed" something in a pipeline that it thought was fine, but it ended up destroying something in the infrastructure. I caught it fast because I know the system well, but it got me thinking about how dangerous this could be for a team without dedicated DevOps. I'm exploring whether it's worth building a simple, cheap tool that acts as a "safety net" checks/blocks destructive actions (delete, destro

TS-2026-009: Insecure argument handling in Tailscale SSH permitted root access

Hacker News (Tier 1) · Publié : 2026-07-15 · 19.9/10

Article URL: https://tailscale.com/security-bulletins Comments URL: https://news.ycombinator.com/item?id=48915004 Points: 146 # Comments: 68

Empathy and delight mean nothing when the software is disrespectful

Lobste.rs (Tier 1) · Publié : 2026-07-15 · 15.8/10

Comments

Measuring input latency on Linux: X11 vs Wayland, VRR, and DXVK

Lobste.rs (Tier 1) · Publié : 2026-07-14 · 15.6/10

Comments

KeycloakCon Japan 2026: Navigating cloud native identity and the AI frontier

CNCF Blog (Tier 1) · Publié : 2026-07-14 · 14.3/10

The countdown is officially on. In just a few weeks, the cloud-native ecosystem meets in Yokohama for KubeCon + CloudNativeCon Japan 2026. Taking place on Tuesday, July 28 from 09:00 – 12:30, KeycloakCon Japan brings together...

@clickhouse/rowbinary: when your library is also a parser compiler

Lobste.rs (Tier 1) · Publié : 2026-07-15 · 14.2/10

I used to do the "proper" parser generation work some time ago and found out that a good enough generator has to make so many opinionated decisions that it starts to feel like writing a… small natural language translation level nuanced machine. Thus the attempt to use modern coding LLMs to please each and every picky user. Comments

Is a Pod the right deployment unit for an AI agent?

CNCF Blog (Tier 1) · Publié : 2026-07-14 · 14.1/10

When we first started building kagent, we didn’t run every agent in its own Kubernetes Pod, Service, and ServiceAccount. Instead, agents were simply executed inside the kagent runtime. It was the simplest architecture possible: one runtime...

What makes CIOs trust an AI agent? Thira bets it’s not the model.

The New Stack (Tier 1) · Publié : 2026-07-14 · 13.6/10

Sunny Gupta spent a decade and a half building Apptio into the system of record for enterprise technology spend. His The post What makes CIOs trust an AI agent? Thira bets it’s not the model. appeared first on The New Stack .

OpenAI hits 8 million Codex users — what developers need to know

The New Stack (Tier 1) · Publié : 2026-07-14 · 13.5/10

OpenAI launched GPT-5.6 last week and folded Codex into a unified ChatGPT desktop app. Since then, the company has been The post OpenAI hits 8 million Codex users — what developers need to know appeared first on The New Stack .

The enterprise strikes back: Keep your data, ditch the AI bill.

The New Stack (Tier 1) · Publié : 2026-07-14 · 13.3/10

As the AI cost crisis begins to fade from the forefront, a related fear is rearing its head: The need The post The enterprise strikes back: Keep your data, ditch the AI bill. appeared first on The New Stack .

Open-source AI is just “4 months behind” closed frontier models — and 10x cheaper

The New Stack (Tier 1) · Publié : 2026-07-14 · 12.8/10

A quiet revolution is brewing in the AI model space. The dominance of proprietary closed frontier models has been cemented The post Open-source AI is just “4 months behind” closed frontier models — and 10x cheaper appeared first on The New Stack .

LeMario: Training a JEPA World Model on Super Mario Bros

Hacker News (Tier 1) · Publié : 2026-07-14 · 12.8/10

Article URL: https://www.benjamin-bai.com/projects/lemario Comments URL: https://news.ycombinator.com/item?id=48913763 Points: 94 # Comments: 12

Généré par veille-auto · Modèle : gemma4:e2b