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

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

РКН: https://knd.gov.ru/license?id=67704b536aa9672b963777b3&registryType=bloggersPermission
Download Telegram
How we do GitOps @ Mettle

Как готовят GitOps в компании Mettle.

https://itnext.io/how-we-do-gitops-mettle-4cc771a6c029
Scaling containers in AWS

Сравнение EKS, Fargate и ECS по скорости масштабирования контейнеров.

https://www.vladionescu.me/posts/scaling-containers-in-aws.html
Аналоги make

Если вам не нравится по каким-то причинам make, то для вас есть неплохие таск раннеры. Все они неплохо подходят как для локальной разработки, так и для запуска получившихся тасок через вашу CI/CD систему.

Таски в yaml (пишем на баше в yaml):
https://github.com/go-task/task
https://github.com/rliebz/tusk

Таски на go:
https://github.com/magefile/mage

Таски на python:
https://github.com/pydoit/doit

Синтаксис близкий к make, но с улучшениями:
https://github.com/casey/just
GitHub is now free for teams

В гитхаб появился бесплатный базовый тариф для командной работы - неограниченные приватные репозитории с неограниченным кол-вом участников в команде.

https://github.blog/2020-04-14-github-is-now-free-for-teams
Рекомендации Datadog по мониторингу Kafka

Collecting Kafka performance metrics: https://www.datadoghq.com/blog/collecting-kafka-performance-metrics

Monitoring Kafka performance metrics: https://www.datadoghq.com/blog/monitoring-kafka-performance-metrics
Comparing HTTP/3 vs. HTTP/2 Performance

Сравнение производительности HTTP/3 и HTTP/2 от Cloudflare.

https://blog.cloudflare.com/http-3-vs-http-2
Аутентификация в Kubernetes с помощью Dex: прикручиваем LDAP

https://uni.dtln.ru/digest/autentifikaciya-v-kubernetes-s-pomoshchyu-dex-prikruchivaem-ldap
Хостинг Scaleway прекращает предоставлять услугу аренды arm серверов.

Scaleway C2 and ARM64 instances will reach end of life on December 1st, 2020 and support for these instances will end on July 1st, 2020.


https://www.scaleway.com/en/docs/migrate-c2-arm64-to-virtual-instance-using-rsync
Проект @komYounity создан для популяризации мира свободного программного обеспечения. Мы публикеум новости, статьи, обзоры, мануалы из мира СПО. Всё это подано в перемешку с собственным опытом и поддержкой сообщества.

"Мы создаём комьюнити, комьюнити создаёт Linux."

https://t.iss.one/komYounity
Несколько интересных докладов с конференции DevOpsConf 2019, которые, по моему мнению, стоит посмотреть.

Путь разработчика в SRE / Матвей Григорьев (Dodo Pizza)
https://youtu.be/qe_9RGyATzo

Что мы узнали об SRE, когда обработали первые 150к production-инцидентов / Матвей Кукуй (Amixr.IO)
https://youtu.be/ryqCifwOmPc

Заделываем дыры в кластере Kubernetes / Павел Селиванов (Southbridge)
https://youtu.be/Ik7VqbgpRiQ

Применение техник CI/CD для развёртывания и управления BareMetal-инфраструктурой / Андрей Квапил
https://youtu.be/Rmnqa5dKgDA
Releasing GitHub Actions

Как написать и зарелизить свой собственный GitHub Actions.

https://jeffrafter.com/releasing-github-actions
API design: Understanding gRPC, OpenAPI and REST and when to use them

Сравнение gRPC, OpenAPI и REST от Google.

https://cloud.google.com/blog/products/api-management/understanding-grpc-openapi-and-rest-and-when-to-use-them
Announcing Pulumi 2.0, Now with Superpowers

What is Pulumi?
We call Pulumi’s unique approach Modern Infrastructure as Code:

Real Languages. Use the best languages and tools to declare infrastructure and gain best-in-class productivity and engineering capabilities. Connect to existing communities and ecosystems and leverage world-class language and tooling innovation.

Multi-Cloud. Adopt consistent workflows across any cloud(s) — public, private, or hybrid — while still using the full breadth and depth of your target cloud’s services.

Modern Architectures. Although Pulumi works great for legacy workloads, it was born in a world of modern container, serverless, and cloud-native architectures. Feel free to mix and match these approaches as you modernize over time.

Cloud Engineering Teams. By choosing Pulumi, you’re betting on your team. The whole team, in fact: developers, infrastructure and operations teams, and security engineers alike. Tackle cloud solutions together without technology or team silos.


https://www.pulumi.com/blog/pulumi-2-0
Things I Wished More Developers Knew About Databases

Отличнейший пост про подводные камни баз данных от Jaana B. Dogan.

https://medium.com/@rakyll/things-i-wished-more-developers-knew-about-databases-2d0178464f78
Vim Kuberetes YAML Support

Как настроить vim для удобной работы с ямлами кубера.

https://octetz.com/docs/2020/2020-01-06-vim-k8s-yaml-support
kuttl

The KUbernetes Test TooL (KUTTL) is a toolkit that makes it easy to test Kubernetes Operators, just using YAML.

It provides a way to inject an operator (subject under test) during the TestSuite setup and allows tests to be standard YAML files. Test assertions are often partial YAML documents which assert the state defined is true.

It is also possible to have KUTTL automate the setup of a cluster.


https://kuttl.dev
Implementing a custom Kubernetes authentication method

Подробный гайд по настройке LDAP аутентификации в k8s.

https://learnk8s.io/kubernetes-custom-authentication
Doing more with less time: critical skills for productive programmers

https://codewithoutrules.com/2020/04/20/productivity-skills/