en
Feedback
DevOps&SRE Library

DevOps&SRE Library

Open in Telegram

Библиотека статей по теме DevOps и SRE. Реклама: @ostinostin Контент: @mxssl РКН: https://www.gosuslugi.ru/snet/67704b536aa9672b963777b3

Show more

📈 Analytical overview of Telegram channel DevOps&SRE Library

Channel DevOps&SRE Library (@devopslibrary) in the English language segment is an active participant. Currently, the community unites 19 437 subscribers, ranking 6 835 in the Technologies & Applications category and 34 358 in the Russia region.

📊 Audience metrics and dynamics

Since its creation on невідомо, the project has demonstrated rapid growth, gathering an audience of 19 437 subscribers.

According to the latest data from 05 July, 2026, the channel demonstrates stable activity. Although there has been a change in the number of participants by 67 over the last 30 days and by 5 over the last 24 hours, overall reach remains high.

  • Verification status: Not verified
  • Engagement rate (ER): The average audience engagement rate is 13.00%. Within the first 24 hours after publication, content typically collects 7.32% reactions from the total number of subscribers.
  • Post reach: On average, each post receives 2 526 views. Within the first day, a publication typically gains 1 423 views.
  • Reactions and interaction: The audience actively supports content: the average number of reactions per post is 0.
  • Thematic interests: Content is focused on key topics such as kubernete, cluster, infrastructure, storage, configuration.

📝 Description and content policy

The author describes the resource as a platform for expressing subjective opinions:
Библиотека статей по теме DevOps и SRE. Реклама: @ostinostin Контент: @mxssl РКН: https://www.gosuslugi.ru/snet/67704b536aa9672b963777b3

Thanks to the high frequency of updates (latest data received on 06 July, 2026), the channel maintains relevance and a high level of publication reach. Analytics show that the audience actively interacts with content, making it an important point of influence in the Technologies & Applications category.

19 437
Subscribers
+524 hours
+177 days
+6730 days
Posts Archive
ctlptl
ctlptl (pronounced "cattle paddle") is a CLI for declaratively setting up local Kubernetes clusters.

Inspired by kubectl and ClusterAPI's clusterctl, you declare your local cluster with YAML and use ctlptl to set it up.

https://github.com/tilt-dev/ctlptl

SRE Teams
How interesting companies build Site Reliability Engineering in the real-world.

Hash
Hash is a Brazilian fintech building the next-generation of payments infrastructure.

https://sreteams.substack.com/p/hash Dafiti
Dafiti Group is the starting point of fashion in Latin America. 

https://sreteams.substack.com/p/dafiti Creditas
Creditas is the leading 100% digital lending and consumer solutions platform in Latin America.

https://sreteams.substack.com/p/creditas TOTVS
TOTVS is the largest technology company in Brazil.

https://sreteams.substack.com/p/totvs

DevSecOops! Stories of DevSecOps Failures and Success

PowerfulSeal
PowerfulSeal injects failure into your Kubernetes clusters, so that you can detect problems as early as possible. It allows for writing scenarios describing complete chaos experiments.

https://github.com/powerfulseal/powerfulseal

kubectl-images
kubectl-images makes use of the kubectl command. It first calls kubectl get pods to retrieve pods details and filters out the container image information of each pod, then prints out the final result in a table view.

https://github.com/chenjiandongx/kubectl-images

List of the best fonts for coding with live preview https://devfonts.gafi.dev
List of the best fonts for coding with live preview https://devfonts.gafi.dev

Ten Commandments of Egoless Programming
1. Understand and accept that you will make mistakes.
2. You are not your code.
3. No matter how much "karate" you know, someone else will always know more.
4. Don't rewrite code without consultation.
5. Treat people who know less than you with respect and patience.
6. The only constant in the world is change.
7. The only true authority stems from knowledge, not from position.
8. Fight for what you believe, but gracefully accept defeat.
9. Don't be "the guy in the room".
10. Critique code instead of people – be kind to the coder, not to the code.

https://blog.codonomics.com/2020/11/ten-commandments-of-egoless-programming.html

Не хотелось бы оказаться Наташей в подобной ситуации? Как многие уже знают, этой осенью «Флант» представил свой Managed Kubernetes. Теперь можно получить кластеры K8s как услугу, размещая их в любой удобной инфраструктуре: у любимых российских и зарубежных облачных провайдеров, на своем железе (on-premises) и даже комбинируя эти варианты. Все эти кластеры настраиваются согласно лучшим практикам известных специалистов и поставляются в по-настоящему готовом виде: внутри не просто «голый» Kubernetes, а интегрированная платформа, чтобы сразу запускать приложения в production. Продуманные (преднастроенные) метрики Prometheus и графики Grafana, автомасштабирование, усовершенствованный Nginx Ingress и балансировка трафика, автовыпуск SSL-сертификатов, веб-панель Kubernetes Dashboard… и вот это всё. Плюс, конечно, поддержка от инженеров, которые специализируются именно на этом (а не ищут новую возможность продать свои облачные ресурсы). Всё это — по очень разумной цене, доступной не только для enterprise, но и небольшим компаниям и стартапам, уже понимающим, как им поможет Kubernetes. Подробности (основные компоненты кластеров, онлайн-калькулятор, тарифы и уровни SLA) см. на сайте компании.

