2026-07-05
Clickhouse is winning the Observability Wars
matduggan.com/clickhouse-is-winning-the-observability-wars2026-06-23
OpenTelemetry Observability Guide: How to Optimize Metrics, Logs, and Traces at Scale
www.cloudraft.io/blog/opentelemetry-observability-guide-optimization2026-03-14
Just a moment...
quluzadafa.medium.com/we-cut-our-kubernetes-pods-by-60-and-doubled-traffic-capacity-b1cfb6850fcaJust a moment...
medium.com/@simeonov1992/mastering-kubernetes-statefulsets-expanding-pvcs-without-downtime-or-gitops-drift-229f8913a3072025-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-logs2025-09-13
Isolating CPU cores for Virtual Machines :: NaniBot
nanibot.net/posts/isolcpusTuning Linux Swap for Kubernetes: A Deep Dive | Kubernetes
kubernetes.io/blog/2025/08/19/tuning-linux-swap-for-kubernetes-a-deep-dive2025-08-23
My process to debug DNS timeouts in a large EKS cluster ยท Jack's home on the web
cep.dev/posts/eks-dns-timeouts-sudo-hostname-lookupsTIL Sudo need hostname lookups
2025-06-03
๐ 12 CronJobs Every Kubernetes Cluster Should Run | by Devops Trainer | May, 2025 | Medium
medium.com/@shankarrudra36/12-cronjobs-every-kubernetes-cluster-should-run-c98e6e517bab#bypass2024-12-02
Evolving my ergonomic setup (or, my laptop with extra steps) | nicole@web
ntietz.com/blog/evolving-ergo-setup2024-09-18
Chaos Mesh
gasidaseo.notion.site/Chaos-Mesh-c78b7ce9d31e4dd7aa611c37d66266bb2024-06-26
Running a Raspberry Pi with a read-only root filesystem # Chris Dzombak
www.dzombak.com/blog/2024/03/Running-a-Raspberry-Pi-with-a-read-only-root-filesystem.html2024-06-05
Extending Kubernetes Functionality: A Practical Guide to Custom Resource Definitions | by Gianluca Mardente | Jun, 2024 | ITNEXT
itnext.io/extending-kubernetes-functionality-a-practical-guide-to-custom-resource-definitions-ab00e45eccd62024-04-25
Why Everyone Should Learn To Write โ Aditya Rohilla
adityarohilla.com/2020/11/15/why-everyone-should-learn-to-write2024-03-15
Cache-Control: Cheat Sheet
shayy.org/posts/cache-control2024-02-10
Kubernetes: Don't use NodeLocal DNSCache on GKEโฆ - Signicat
www.signicat.com/blog/dont-use-nodelocal-dnscache-on-gkekube dns gke
2023-09-19
PostgreSQL and IoT Data Localization, Integration, and Write Scalability - 2ndQuadrant | PostgreSQL
www.2ndquadrant.com/en/blog/postgresql-iot-data-localization-integration-write-scalability2023-08-05
Nginx reverse proxy + URL rewrite - Server Fault
serverfault.com/questions/379675/nginx-reverse-proxy-url-rewrite/379679#3796792023-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.