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
k2tf

Kubernetes YAML to Terraform HCL converter

https://github.com/sl1pm4t/k2tf
questdb

QuestDB is a high-performance, open-source SQL database for applications in financial services, IoT, machine learning, DevOps and observability. It includes endpoints for PostgreSQL wire protocol, high-throughput schema-agnostic ingestion using InfluxDB Line Protocol, and a REST API for queries, bulk imports, and exports.

https://github.com/questdb/questdb
netbird

NetBird is an open-source VPN management platform built on top of WireGuard® making it easy to create secure private networks for your organization or home.

https://github.com/netbirdio/netbird
Uncurled

Uncurled - everything I know and learned about running and maintaining Open Source projects for three decades.
I have been actively involved in Open Source development since the early 1990s when I discovered the phenomenon of people writing source code they give away freely for others to use and modify under a certain license.

https://un.curl.dev
dragonfly

Dragonfly is a modern in-memory datastore, fully compatible with Redis and Memcached APIs. Dragonfly implements novel algorithms and data structures on top of a multi-threaded, shared-nothing architecture. As a result, Dragonfly reaches x25 performance compared to Redis and supports millions of QPS on a single instance.

https://github.com/dragonflydb/dragonfly
multy

Multy is an open-source tool that makes your infrastructure portable using a cloud-agnostic API. You write your cloud-agnostic configuration once and Multy deploys it to the clouds you choose.

With Multy, you don't need to worry about how resources behave differently in the different clouds providers. We abstract the nuances of each cloud so that moving your infrastructure between clouds is done by simply changing the cloud parameter.

https://github.com/multycloud/multy
datree

Datree is a CLI tool that supports Kubernetes admins in their roles by preventing developers from making errors in Kubernetes configurations that can cause clusters to fail in production. Our CLI tool is open source, enabling it to be supported by the Kubernetes community.

It’s far more effective than manual processes, such as sending an email to a slew of developers, begging them to set various limits, which likely falls on deaf ears because developers are already overwhelmed.

https://github.com/datreeio/datree
User and workload identities in Kubernetes

TL;DR: In this article, you will explore how users and workloads are authenticated with the Kubernetes API server.

https://learnk8s.io/authentication-kubernetes
📚 @S_E_Book — Уникальная и редкая литература для специалистов в области информационной безопасности, любого уровня и направления.
eks-charts

Amazon EKS Helm chart repository

https://github.com/aws/eks-charts
Progressive Delivery with Argo Rollouts : Blue-Green Deployment

To understand about blue-green deployment with Argo Rollouts

https://www.infracloud.io/blogs/progressive-delivery-argo-rollouts-blue-green-deployment
neco

Neco is a project to build and maintain highly automated on-premise data centers using Kubernetes at the center of its system.

https://github.com/cybozu-go/neco
Securely run operating systems on your Mac

https://mac.getutm.app
cw

The best way to tail AWS CloudWatch Logs from your terminal.

https://github.com/lucagrulla/cw
Fallacies of Distributed Systems

Fallacies of distributed systems are a set of assertions made by L Peter Deutsch and others at Sun Microsystems describing false assumptions that programmers new to distributed applications invariably make.

https://architecturenotes.co/fallacies-of-distributed-systems
toast

Toast is a tool for doing work in containers. You define tasks in a YAML file called a toastfile, and Toast runs them in a containerized environment based on a Docker image of your choosing. What constitutes a "task" is up to you: tasks can install system packages, build an application, run a test suite, or even serve web pages. Tasks can depend on other tasks, so Toast can be understood as a high-level containerized build system.

https://github.com/stepchowfun/toast