DevOps&SRE Library – Telegram
DevOps&SRE Library
18.4K subscribers
460 photos
3 videos
2 files
5K links
Библиотека статей по теме DevOps и SRE.

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

РКН: https://www.gosuslugi.ru/snet/67704b536aa9672b963777b3
Download Telegram
The Real Failure Rate of EBS

PlanetScale has deployed millions of Amazon Elastic Block Store (EBS) volumes across the world. We create and destroy tens of thousands of them every day as we stand up databases for customers, take backups, and test our systems end-to-end. Through this experience, we have an unique viewpoint into the failure rate and mechanisms of EBS, and have spent a lot of time working on how to mitigate them.


https://planetscale.com/blog/the-real-fail-rate-of-ebs
ttyd

ttyd is a simple command-line tool for sharing terminal over the web.


https://github.com/tsl0922/ttyd
Kubernetes at Mercado Libre

At Mercado Libre, managing over 30,000 microservices and supporting 16,000 developers requires a robust and scalable solution. To address these challenges, we adopted Kubernetes (K8s) as the core engine of our internal platform, Fury. This article explores how Kubernetes streamlined our infrastructure management, accelerated software delivery, and improved cost efficiency, enabling our developers to focus on innovation and product creation.


https://medium.com/mercadolibre-tech/kubernetes-at-mercado-libre-ec331bea1866
From Autopilot to Standard GKE: The Key to 15x Cheaper Istio

TL;DR Istio proxy costs for 10-nodes GKE cluster reduced from $3065 to $185 per month.


https://medium.com/google-cloud/from-autopilot-to-standard-gke-the-key-to-15x-cheaper-istio-d755c1d3866d
When is read-only not read-only?

Kubernetes RBAC has some tricky areas where the behaviour you get might not be exactly what you expect, and sometimes as in this case, those unexpected behaviours are not very apparent!


https://raesene.github.io/blog/2024/11/11/When-Is-Read-Only-Not-Read-Only
Managing Kubernetes CEPH cluster monitor: easier than it looks

In this article I will explain how you can safely fail over a rook-ceph Monitor to a new Kubernetes node.

I hope I will save you some time and if you find the content useful please leave a clap.Also let me know in the comments of the article if you need professional help with a common topic.


https://blog.devgenius.io/managing-kubernetes-ceph-cluster-monitor-easier-than-it-looks-56ee000e68ff
How to mount secrets as files or environment variables in Kubernetes

https://itnext.io/how-to-mount-secrets-as-files-or-environment-variables-in-kubernetes-f03d545dcd89
container-startup-autoscaler

container-startup-autoscaler (CSA) is a Kubernetes controller that modifies the CPU and/or memory resources of containers depending on whether they're starting up, according to the startup/post-startup settings you supply. CSA works at the pod level and is agnostic to how the pod is managed; it works with deployments, statefulsets, daemonsets and other workload management APIs.


https://github.com/ExpediaGroup/container-startup-autoscaler
1
kubectl.nvim

Processes kubectl outputs to enable vim-like navigation in a buffer for your cluster.


https://github.com/Ramilito/kubectl.nvim
falco

Falco is a cloud native runtime security tool for Linux operating systems. It is designed to detect and alert on abnormal behavior and potential security threats in real-time.


https://github.com/falcosecurity/falco
dice

DiceDB is an open-source, fast, reactive, in-memory database optimized for modern hardware. Commonly used as a cache, it offers a familiar interface while enabling real-time data updates through query subnoscriptions. It delivers higher throughput and lower median latencies, making it ideal for modern workloads.


https://github.com/dicedb/dice
stu

STU is the TUI explorer application for Amazon S3 (AWS S3) written in Rust using ratatui.


https://github.com/lusingander/stu
xan

xan is a command line tool that can be used to process CSV files directly from the shell.


https://github.com/medialab/xan
openproject

OpenProject is the leading open source project management software.


https://github.com/opf/openproject
Beyond “5 Whys”: A Better Way to Learn from Incidents

We all can agree that the most important purpose of a post-incident review (or post-mortem) is to learn from incidents. Implied in this learning is improving the system (people, processes, technology, and their interactions). All my reflections on the “5 Whys” technique refer back to how the technique enhances our learning (or not) from incidents.


https://uptimelabs.io/beyond-5-whys-a-better-way-to-learn-from-incidents
Systematically Terraforming a Brownfield of Cloud Infrastructure

Some thinking, trade-offs, theory building, and method-making one might ended up doing, in the course of bringing Infrastructure as Code (IaC) discipline to brownfield (and greenfield) services, at a small regulated fintech company, having a smaller engineering team that serves several business units, including one of India's largest national tax gateways. Only somewhat easier than reading a long compound sentence without pausing for breath. Phew.


https://www.evalapply.org/posts/systems-approach-to-infrastructure-as-code