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

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

РКН: https://www.gosuslugi.ru/snet/67704b536aa9672b963777b3
Download Telegram
eks-node-viewer

eks-node-viewer is a tool for visualizing dynamic node usage within a cluster. It was originally developed as an internal tool at AWS for demonstrating consolidation with Karpenter. It displays the scheduled pod resource requests vs the allocatable capacity on the node. It does not look at the actual pod resource usage.


https://github.com/awslabs/eks-node-viewer
kubernetes-learning-path

A roadmap to learn Kubernetes from scratch (Beginner to Advanced level)


https://github.com/techiescamp/kubernetes-learning-path
Modern Git Commands and Features You Should Be Using

https://martinheinz.dev/blog/109
Why didn't you status?

Demystifying the public status process.


https://hross.substack.com/p/why-didnt-you-status
pgmq

A lightweight message queue. Like AWS SQS and RSMQ but on Postgres.


https://github.com/tembo-io/pgmq
gitswitch

GitSwitch, the ultimate solution for managing multiple Git users across different vendors


https://github.com/target-ops/gitswitch
Anomaly Alerting in Prometheus

Exploring how to do anomaly alerting on seasonal data in Prometheus.


https://karlstoney.com/response-time-anomaly-alert
Key metrics for monitoring AWS WAF

https://www.datadoghq.com/blog/aws-waf-metrics
overmind-cli

Overmind is a powerful tool for real-time impact analysis on Terraform changes. Overmind can identify the blast radius and uncover potential risks with overmind terrafrom plan before they harm your infrastructure, allowing anyone to make changes with confidence. We also track the impacts of the changes you make with overmind teraform apply, so that you can be sure that your changes haven't had any unexpected downstream impact.


https://github.com/overmindtech/cli
neosync

Open source data anonymization and synthetic data orchestration for developers. Create high fidelity synthetic data and sync it across your environments.


https://github.com/nucleuscloud/neosync
sqlite-studio

Single binary, single command SQLite database explorer. SQLite studio supports opening both local SQLite DB files, libSQL servers and PostgreSQL.


https://github.com/frectonz/sqlite-studio
jsondiff

jsondiff is a Go package for computing the diff between two JSON documents as a series of RFC6902 (JSON Patch) operations, which is particularly suitable to create the patch response of a Kubernetes Mutating Webhook for example.


https://github.com/wI2L/jsondiff
Grafana Loki query acceleration: How we sped up queries without adding resources

https://grafana.com/blog/2024/05/29/grafana-loki-query-acceleration-how-we-sped-up-queries-without-adding-resources
Linux Crisis Tools

When you have an outage caused by a performance issue, you don't want to lose precious time just to install the tools needed to diagnose it. Here is a list of "crisis tools" I recommend installing on your Linux servers by default (if they aren't already), along with the (Ubuntu) package names that they come from.


https://www.brendangregg.com/blog/2024-03-24/linux-crisis-tools.html