2026-05-07
27 feeds · 84 articles traités · 20 sélectionnés · gemma4:e2b · 2026-05-07T09:12:10.512Z
r/devops (Tier 1) · Publié : 2026-05-06 · 91.2/10
note: i used ai to correct typos Hey, I hope I don't get a lot of hate for sharing this, but I'm a first-year master's student who is interested in DevOps and cloud. I know DevOps is not an entry-level field, but companies in my country hire junior DevOps engineers after completing a mandatory 4-month internship if they perform well. I have a background in web development because I completed a bachelor's degree in web development, so I understand all layers of web applications. M
Grafana Blog (Tier 1) · Publié : 2026-05-06 · 74.7/10
So your database is slow. Now what? Grafana Cloud Database Observability already gives you visibility into your SQL queries with RED metrics, individual execution samples, wait event breakdowns, table schemas, and visual explain plans. But visibility is just the starting point. You can see that a query's P99 latency spiked, but what should you do about it? You can see wait events like wait/synch/mutex/innodb firing, but what does that actually mean? Thankfully, you can now use the new Grafana As
r/devops (Tier 1) · Publié : 2026-05-06 · 70.8/10
I've been building free audio courses on DevOps topics: things like Docker, Kubernetes, Terraform, GitHub Actions, Helm. Structured episodes you can follow without staring at a screen. Now planning what to cover next and I'm curious what this community feels is underserved in terms of learning resources. Not necessarily the trendiest topic, but the one where you actually struggled to find something decent when you needed it. A few I'm weighing up: - ArgoCD and GitOps workflows - Open
r/devops (Tier 1) · Publié : 2026-05-06 · 53.7/10
Hi everyone, Following advice from my previous post, I switched from restoring a ~3 GB node_modules cache in every Nx CI job to using a custom Docker image with dependencies preinstalled. It solved part of the cache overhead, but now my test stage (13 parallel jobs on GitLab Kubernetes runners) randomly fails on some jobs with: ContainersNotReady: "containers with unready status: [build helper]" Not all jobs fail, and it’s different every pipeline. I have no access to runner/K8s logs,
The New Stack (Tier 1) · Publié : 2026-05-06 · 37.3/10
Kubernetes shipped a long-awaited security feature last week: user namespace support for pods. It may sound like an obscure feature The post Kubernetes finally lands user namespace support, but shared kernel problem remains appeared first on The New Stack .
Kubernetes Blog (Tier 1) · Publié : 2026-05-06 · 34.0/10
As Kubernetes clusters grow to tens of thousands of nodes, controllers that watch high-cardinality resources like Pods face a scaling wall. Every replica of a horizontally scaled controller receives the full stream of events from the API server, paying the CPU, memory, and network cost to deserialize everything, only to discard the objects it is not responsible for. Scaling out the controller does not reduce per-replica cost; it multiplies it. Kubernetes v1.36 introduces server-side sharded list
CNCF Blog (Tier 1) · Publié : 2026-05-06 · 32.9/10
I’ve spent enough time in and around cloud native infrastructure to know that we’re reasonably good at standardizing the theory. OpenTelemetry for instrumentation, Prometheus for metrics, Jaeger and Tempo for distributed tracing, Fluentd or Loki for...
r/devops (Tier 1) · Publié : 2026-05-07 · 29.5/10
I am a digital product designer. I design apps and websites. I have been looking for a job for quite some time now and recently met my cousins who also work in IT. They told me that nowadays most UI/UX work is being done by developers using AI tools, so companies do not really need product designers like before. They even suggested that I should switch to DevOps or some other technical field. Honestly hearing that made me very anxious because I have spent a lot of time learning product design, b
r/devops (Tier 1) · Publié : 2026-05-07 · 24.8/10
Devops scope is huge. I mean everyone knows it. It’s huge. And yes some things are fundamental. And some things are just picky. I think it’s good practice before the interview to strengthen and recall your past experience and the things you’re good at. More proficient. If it’s part of the req. in that position. But it’s also very crucial to remember the basics. Like Linux commands. Or have decent coding skills on the spot. Just in case someone pulls up on you see if you can actually code. What d
Korben (Tier 1) · Publié : 2026-05-06 · 24.7/10
Avec iOS 26.5, Apple corrige enfin un manque que tout le monde signalait depuis l'arrivée du RCS sur iPhone : les messages échangés entre un iPhone et un Android n'étaient pas chiffrés. Côté iPhone-vers-iPhone, les iMessage sont protégés de bout en bout depuis des années. Mais sitôt que la conversation passait par Android, la communication redevenait en clair, comme un bon vieux SMS. Plus pour longtemps. Apple a travaillé avec la GSMA pour finaliser la version 3.0 de l'Universal Profile RCS, qui
r/devops (Tier 1) · Publié : 2026-05-07 · 23.7/10
Most people use Ollama as a primary local model. I ended up using it differently — as a continuation layer when the cloud fails. Here's how a real session played out: Turn 1 - Claude failed ( credit_balance ) Trooper detected the error, fell back to Ollama, and carried full context: X-Trooper-Decision: ollama (fallback: credit_balance) X-Trooper-Summary: claude → ollama (credit_balance) | context ✓ X-Trooper-Session-Saved: 12 tokens Turns 2–6 — simple queries (local only) Rule-based classifi
The New Stack (Tier 1) · Publié : 2026-05-06 · 20.0/10
Who gave agents root access? On April 25, 2026, a Cursor AI coding agent deleted the entire production database of The post How a Cursor AI agent wiped PocketOS’s production database in under 10 seconds appeared first on The New Stack .
The New Stack (Tier 1) · Publié : 2026-05-06 · 20.0/10
Agentic AI is in a hurry, and the open-source projects underpinning it are evolving at a breakneck pace. To ensure The post Why the Linux Foundation adopted MCP, with Jim Zemlin and Mazin Gilbert appeared first on The New Stack .
Korben (Tier 1) · Publié : 2026-05-07 · 18.3/10
Bon, maintenant que vous avez vos chaînes IPTV qui tournent via Tunarr ou xTeVe, votre flux XMLTV est super propre. Mais il vous manque un seul truc : Un guide de programme potable. Hé bien GridTV développé par l'ami JohnnyBeGood est là pour ça ! GridTV c'est une interface web en PHP/JS/CSS qui transforme toute source XMLTV compatible en guide TV façon grille horizontale, avec l'indicateur "maintenant" visible en permanence, un barre de progression du programme en cours, et les émissio
The New Stack (Tier 1) · Publié : 2026-05-06 · 17.7/10
The Association for Computing Machinery‘s (ACM) Technology Policy Council (TPC) has a message for organizations riding the vibe coding wave: The post “AI systems do not understand”: New report flags systemic failures in AI coding appeared first on The New Stack .
Korben (Tier 1) · Publié : 2026-05-06 · 17.5/10
Énorme retournement de situation. ShinyHunters, le groupe qui avait piraté Rockstar via Anodot mi-avril et exigé une rançon, a fini par balancer ses données sur internet quand l'éditeur a refusé de payer. Le but était de faire mal financièrement à Take-Two, sauf que les chiffres révélés étaient si impressionnants que l'effet a été l'exact opposé. En effet, l'action Take-Two est passée d'environ 202 dollars à presque 208 dollars en une matinée, soit une capitalisation boursière qui a pris à peu p
r/devops (Tier 1) · Publié : 2026-05-06 · 17.3/10
I know many folks here build cool stuff, but every time someone start with, "I built.." I think Yeah.... you and Claude (but mostly Claude). Edit: To be clear, I’m not sad about (or at) AI coding assistants. I use them daily and they’re genuinely speeding me up in my work. I’m mad about the surge of low-effort, weekend-project AI slop from people who don’t understand what they made, what risks users may encounter, don’t know how to support it, and are now asking the rest of us to appla
Korben (Tier 1) · Publié : 2026-05-07 · 17.0/10
-- Article en partenariat avec Surfshark VPN -- On connaît tous les grands noms des protocoles VPN : WireGuard, OpenVPN, IKEv2 (Surfshark VPN utilise les 3). Ce sont des bêtes solides, mais elles ont au départ été pondues pour des usages pro, avec des armées de serveurs en entreprise et des configs à rallonge. Puis on les a adaptés pour nous, les users lambda qui veulent juste binge-watcher une série sur Netflix ou checker ses mails sur le Wi-Fi crade du troquet du coin, sans se prendre la tête
The New Stack (Tier 1) · Publié : 2026-05-06 · 16.7/10
Pinecone just declared the RAG era over. Pinecone built the vector database category. It defined RAG as the standard pattern The post The company that made RAG mainstream is now betting against it appeared first on The New Stack .
CNCF Blog (Tier 1) · Publié : 2026-05-07 · 16.6/10
The CNCF Technical Oversight Committee (TOC) has voted to accept Microcks as a CNCF incubating project. About Microcks Modern software teams build applications as collections of interconnected APIs and microservices, and with that architecture comes a...
Généré par veille-auto · Modèle : gemma4:e2b