2026-05-08
27 feeds · 77 articles traités · 20 sélectionnés · gemma4:e2b · 2026-05-08T09:10:58.511Z
r/devops (Tier 1) · Publié : 2026-05-08 · 51.2/10
I'm used to backend projects having a prod stack.yaml you can deploy to a swarm. The directory structure would look like: project/ |-- fake-db/ |-- fake-other-thing/ |-- app/ |-- docker-compose.yml `-- stack.yml I've recently been doing quite a bit of Apache webserver config work. What I started with was a fairly hefty envvars file, but after awhile parody between environments became tedious enough to get me interested in using Ansible for it. Normally, when I have to develop on my own l
DevOps.com (Tier 1) · Publié : 2026-05-07 · 45.4/10
In today’s fast-paced software development landscape, Continuous Integration and Continuous Deployment (CI/CD) pipelines are essential for delivering applications efficiently. However, the speed and automation they offer can inadvertently introduce security vulnerabilities if not properly managed. Integrating security into CI/CD pipelines, often referred to as DevSecOps, is no longer optional; it’s a necessity. The Importance of […]
The New Stack (Tier 1) · Publié : 2026-05-07 · 35.6/10
Keeping observability data locked behind the SRE job function is a mistake. Today’s leading companies are making operational data available The post Elastic architects reveal how to query observability data in plain English appeared first on The New Stack .
DZone DevOps (Tier 1) · Publié : 2026-05-07 · 35.2/10
In highly automated engineering environments, the modern CI/CD pipeline has become a critical trust boundary. Every commit, build, and deployment represents an implicit decision to trust. If that trust is compromised, the pipeline does not just fail; it faithfully delivers compromise at scale . While a significant amount of security effort still centers on production defenses, the most effective attacks are increasingly targeting upstream, where artifacts are created and dependencies are resolve
The New Stack (Tier 1) · Publié : 2026-05-07 · 32.7/10
Kubernetes is complicated; everybody knows it. Logically enough, Kubernetes deployed as a cluster of collected and coalesced instances at “fleet The post How Microsoft is governing thousands of Kubernetes clusters without manual intervention appeared first on The New Stack .
Kubernetes Blog (Tier 1) · Publié : 2026-05-07 · 31.0/10
Dynamic Resource Allocation (DRA) has fundamentally changed how platform administrators handle hardware accelerators and specialized resources in Kubernetes. In the v1.36 release, DRA continues to mature, bringing a wave of feature graduations, critical usability improvements, and new capabilities that extend the flexibility of DRA to native resources like memory and CPU, and support for ResourceClaims in PodGroups. Driver availability continues to expand. Beyond specialized compute accelerators
r/devops (Tier 1) · Publié : 2026-05-08 · 30.4/10
I'm currently working on a DevOps lab and spinning up some EC2 instances, but I find myself constantly tearing them down just to keep costs from spiraling. I'm using On-Demand instances right now, but my actual goal is to keep these projects active. In total, I need four machines: one for the database, one for the application, one for automation (n8n), and one for a messaging API. The problem is that paying for four machines, including EBS and other fees, without having consistent usage
r/devops (Tier 1) · Publié : 2026-05-07 · 28.3/10
Good afternoon everyone, I am in my first leadership position over a DevOps team. Been steadily learning the cadence of their work and skills, but one thing I am still confused by. Busy work - the daily bump and grind so to speak, as it pertains to 8-5 workload. In speaking with my teams, the ratio of planned vs unplanned (reactionary, “keep the lights on”) type of work is way out of skew. Like… 35% planned vs 65% unplanned firefighting. I’m a powershell scripter as part of my history, so I thin
r/devops (Tier 1) · Publié : 2026-05-07 · 26.6/10
I’m currently working as a grants officer and would love some advice as to how to get into devops engineering. Right now i’m learning with a KodeKloud devops bootcamp but i just want to know what else i could do to really get my foot in the door, as someone whose only done a it technician bootcamp before and doesn’t have much experience submitted by /u/unlikelyness28 [link] [comments]
Grafana Blog (Tier 1) · Publié : 2026-05-07 · 25.2/10
Most platform and observability teams have logs they know are noise. These could be throwaway health check logs, forgotten DEBUG logs, or verbose INFO logs from little used services that only serve to inflate your bill. Regardless of what they contain and why they're there in the first place, the hard part is getting rid of them. Centralized teams want to easily and quickly prevent these logs from being ingested, without having to work with toilsome infrastructure change management to do so. The
r/devops (Tier 1) · Publié : 2026-05-07 · 25.1/10
They shipped an impressive new release that I wanted to share, since it helped me so much over the past few years. I used this heavily at a previous job, monitoring several thousand TLS Secrets across k8s clusters with. At that scale we'd started hitting scrape timeouts and bumping the exporter's CPU/memory limits non-trivially. v4 addresses both, and it's a drop-in upgrade, existing values.yaml, PromQL alerts and dashboards keep working as-is Top changes that makes me happy: Server-
r/devops (Tier 1) · Publié : 2026-05-07 · 23.7/10
Hey all, i’m looking for real feedback before I keep investing. TL:DR a new yaml parser tool to visualize your workflows. Please help me test. https://dr-yaml.com/ I kept losing time waiting for the commit → push → wait 5min → fail on a typo or a misread if: loop. Especially painful when migrating between platforms or onboarding to someone else's pipeline. Existing visualizers only show pipelines after they run, and none of them simulate "what happens if X branch / Y event / Z secret mi
r/devops (Tier 1) · Publié : 2026-05-08 · 22.4/10
Hi! We’re running a research study at Warsaw University of Technology on how generative AI is (or could be) used in software architecture – and what it means to use it in a trustworthy way (lawful, ethical, and robust). The project is a collaboration between researchers from Warsaw University of Technology, the University of Oulu, and the University of Southern Denmark. We’re looking for people who: Have made software architecture decisions (e.g., chose system structure/communication, data stora
r/devops (Tier 1) · Publié : 2026-05-08 · 19.8/10
Hi, guys! While trying to architect and develop my own configuration management platform I came to an idea to create a site/api where vendors and community in general can add commands and switches/flags/arguments for install and uninstall the software. That should be a 'database' available to everyone who want to automatize the software (un)installation. As every installer has its own command args which differ between each others, this API would help to standardize a software (un)install
Hacker News (Tier 1) · Publié : 2026-05-07 · 18.8/10
Article URL: https://www.bleepingcomputer.com/news/security/instructure-hacker-claims-data-theft-from-8-800-schools-universities/ Comments URL: https://news.ycombinator.com/item?id=48054386 Points: 143 # Comments: 2
The New Stack (Tier 1) · Publié : 2026-05-07 · 18.8/10
Security has emerged as one of the core stumbling blocks in the AI coding space: Companies are racing to connect The post GitHub builds an immune system for AI coding agents running on MCP appeared first on The New Stack .
DevOps.com (Tier 1) · Publié : 2026-05-07 · 18.6/10
A global survey of 636 software development professionals published today finds nearly two-thirds (64%) believe they are achieving at least a 25% increase in developer velocity and productivity using artificial intelligence (AI). Conducted by Jellyfish, a provider of a software engineering intelligence platform, just under a quarter (24%) report there has been a 50% to […]
It's FOSS (Tier 1) · Publié : 2026-05-07 · 17.9/10
Not a good week for Ubuntu fans.
r/devops (Tier 1) · Publié : 2026-05-08 · 17.6/10
The amount of non sensical noise from scanners , unused artifacts, 3p dependencies and the general lack build time hygiene makes our CI CD painfully slow. There is a lot to triage at the end of each build (referring specifically to images we ship). What do people use for gating releases and what does your triage/remediation process for unfixable CVEs look like? Please don’t suggest vendor tools or catalogs. We have 0 budget to buy anything. submitted by /u/-Devlin- [link] [comm
HashiCorp Blog (Tier 1) · Publié : 2026-05-07 · 17.5/10
Learn to migrate LDAP static roles to IBM Vault Enterprise 2.0’s centralized rotation system, featuring self-managed flows and automated lifecycle management.
Généré par veille-auto · Modèle : gemma4:e2b