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

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

РКН: https://www.gosuslugi.ru/snet/67704b536aa9672b963777b3
Download Telegram
Terraform depends_on: What it is, When to use it, and Best Practices

When working with Terraform, managing resource dependencies effectively is key to avoiding deployment issues. Terraform is great at automatically determining the order of resource creation, but sometimes it needs a little help, this is where depends_on comes in.

In this guide, we’ll explain Terraform depends_on, how to use it, when to use it, and best practices for writing clean and efficient Terraform code.


https://dev.to/techielass/terraform-dependson-what-it-is-when-to-use-it-and-best-practices-5ene
Configuration Management at Ant Group: Generated Manifest & Immutable Desired State

https://blog.kusionstack.io/configuration-management-at-ant-group-generated-manifest-immutable-desired-state-3c50e363a3fb
Optimizing Kubernetes Log Aggregation: Tackling Fluent Bit Buffering and Backpressure Challenges

https://arteraai.medium.com/optimizing-kubernetes-log-aggregation-tackling-fluent-bit-buffering-and-backpressure-challenges-fb3129dc5031
OpenTelemetry Resource Attributes: Best Practices for Kubernetes

https://www.dash0.com/guides/opentelemetry-kubernetes-attributes-best-practices
Helm Chart Validation Just Got Smarter Thanks to This Google-Powered Tool

https://hackernoon.com/helm-chart-validation-just-got-smarter-thanks-to-this-google-powered-tool
dockprom

Docker hosts and containers monitoring with Prometheus, Grafana, cAdvisor, NodeExporter and AlertManager


https://github.com/stefanprodan/dockprom
kl

An interactive Kubernetes log viewer for your terminal.


https://github.com/robinovitch61/kl
pgrwl

pgrwl is a PostgreSQL write-ahead log (WAL) receiver written in Go. It’s a drop-in, container-friendly alternative to pg_receivewal, supporting streaming replication, encryption, compression, and remote storage (S3, SFTP).

Designed for disaster recovery and PITR (Point-in-Time Recovery), pgrwl ensures zero data loss (RPO=0) and seamless integration with Kubernetes environments.


https://github.com/hashmap-kz/pgrwl
Moving on from Nix

After using nix in my dotfiles for over 2 years, I’m now moving away from it.

Here’s why.


https://carlosbecker.com/posts/bye-nix
Staying on Nix

I have been using Nix regularly since roughly 2019, when I set up my primary build server to use Nix to manage the various toolchains, though it wasn't until 2022 that I really invested heavily, and I'm now using Nix in combination with other more traditional DevOps tools to provision and manage more than 10 physical machines and 50 VMs in my homelab.


https://pid1.sh/blog/staying-on-nix
lstr

A blazingly fast, minimalist directory tree viewer, written in Rust. Inspired by the command line program tree, with a powerful interactive mode.


https://github.com/bgreenwell/lstr
canine

Canine is an easy to use intuitive deployment platform for Kubernetes clusters.


https://github.com/czhu12/canine
Why Our Pods Were Breaking Bad (and How We Fixed Them)

In this article, we’ll walk through the process of diagnosing a memory leak, analyzing the root cause, and implementing effective solutions to mitigate its impact. We’ll explore practical steps that any application, regardless of the underlying stack or architecture, can follow to troubleshoot and optimize performance.


https://kshitij-nawandar.medium.com/why-our-pods-were-breaking-bad-and-how-we-fixed-them-b3c3e9e8003b
Operational Considerations for Managing Stateful Workloads

When managing stateful workloads, whether in Kubernetes or traditional infrastructure, operational concerns like isolation, lifecycle management, security, disaster recovery, scalability, and observability take center stage. While the examples focus on AWS, PostgreSQL, and Kubernetes, the principles and best practices discussed here are broadly applicable to any environment. This article approaches these topics from an operations perspective, prioritizing reliability, maintainability, and resilience. The goal is not just to run a database, but to ensure it operates efficiently, scales properly, and remains secure in real-world conditions. We’ll explore key aspects of running stateful workloads, from managing failure domains to ensuring observability, and how these impact both operations teams and developers. Whether you’re running a database in a cloud-native setup or on bare metal, these strategies will help you build a robust, well-managed system.


https://dev.to/pampatzoglou/operational-considerations-for-managing-stateful-workloads-20c3