DevOps&SRE Library
18.3K subscribers
456 photos
4 videos
2 files
4.94K links
Библиотека статей по теме DevOps и SRE.

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

РКН: https://www.gosuslugi.ru/snet/67704b536aa9672b963777b3
Download Telegram
When “Anti-Patterns” Become Best Practice: Lessons from Migrating a Global Pub/Sub Empire to Kubernetes

How architecting for scale taught us that sometimes breaking the rules is exactly what the business needs


https://bitbucket90.com/when-anti-patterns-become-best-practice-lessons-from-migrating-a-global-pub-sub-empire-to-k8s-c3dbcebdca68
Key Learnings from Creating Multi-Tenant GKE Clusters on Google Cloud with Thousands of Publicly Addressable Services

https://medium.com/google-cloud/key-learnings-from-creating-multi-tenant-gke-clusters-on-google-cloud-with-thousands-of-publicly-ea27d7bcd651
kubectl-explore

A better kubectl explain with the fuzzy finder


https://github.com/keisku/kubectl-explore
helm-cel

A Helm plugin that uses Common Expression Language (CEL) to validate values. Instead of using JSON Schema in values.schema.json, you can write more expressive validation rules using CEL in values.cel.yaml.


https://github.com/idsulik/helm-cel
kubechecks

kubechecks allows users of Github and Gitlab to see exactly what their changes will affect on their current ArgoCD deployments, as well as automatically run various conformance test suites prior to merge.


https://github.com/zapier/kubechecks
Auto-scaling GitHub Actions on Kubernetes with Actions Runner Controller (ARC) & Terraform

https://blog.devgenius.io/auto-scaling-github-actions-on-kubernetes-with-actions-runner-controller-arc-terraform-ca9d651c08d8
gonzo

A powerful, real-time log analysis terminal UI inspired by k9s. Analyze log streams with beautiful charts, AI-powered insights, and advanced filtering - all from your terminal.


https://github.com/control-theory/gonzo
sbnb

Sbnb Linux is a revolutionary minimalist Linux distribution designed to boot bare-metal servers and enable remote connections through fast tunnels. It is ideal for environments ranging from home labs to distributed data centers. Sbnb Linux is simplified, automated, and resilient to power outages, supporting confidential computing to ensure secure operations in untrusted locations.


https://github.com/sbnb-io/sbnb
Reverse Proxy Deep Dive

Part 1: The Complexity of Connection Handling: https://startwithawhy.com/reverseproxy/2024/01/15/ReverseProxy-Deep-Dive.html

Part 2: Why HTTP Parsing at the Edge Is Harder Than It Looks: https://startwithawhy.com/reverseproxy/2025/07/20/ReverseProxy-Deep-Dive-Part2.html

Part 3: The Hidden Complexity of Service Discovery: https://startwithawhy.com/reverseproxy/2025/07/26/Reverseproxy-Deep-Dive-Part3.html

Part 4: Why Load Balancing at Scale is Hard: https://startwithawhy.com/reverseproxy/2025/08/08/ReverseProxy-Deep-Dive-Part4.html
Why "What Happened First?" Is One of the Hardest Questions in Large-Scale Systems

Understanding Why Exact Ordering of Events is Hard in Distributed Systems


https://newsletter.scalablethread.com/p/why-what-happened-first-is-one-of