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

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

РКН: https://www.gosuslugi.ru/snet/67704b536aa9672b963777b3
Download Telegram
batnoter

BatNoter is a web application that allows users to store notes in their git repository. This is a frontend project built using mainly react (typescript), redux-toolkit & mui components. BatNoter API is the backend implementation of REST APIs which are used by this react app.

https://github.com/batnoter/batnoter
Kubernetes Liveness Probe | Practical Guide

It’s often helpful to check if your Kubernetes application responds to requests in a healthy manner. In this post, you’ll learn about liveness probes, including when and how to use them.

https://www.containiq.com/post/kubernetes-liveness-probe
caddy-nats

A caddy module that adds support for nats.io pub/sub and request/reply

https://github.com/codegangsta/caddy-nats
Starting an SRE team from scratch [Quick Guide]

https://www.srepath.com/starting-an-sre-team-from-scratch-quick-guide
pure-sh-bible

A collection of pure POSIX sh alternatives to external processes.

https://github.com/dylanaraps/pure-sh-bible
dashy

Dashy helps you organize your self-hosted services by making them accessible from a single place

https://github.com/Lissy93/dashy
The End of Localhost

All the Cloud's A Staging Env, and All the Laptops Merely Clients

https://dx.tips/the-end-of-localhost
multi-gitter

multi-gitter allows you to make changes in multiple repositories simultaneously. This is achieved by running a script or program in the context of multiple repositories. If any changes are made, a pull request is created that can be merged manually by the set reviewers, or automatically by multi-gitter when CI pipelines has completed successfully.

https://github.com/lindell/multi-gitter
Effortless Management with the K9S Kubernetes CLI

https://adamtheautomator.com/k9s-kubernetes
krunvm

Create microVMs from OCI images

https://github.com/containers/krunvm
Building Self-driving Kafka clusters using open source components

https://slack.engineering/building-self-driving-kafka-clusters-using-open-source-components
nodejs-rocks-in-docker

DockerCon "Docker for Node.js" examples

https://github.com/BretFisher/nodejs-rocks-in-docker
kilo

Kilo is a multi-cloud network overlay built on WireGuard and designed for Kubernetes.

https://github.com/squat/kilo
Параметры в Jenkins

Представим, вы хотите сделать Job, который позволит разработке или L2 support устанавливать сервис определённой версии в нужное окружение. Кажется, всё должно быть автоматизировано, но на практике возникает ситуация, когда разработчику или QA-инженеры приходится проверять свою версию микросервиса на окружении. Это можно сделать с помощью обычных string-параметров, а можно упростить задачу и предоставить более дружественный интерфейс. Как? Рассказали в новой статье: https://slurm.club/3p9BpuL
Kubernetes Network Policies: An Actionable Guide & Tutorial

In this guide, you’ll learn about Kubernetes Network Policies, including what they do, why they’re needed, and how to configure and work with them effectively.

https://www.containiq.com/post/kubernetes-network-policies
logrecycler

Re-process logs from applications you cannot modify to convert them to json and add prometheus/stats metrics

https://github.com/grosser/logrecycler
What are Kubernetes Deployments? Tutorial & Guide

In this post, you’ll learn about Kubernetes Deployments, including everything you need to know to get started with deployments, and how to configure a sample deployment of your own.

https://www.containiq.com/post/kubernetes-deployment