Importance of Graceful Shutdown in Kubernetes
https://dev.to/criteo_tech_community/importance-of-graceful-shutdown-in-kubernetes-2ikb
https://dev.to/criteo_tech_community/importance-of-graceful-shutdown-in-kubernetes-2ikb
Breaking Boundaries - Kubernetes Namespaces and multi-tenancy
https://blog.amberwolf.com/blog/2025/september/kubernetes_namespace_boundaries
https://blog.amberwolf.com/blog/2025/september/kubernetes_namespace_boundaries
How our small company migrated from Docker Swarm to Kubernetes
https://medium.com/coreteq/how-our-small-company-migrated-from-docker-swarm-to-kubernetes-fb683c6f5c3a
https://medium.com/coreteq/how-our-small-company-migrated-from-docker-swarm-to-kubernetes-fb683c6f5c3a
How We Leverage Kubernetes to Deploy Our Cloud Infrastructure
https://tech-blog.goflink.com/how-we-leverage-kubernetes-to-deploy-our-cloud-infrastructure-abd32cfb7bdf
https://tech-blog.goflink.com/how-we-leverage-kubernetes-to-deploy-our-cloud-infrastructure-abd32cfb7bdf
Centralizing Helm Charts: Moving Beyond Ingress with HTTPProxy
https://medium.com/@deekshaarora21/centralizing-helm-charts-why-ingress-broke-and-how-httpproxy-fixed-it-9b5b0e33bba4
https://medium.com/@deekshaarora21/centralizing-helm-charts-why-ingress-broke-and-how-httpproxy-fixed-it-9b5b0e33bba4
How our Edge Kubernetes Platform has Evolved
https://medium.com/chick-fil-atech/how-our-edge-kubernetes-platform-has-evolved-12609006bc92
https://medium.com/chick-fil-atech/how-our-edge-kubernetes-platform-has-evolved-12609006bc92
pvc-autoresizer
https://github.com/topolvm/pvc-autoresizer
pvc-autoresizer resizes PersistentVolumeClaims (PVCs) when the free amount of storage is below the threshold.
It queries the volume usage metrics from Prometheus that collects metrics from kubelet.
https://github.com/topolvm/pvc-autoresizer
Why I Use Terragrunt Over Terraform/OpenTofu in 2025
https://www.axelmendoza.com/posts/terraform-vs-terragrunt
Terragrunt vs Terraform: Why I chose Terragrunt to eliminate code duplication, automate state management, orchestrate deployments, and follow pattern-level reuse
https://www.axelmendoza.com/posts/terraform-vs-terragrunt
Explicit Terragrunt Stacks: 2x Faster Runs Using Provider Cache
https://medium.com/@juanfelipereyesmarles/explicit-terragrunt-stacks-2x-faster-runs-using-provider-cache-1693c0335dad
https://medium.com/@juanfelipereyesmarles/explicit-terragrunt-stacks-2x-faster-runs-using-provider-cache-1693c0335dad
Introducing Observable Load Testing = Locust + OpenTelemetry!
https://medium.com/locust-cloud/observable-load-testing-locust-opentelemetry-c5fced129d84
https://medium.com/locust-cloud/observable-load-testing-locust-opentelemetry-c5fced129d84
Patterns for Deploying OTel Collector at Scale
https://newsletter.signoz.io/p/patterns-for-deploying-otel-collector
As applications grow, the question quickly shifts from what OTel can do to how we can deploy it effectively at scale. In this post, we’ll explore some deployment patterns for the OTel Collector!
https://newsletter.signoz.io/p/patterns-for-deploying-otel-collector
Better observability, deeper insights: OpenSearch’s new Piped Processing Language capabilities
https://opensearch.org/blog/better-observability-deeper-insights-opensearchs-new-piped-processing-language-capabilities
https://opensearch.org/blog/better-observability-deeper-insights-opensearchs-new-piped-processing-language-capabilities
The "Meh-trics" Reloaded: Why I Was 100% Wrong About Metrics (and Also 100% Right)
https://www.honeycomb.io/blog/the-meh-trics-reloaded
https://www.honeycomb.io/blog/the-meh-trics-reloaded
renovate
https://github.com/renovatebot/renovate
Renovate is an automated dependency update tool. It helps to update dependencies in your code without needing to do it manually. When Renovate runs on your repo, it looks for references to dependencies (both public and private) and, if there are newer versions available, Renovate can create pull requests to update your versions automatically.
https://github.com/renovatebot/renovate
walrus
https://github.com/nubskr/walrus
Walrus is a distributed message streaming platform built on a high-performance log storage engine. It provides fault-tolerant streaming with automatic leadership rotation, segment-based partitioning, and Raft consensus for metadata coordination.
https://github.com/nubskr/walrus
trow
https://github.com/Trow-Registry/trow
Image management and caching for Kubernetes.
We're building a small registry to make image management in Kubernetes easy. The Trow Registry runs inside the cluster with very little resources, and is simple to set-up so it caches every image.
https://github.com/Trow-Registry/trow
runme
https://github.com/runmedev/runme
Runme is a tool that makes runbooks actually runnable, making it easier to follow step-by-step instructions. Shell/Bash, Python, Ruby, JavaScript/TypeScript, Lua, PHP, Perl, and many other runtimes are supported via Runme's shebang feature. Runme allows users to execute instructions, check intermediate results, and ensure the desired outputs are achieved. This makes it an excellent solution for runbooks, playbooks, and documentation that requires users to complete runnable steps incrementally—making operational docs reliable and much less susceptible to bitrot.
Runme achieves this by literally running markdown. More specifically, Runme runs your commands (shell, bash, zsh) or code inside your fenced code blocks. It's 100% compatible with your programming language's task definitions (Makefile, Gradle, Grunt, NPM noscripts, Pipfile or Deno tasks, etc.) and markdown-native. Much like a terminal session, environment variables are retained across execution, and it is possible to pipe previous cells' output into successive cells. Runme persists your runbooks in markdown, which your docs are likely already using.
https://github.com/runmedev/runme
sqlit
https://github.com/Maxteabag/sqlit
The lazygit of SQL databases. Connect to Postgres, MySQL, SQL Server, SQLite, Supabase, Turso, and more from your terminal in seconds.
https://github.com/Maxteabag/sqlit