DevOps&SRE Library – Telegram
DevOps&SRE Library
18.4K subscribers
460 photos
3 videos
2 files
5K links
Библиотека статей по теме DevOps и SRE.

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

РКН: https://www.gosuslugi.ru/snet/67704b536aa9672b963777b3
Download Telegram
Detecting Specific Incidents Within Your Kubernetes Cluster Using eBPF

https://faun.pub/detecting-specific-incidents-within-your-kubernetes-cluster-using-ebpf-5165771ec9a7
(Zero-Cost) Kubernetes Resource Tuning in your GitOps Pipelines

https://itnext.io/zero-cost-kubernetes-resource-tuning-in-your-gitops-pipelines-fba02f1dd9da
Simplifying Kubernetes Development: Your Go-To Tools Guide

https://semaphoreci.com/blog/kubernetes-development-tools
How to Achieve Real Zero-Downtime in Kubernetes Rolling Deployments: Avoiding broken client connections

https://kunmidevopstories.hashnode.dev/how-to-achieve-real-zero-downtime-in-kubernetes-rolling-deployments-avoiding-broken-client-connections
Spawning Container with runc

In this article we will see how we can generate an OCI bundle and spawn a container with runc.


https://medium.com/@rishabhsvats/plumbing-of-spawning-container-with-runc-ed409ac02ae3
How Helm Subcharts Make the Transition to Argo Rollouts a Breeze

https://faun.pub/how-helm-subcharts-make-the-transition-to-argo-rollouts-a-breeze-aaf160924dbf
managed-kubernetes-auditing-toolkit

MKAT is an all-in-one auditing toolkit for identifying common security issues within managed Kubernetes environments. It is focused on Amazon EKS at the moment, and will be extended to other managed Kubernetes environments in the future.


https://github.com/DataDog/managed-kubernetes-auditing-toolkit
urunner

URunner is a lightweight Kubernetes utility in order to auto restart pods on image tag digest change.
This is very useful on environments where it is commonly used the latest tag which frequently changes over time. Urunner auto detects the container image tag digest (for example the digest of tag latest) and automatically restart pods.


https://github.com/texano00/urunner
Things That Makes a Good Site Reliability Engineer

The success of an SRE hinges not only on technical expertise but also on soft skills and work habits. Here are some essential practices and traits that can make you an exemplary SRE.


https://reliabilityengineering.substack.com/p/things-that-makes-a-good-site-reliability
What happens when you type 'ls -la' in your terminal ?

https://reliabilityengineering.substack.com/p/what-happens-when-you-type-ls-la
20 Different Techniques To Scale a Relational Database

https://reliabilityengineering.substack.com/p/20-different-techniques-to-scale
monokle

Monokle is a set of OSS tools designed to help create and maintain high-quality Kubernetes configurations throughout the application lifecycle


https://github.com/kubeshop/monokle
Streamlining Terraform Module Management with GitHub Actions, Semantic Releases, and Terraform Docs

https://medium.com/@luizandrends/streamlining-terraform-module-management-with-github-actions-semantic-releases-and-terraform-docs-9ea32f0fd4ba
tanka

Flexible, reusable and concise configuration for Kubernetes


https://github.com/grafana/tanka
Understand how graceful shutdown can achieve zero downtime during k8s rolling update

https://dev.to/yutaroyamanaka/understand-how-graceful-shutdown-can-achieve-zero-downtime-during-k8s-rolling-update-15eh