photo content

Getting to the Core: Benchmarking Cloudflare’s Latest Server Hardware https://blog.cloudflare.com/getting-to-the-core
Getting to the Core: Benchmarking Cloudflare’s Latest Server Hardware https://blog.cloudflare.com/getting-to-the-core

OpenTelemetry 101: The basics OpenTelemetry is an open source observability framework created by the merger of OpenTracing and OpenCensus. Aiming to be robust, portable, and easy to instrument across many languages, OpenTelemetry provides a single set of APIs, libraries, agents, and collector services to capture distributed traces and metrics from your application. 2020

kraken
Kraken is a P2P-powered Docker registry that focuses on scalability and availability. It is designed for Docker image management, replication, and distribution in a hybrid cloud environment. With pluggable backend support, Kraken can easily integrate into existing Docker registry setups as the distribution layer.

Kraken has been in production at Uber since early 2018. In our busiest cluster, Kraken distributes more than 1 million blobs per day, including 100k 1G+ blobs. At its peak production load, Kraken distributes 20K 100MB-1G blobs in under 30 sec.

https://github.com/uber/kraken

Series: Deploying ASP.NET Core applications to Kubernetes https://andrewlock.net/series/deploying-asp-net-core-applications-to-kubernetes Part 1 - An Introduction to Kubernetes: https://andrewlock.net/deploying-asp-net-core-applications-to-kubernetes-part-1-an-introduction-to-kubernetes Part 2 - Configuring resources with YAML manifests: https://andrewlock.net/deploying-asp-net-core-applications-to-kubernetes-part-2-configuring-resources-with-yaml-manifests Part 3 - An introduction to deploying applications with Helm: https://andrewlock.net/deploying-asp-net-core-applications-to-kubernetes-part-3-deploying-applications-with-helm Part 4 - Creating a Helm chart for an ASP.NET Core app: https://andrewlock.net/deploying-asp-net-core-applications-to-kubernetes-part-4-creating-a-helm-chart-for-an-aspnetcore-app Part 5 - Setting environment variables for ASP.NET Core apps in a Helm chart: https://andrewlock.net/deploying-asp-net-core-applications-to-kubernetes-part-5-setting-environment-variables-in-a-helm-chart Part 6 - Adding health checks with Liveness, Readiness, and Startup probes: https://andrewlock.net/deploying-asp-net-core-applications-to-kubernetes-part-6-adding-health-checks-with-liveness-readiness-and-startup-probes Part 7 - Running database migrations when deploying to Kubernetes: https://andrewlock.net/deploying-asp-net-core-applications-to-kubernetes-part-7-running-database-migrations Part 8 - Running database migrations using jobs and init containers: https://andrewlock.net/deploying-asp-net-core-applications-to-kubernetes-part-8-running-database-migrations-using-jobs-and-init-containers Part 9 - Monitoring Helm releases that use jobs and init containers: https://andrewlock.net/deploying-asp-net-core-applications-to-kubernetes-part-9-monitoring-helm-releases-that-use-jobs-and-init-containers Part 10 - Creating an 'exec-host' deployment for running one-off commands: https://andrewlock.net/deploying-asp-net-core-applications-to-kubernetes-part-10-creating-an-exec-host-deployment-for-running-one-off-commands Part 11 - Avoiding downtime in rolling deployments by blocking SIGTERM: https://andrewlock.net/deploying-asp-net-core-applications-to-kubernetes-part-11-avoiding-downtime-in-rolling-deployments-by-blocking-sigterm Part 12 - Tips, tricks, and edge cases: https://andrewlock.net/deploying-asp-net-core-applications-to-kubernetes-part-12-tips-tricks-and-edge-cases

Записывайся на масштабный курс от Skillbox «Профессия DevOps-инженер PRO», пока действует скидка 40%! Ты научишься работать с
Записывайся на масштабный курс от Skillbox «Профессия DevOps-инженер PRO», пока действует скидка 40%! Ты научишься работать с инфраструктурой и кодом, использовать Docker и Kubernetes, создавать и развивать системы непрерывной интеграции и деплоя. В течение обучения все студенты получают индивидуальную поддержку от Центра карьеры Skillbox — помощь в составлении резюме, подбор подходящих вакансий, подготовка к интервью с работодателем. Тебе останется только успешно пройти собеседование и выйти на работу. . Твоя карьера начинается здесь! 👉 Переходи по ссылке https://clc.to/DadU9A, чтобы узнать больше и записаться.

11 facts about real-world container use
Containers enable organizations to accelerate delivery cycles and rapidly scale their operations to meet the demands of today's fast-paced market. As more organizations migrate their workloads to containers, the container ecosystem is expanding and evolving to accommodate these increasingly dynamic environments. In this report, we examined more than 1.5 billion containers run by tens of thousands of Datadog customers to understand how image registries, service meshes, networking, and other technologies are being used in real-world container environments.

https://www.datadoghq.com/container-report