DevOps & SRE notes
12.8K subscribers
46 photos
19 files
2.58K links
Helpful articles and tools for DevOps&SRE

WhatsApp: https://whatsapp.com/channel/0029Vb79nmmHVvTUnc4tfp2F

For paid consultation (RU/EN), contact: @tutunak


All ways to support https://telegra.ph/How-support-the-channel-02-19
Download Telegram
This article explores the underutilized Postgres feature of HOT (Heap Only Tuple) updates and the strategic use of fill factor to enhance database performance. It delves into how HOT updates allow for modifications within the same table page, bypassing index updates and reducing system load.
https://www.crunchydata.com/blog/postgres-performance-boost-hot-updates-and-fill-factor
๐Ÿ‘5
In this article, the author delves into a critical vulnerability discovered in Argo CD, a popular continuous delivery tool for Kubernetes. The vulnerability poses significant security risks, potentially allowing unauthorized access and manipulation of deployment configurations. Their detailed analysis explains the nature of the vulnerability, its potential impact, and recommended mitigation strategies to secure your Argo CD implementations.

https://cycode.com/blog/revealing-argo-cd-critical-vulnerability/
๐Ÿ˜ฑ6๐Ÿ”ฅ3๐Ÿ˜ข2
In the article "How Containers Work," the author provides an in-depth exploration of the fundamental concepts and mechanisms behind container technology. Containers have transformed the software development and deployment landscape by offering a lightweight, portable, and efficient way to run applications. This article breaks down the core components of containers, such as namespaces, cgroups, and the container runtime, explaining how they interact to isolate and manage application processes. By understanding the inner workings of containers, readers can gain insights into their advantages, how they differ from traditional virtualization, and best practices for leveraging them in modern software development workflows.

https://ikouchiha47.github.io/2024/02/05/how-containers-work.html