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

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

РКН: https://knd.gov.ru/license?id=67704b536aa9672b963777b3&registryType=bloggersPermission
Download Telegram
Create Kubernetes federated clusters on AWS

https://particule.io/en/blog/aws-federated-eks
Fulfilling the promise of CI/CD

When people say “CI/CD,” they are only talking about continuous integration. Nobody is talking about (or practicing) continuous deployment. AT ALL. It’s like we have all forgotten it exists. It's time to change that.

https://stackoverflow.blog/2021/01/19/fulfilling-the-promise-of-ci-cd
Rewriting your git history, removing files permanently - cheatsheet & guide

https://blog.gitguardian.com/rewriting-git-history-cheatsheet
DigitalOcean Bill Monitoring

Get insights on you DigitalOcean spending and configure custom alerts with notifications if overspending.

https://bill.do
gping

Ping, but with a graph.

https://github.com/orf/gping
goful

Goful is a CUI file manager written in Go.

https://github.com/anmitsu/goful
Maddy Mail Server

Maddy Mail Server implements all functionality required to run a e-mail server. It can send messages via SMTP (works as MTA), accept messages via SMTP (works as MX) and store messages while providing access to them via IMAP. In addition to that it implements auxiliary protocols that are mandatory to keep email reasonably secure (DKIM, SPF, DMARC, DANE, MTA-STS).

It replaces Postfix, Dovecot, OpenDKIM, OpenSPF, OpenDMARC and more with one daemon with uniform configuration and minimal maintenance cost.

https://github.com/foxcpp/maddy
Cache

Вместо того, чтобы запрашивать одни и те же данные, почему бы не оставить их прямо на машине, которая как можно ближе к пользователю: браузер, сервер с приложением, на уровне базы данных, глобальный кеш.

https://vitkarpov.me/posts/cache
Контейнеры, контейнеры, контейнеры!

https://iximiuz.com/ru/posts/containers-everywhere
Database Partitioning

Шардирование — разделение базы данных на две, три, пять частей, и раскладывание их по разным машинам. В какой-то момент это может быть выгоднее (дешевле), чем покупать машину помощнее.

https://vitkarpov.me/posts/database-partitioning