2026-03-15
The Internet is Cool. Thank you, TCP | Moncef Abboud
cefboud.com/posts/tcp-deep-dive-internals2025-11-08
Use a Sidecar Container to Read Logs from Another Container // Erik Horton
blog.erikhorton.com/2023/10/01/use-a-sidecar-container-to-read-logs-from-another-container.html#hashicorp-vault-audit-logsKubernetes Capacity Planning: Getting It Wrong Is Step One (And That’s Okay!) | by Jeremy Castle | Medium
medium.com/@jeremycastle/kubernetes-capacity-planning-getting-it-wrong-is-step-one-and-thats-okay-f34d3c6c407d2025-07-06
OpenTelemetry Resource Attributes: Best Practices for Kubernetes · Dash0
www.dash0.com/guides/opentelemetry-kubernetes-attributes-best-practices2025-06-24
Configuring Envoy as an edge proxy - through istio - Signicat
www.signicat.com/blog/configuring-envoy-as-an-edge-proxy-through-istio2025-06-03
The Easiest Way to Track Kubernetes Deployments in Grafana | by Netanel Avraham | Elementor Engineers | May, 2025 | Medium
medium.com/elementor-engineers/the-easiest-way-to-track-kubernetes-deployments-in-grafana-7e6411978b75Istio Distributed Tracing w/ OpenTelemetry
www.anyflow.net/sw-engineer/istio-opentelemetry-tracing2025-05-17
Aiming for a stable Elasticsearch version upgrade
tech-blog.monotaro.com/entry/2024/12/10/090000Prometheus: How We Slashed Memory Usage
devoriales.com/post/384/prometheus-how-we-slashed-memory-usage2025-02-21
Tying Engineering Metrics to Business Metrics | by Iccha Sethi | Medium
icchasethi.medium.com/tying-engineering-metrics-to-business-metrics-f4df7651e0262024-09-28
ArgoCD Finalizer Shield: Protecting Your Production Clusters from Unintended Deletion | by Tal Yitzhak | FAUN — Developer Community 🐾
faun.pub/argocd-finalizer-shield-protecting-your-clusters-from-unintended-deletion-c7929a82d9832024-04-14
Running a Raspberry Pi with a read-only root filesystem
www.dzombak.com/blog/2024/03/Running-a-Raspberry-Pi-with-a-read-only-root-filesystem.htmlread only mode rpi
2024-02-08
From Docker Container to Bootable Linux Disk Image
iximiuz.com/en/posts/from-docker-container-to-bootable-linux-disk-imagedocker to bootable linux
2024-01-06
Plaintext World
plaintextworld.comThe challenges of configuring Kubernetes resources’ Requests & Limits in combination with HPA at Scale | by Alexandre Souza | Nov, 2023 | Medium
medium.com/@alexandre.highrollers/the-challenges-of-configuring-kubernetes-resources-requests-limits-in-combination-with-hpa-at-92177cb5a3782023-07-20
pumba
github.com/alexei-led/pumbaChaos testing, network emulation, and stress testing tool for containers
2023-07-17
Preventing Pipewire from being SIGKILLed
lantian.pub/en/article/random-notes/pipewire-sigkill-fix.lantianI frequently encounter the situation that the Pipewire audio server is suddenly stopped:
The problem usually appears when I connect/disconnect my laptop from the power adapter. My computer usually lags for a short time while switching between performance profiles.
systemctl --user status pipewire.service only shows that the Pipewire process was terminated by a SIGKILL signal, without any other useful log information.
Neither coredumpctl nor dmesg shows the existence of a core dump event.