2026-07-14
27 feeds · 67 articles traités · 20 sélectionnés · gemma4:e2b · 2026-07-14T09:10:28.261Z
Kubernetes Blog (Tier 1) · Publié : 2026-07-13 · 65.3/10
Kubernetes has quietly become the default platform for AI and machine learning. Whether you run notebook servers for data scientists, schedule distributed training jobs, tune hyperparameters, or orchestrate multi-step ML pipelines, those workloads increasingly land on a Kubernetes cluster. Kubeflow is one of the most popular ways to assemble that stack, and it does so the Kubernetes-native way: every capability is exposed as a Custom Resource Definition (CRD). That design is a gift to cluster op
Grafana Blog (Tier 1) · Publié : 2026-07-13 · 51.4/10
Modern applications can fail in many different ways, from performance regressions and frontend errors to systems that break under heavy load. Because no single testing or monitoring approach can catch every type of failure, effective reliability testing requires multiple layers that validate your application before, during, and after their release. In this post, we'll look at how three solutions in Grafana Cloud— Synthetic Monitoring , Frontend Observability , and k6 —work together to form a com
r/devops (Tier 1) · Publié : 2026-07-13 · 42.1/10
Hi everyone, I'm looking for advice from developers who build infrastructure or DevOps-oriented software. My goal isn't to become a typical CRUD web developer. Instead, I'd like to build things like hosting/server management panels, deployment tools, automation systems, monitoring dashboards, and software that interacts with Linux servers, Docker, networking, SSH, DNS, reverse proxies, and similar infrastructure. I'll primarily be building these projects with C# and ASP.NET Core,
Kubernetes Blog (Tier 1) · Publié : 2026-07-13 · 41.9/10
1. Before you start: know what is changing Kubernetes Dashboard and Headlamp both show what is running in a cluster, but they work differently. When Headlamp runs on the desktop, it uses your existing kubeconfig to connect to one or more clusters and can be extended with plugins. When Headlamp runs inside a cluster, it uses a Kubernetes ServiceAccount to access the API and follow RBAC rules. Kubernetes Dashboard, in contrast, only runs in-cluster and always relies on service account tokens. Unde
DevOps.com (Tier 1) · Publié : 2026-07-13 · 37.5/10
DevOps.com is now providing a weekly DevOps jobs report through which opportunities for DevOps professionals will be highlighted as part of an effort to better serve our audience. Our goal in these challenging economic times is to make it just that much easier for DevOps professionals to advance their careers. Of course, the pool of […]
DevOps.com (Tier 1) · Publié : 2026-07-13 · 30.4/10
For years, software supply-chain security discussions focused on centralized infrastructure such as build servers, package registries, and CI/CD systems. Recent attacks suggest that this view is incomplete. The Megalodon campaign injected malicious GitHub Actions workflows into thousands of repositories, while a separate incident involving a malicious Visual Studio Code extension demonstrated how a single compromised […]
r/devops (Tier 1) · Publié : 2026-07-13 · 29.9/10
UPDATE / SOLVED: Thank you everyone for the brutal honesty and great advice! You successfully saved me from the "no degree" trap. I am going to take your advice, enroll in my local university to bypass the HR filters, and use my AWS/infrastructure freelancing to pay for the tuition. I really appreciate the guidance! Hi everyone, I’m facing a major turning point in my career path and need some unfiltered, realistic advice from people working in the industry. I am 19 years old, living in
r/devops (Tier 1) · Publié : 2026-07-14 · 27.9/10
New work laptop, wanted to switch off Ubuntu to Fedora. Turns out our EDR (Acronis) doesn't support Fedora at all for antimalware/EDR — only Ubuntu, Debian, RHEL-family, and SUSE make the list (Rocky/Alma/Ubuntu 24.04 just got added recently). Ended up staying on Ubuntu since it's the safest bet either way. Questions for you all: Does your EDR/security agent limit your distro choice? Which one do you run? Anyone gotten an unsupported distro approved by IT anyway? How'd you make the c
r/devops (Tier 1) · Publié : 2026-07-13 · 26.9/10
I've just starting to learn the fundamentals of devops and started with linux. A lot of people recommended this game online saying it's good for building command line skills what do you guys think? submitted by /u/Lost_Mousse9930 [link] [comments]
OpenTelemetry Blog (Tier 1) · Publié : 2026-07-14 · 25.7/10
The OpenTelemetry Spring Boot starter gained declarative-configuration support starting in version 2.26.0 — the same YAML schema the Java agent introduced in late 2025 , now embedded inside application.yaml . This post traces what one env var, OTEL_SERVICE_NAME=petclinic , does in that new world, and where the seams are. In a hurry? Jump straight to the Spring Boot starter declarative-config docs , paste your application.properties into the interactive converter , or pick your SDK setup in the E
r/devops (Tier 1) · Publié : 2026-07-14 · 25.5/10
If you are someone looking for transition to AI infra roles from Devops, this podcast is for you- https://www.youtube.com/live/82UoYSWaGpk?si=h6qmIfIN4gVZGlnm Here I discussed tips, projects, interview questions. submitted by /u/shikha-singh-the-gr8 [link] [comments]
CNCF Blog (Tier 1) · Publié : 2026-07-13 · 24.6/10
As more organizations move to use OpenTelemetry in production at scale, with multiple Collectors across heterogeneous environments, a new challenge arises: how to remotely manage, configure, and update this agent fleet in a consistent and secure...
r/devops (Tier 1) · Publié : 2026-07-13 · 24.0/10
Hey all. I am building a POC for deploying Snowflake objects like table, stream, task, stage etc... to multiple environments like DEV/QA (single only) & PROD with the help of CICD and used Github actions for it. I have never built something like this before and never worked on project consisting CICD in it. So, I have used Schemachange library to detect schemachange and sqlfluff for SQL linting. Also using some python scripts to build backup of existing DB snapshot before deployment and roll
Hacker News (Tier 1) · Publié : 2026-07-13 · 23.1/10
Article URL: https://github.com/Poseidon-fan/linux-0.11-rs Comments URL: https://news.ycombinator.com/item?id=48898134 Points: 99 # Comments: 83
Korben (Tier 1) · Publié : 2026-07-13 · 21.8/10
Faire tourner des jeux PS5 sur un simple PC, c'est encore de la science-fiction, mais quelques développeurs viennent de franchir un petit cap. Deux émulateurs, ces logiciels qui imitent une console pour lancer ses jeux ailleurs, commencent à montrer les premiers signes de vie. Le plus avancé s'appelle SharpEMU , développé par un certain iExplosiveRage. Il arrive déjà à faire tourner un vrai jeu du commerce, Dreaming Sarah, un petit titre de plateforme et de réflexion en 2D.
Lobste.rs (Tier 1) · Publié : 2026-07-13 · 18.5/10
This past Saturday, @pushcx and I deployed the SQLite pull request to production. We were waiting till this morning to see how it would react to the Monday traffic spike before making this post. Needless to say, SQLite seems to have passed with flying colors: cpu usage is down, memory usage is down, site seems to be snappier at least for me, 1/2 the vps cost once mariadb vps is taken down, and finally "We're having a quiet Monday." . Finally #539 Migrate to SQLite was closed this morning. Let us
Korben (Tier 1) · Publié : 2026-07-13 · 15.4/10
Apple vient donc de mettre la main sur SigLens, un logiciel open source de surveillance d'applications, en rachetant les actifs de la petite société américaine qui le développe, SigScalr. L'annonce est tombée ce 13 juillet, même si le dossier avait été notifié à l'Union européenne dès le mois de mars. Le montant reste secret. De quoi parle-t-on au juste ? SigLens fait de l'observabilité, un mot barbare pour désigner l'art de surveiller ce qui se passe à l'intérieur d'une application ou d'un serv
Korben (Tier 1) · Publié : 2026-07-13 · 14.2/10
Google est allé raconter à la Commission européenne ce que les gens qui s'y connaissent un peu en réseau répètent depuis 15 ans : Bloquer les résolveurs DNS, les VPN et les adresses IP pour lutter contre le piratage, ça ne marche pas. Dans un document envoyé pour la consultation sur la révision de la directive copyright, Mountain View écrit que « bloquer les résolveurs DNS, les IP ou les VPN est inefficace, car cela ne supprime pas du tout le contenu et se contourne facilement en utilisant des r
The New Stack (Tier 1) · Publié : 2026-07-13 · 14.1/10
Microsoft Chairman and CEO Satya Nadella took to the internet to share his thoughts about the hidden cost of enterprise The post Microsoft CEO Satya Nadella says you’re paying for AI twice — the second price is worse appeared first on The New Stack .
DevOps.com (Tier 1) · Publié : 2026-07-14 · 14.1/10
Datadog researchers uncover months-long overlapping campaigns to scrape data about companies and their developers.
Généré par veille-auto · Modèle : gemma4:e2b