DevOps&SRE Library
19.4K subscribers
426 photos
2 videos
2 files
5.32K links
Библиотека статей по теме DevOps и SRE.

Реклама: @ostinostin
Контент: @mxssl

РКН: https://www.gosuslugi.ru/snet/67704b536aa9672b963777b3
Download Telegram
Администрируете Linux «по наитию» и гасите инциденты по ночам, вместо того чтобы управлять инфраструктурой системно?

🧠 На повышении квалификации «Администратор Linux. Продвинутый уровень» вы разложите Linux по полочкам: от установки, загрузки и работы с файловыми системами до сетей, сервисов, мониторинга, резервного копирования и безопасности. Будете разбирать реальные кейсы, а не учебные примеры уровня «домашнего сервера».

💪 После обучения вы сможете уверенно подбирать конфигурации под нагрузки, оптимизировать производительность, строить отказоустойчивые схемы, настраивать Zabbix/Prometheus, Nginx, базы данных, файрволы и бэкапы. Эти навыки — прямое усиление вашей позиции как системного администратора, DevOps-инженера или backend-разработчика.

🎁 Пройди вступительный тест и получи в подарок запись урока «Простой роутер на Linux». Десятки других записей будут разблокированы на странице курса.

👉 Пройти вступительный тест: https://vk.cc/cYMO2G

Реклама. ООО «Отус онлайн-образование», ОГРН 1177746618576, www.otus.ru, erid: 2VtzqxY71xm
1 Million Tokens Per Second: Qwen 3.5 27B on GKE with B200 GPUs

96 B200 GPUs. 12 nodes. A load balancer distributing requests across them.


https://medium.com/google-cloud/1-million-tokens-per-second-qwen-3-5-27b-on-gke-with-b200-gpus-161da5c1b592
Ansible AWX: Infrastructure Automation on Top of Kubernetes

This article documents our team’s research journey exploring Ansible AWX as an infrastructure automation orchestration platform — from initial deployment and OpenStack integration to air-gap installation.


https://medium.com/@btech-engineering/ansible-awx-infrastructure-automation-on-top-of-kubernetes-9c81986131c4
Инвестируй лето в свое будущее 🚀

ИТ-холдинг Т1 открыл набор в ИТ-лагерьоплачиваемую стажерскую программу для студентов, где за 2,5 месяца можно погрузиться в работу над реальным ИТ-проектом и получить опыт командной разработки.

Можно участвовать без опыта и из любой точки страны!

Что тебя ждет:
🔷 реальные бизнес-задачи;
🔷 работа в команде при поддержке экспертов Т1;
🔷 мастер-классы и обмен опытом;
🔷 защита проекта в финале проекта.

Какие направления можно выбрать:
🔘 фронтенд-разработка (React);
🔘 бэкэнд-разработка (Java);
🔘 системный анализ;
🔘 ручное тестирование;
🔘 прикладное администрирование (DevOps).

Лето может стать не просто каникулами, а стартом в ИТ вместе с Т1.

Присоединяйся! Прием заявок до 30 июня. Старт — в июле.

Реклама. Рекламодатель АО "Т1" , 18+
ИНН: 9714075174
erid:
2SDnjdvx8xr
Please open Telegram to view this post
VIEW IN TELEGRAM
I setup Kubermatic SecureGuard before it even existed

Kubermatic just released SecureGuard — an open-source secrets management platform built on OpenBao and External Secrets Operator.


https://dmuix.medium.com/i-setup-kubermatic-secureguard-before-it-even-existed-03137e825c3a
SRE: Secrets Management in Kubernetes

Base64 is a reversible encoding, not a security mechanism.


https://segfaultpw.substack.com/p/sre-secrets-management-in-kubernetes
Fixing ISR Revalidation Across Kubernetes Replicas

The fix took us down a rabbit hole of Next.js caching internals, Kubernetes networking, and a Redis Pub/Sub setup.


https://strapi.io/blog/fixing-isr-revalidation-across-kubernetes-replicas-on-strapi
redis-operator

A Golang-based Redis operator that will make/oversee Redis standalone, cluster, replication, and sentinel mode setup on top of Kubernetes. It can create Redis setups with best practices on Cloud as well as the bare metal environment. Also, it provides an in-built monitoring capability using redis-exporter.


https://github.com/OT-CONTAINER-KIT/redis-operator
sem

sem is a semantic version control tool that works on top of Git. It parses your code with tree-sitter, extracts every function, class, and method as an entity, and diffs at the entity level instead of lines. This means you see "function blahh was modified" instead of "lines x-y changed."


https://github.com/Ataraxy-Labs/sem
herdr

agent multiplexer that lives in your terminal.


https://github.com/ogulcancelik/herdr
zeroserve

Zero-config, fast io_uring-based HTTPS server.

zeroserve serves a website packaged as a tarball, and handles hot-reload via SIGHUP.


https://github.com/losfair/zeroserve
pg_durable

Long-running, fault-tolerant SQL functions for teams that already keep their state in Postgres and want to stop stitching together cron jobs, workers, queues, and status tables to make background work reliable. Define the workflow in SQL, let pg_durable checkpoint each step, and resume after crashes, restarts, or failed steps.

Durable execution is now a standard industry pattern, and pg_durable brings it inside Postgres with no extra service infrastructure required. Part of our mission to bring compute close to data.


https://github.com/microsoft/pg_durable
Life is too short for a slow terminal

Practically all of my work happens inside a terminal. Git, kubectl, tmux, ssh'ing into a server, open practically the entire day. Something I use that much has to be fast. Any lag in opening a new tab, typing a character or hitting tab for a completion is something I feel hundreds of times a day. It's death by a thousand cuts.


https://mijndertstuij.nl/posts/life-is-too-short-for-a-slow-terminal