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

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

РКН: https://knd.gov.ru/license?id=67704b536aa9672b963777b3&registryType=bloggersPermission
Download Telegram
GitHub Protips: Tips, tricks, hacks, and secrets from Vitor Monteiro

https://github.blog/2020-04-02-github-protips-tips-tricks-hacks-and-secrets-from-vitor-monteiro
Часто просят подсказать хорошие гайды для начинающих по Docker и Kubernetes.

Вот одни из лучших по моему мнению гайды. Их разработал Jérôme Petazzoni, который стоял у истоков компании Docker Inc.

Introduction to Docker and Containers
https://container.training/intro-selfpaced.yml.html

Deploying and Scaling Microservices with Docker and Kubernetes
https://container.training/kube-selfpaced.yml.html
Helm Operator

The Helm Operator is a Kubernetes operator, allowing one to declaratively manage Helm chart releases.


https://github.com/fluxcd/helm-operator
Azure Data Studio

Microsoft выпустили бесплатный аналог JetBrains DataGrip на основе Visual Studio Code. Поддержка различных БД осуществляется через плагины.

Дока: https://docs.microsoft.com/en-us/sql/azure-data-studio/download-azure-data-studio
Репо: https://github.com/microsoft/azuredatastudio
Kubernetes rolling updates, rollbacks and multi-environments

https://itnext.io/kubernetes-rolling-updates-rollbacks-and-multi-environments-4ff9912df5
3mux

Простой и удобный аналог tmux.

https://github.com/aaronjanse/3mux
SAVING CLOUD COSTS WITH KUBERNETES ON AWS

https://srcco.de/posts/saving-cloud-costs-kubernetes-aws.html
Accelerating with Serverless!

Интересный кейс компании lego.com по разрезанию монолитного приложения на сотню лямбда функций AWS.

https://medium.com/lego-engineering/accelerating-with-serverless-625da076964b
De-risking custom technology projects

Как минимизировать риски на технологическом проекте.

https://github.com/18F/technology-budgeting/blob/master/handbook.md
Optimize PostgreSQL Server Performance Through Configuration

https://info.crunchydata.com/blog/optimize-postgresql-server-performance
Why Linux containers are a CIO's best friend

Контейнеры - лучшие друзья ИТ-директора 😄

https://www.ciodive.com/news/linux-containers-kubernetes/575506
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