TLDR DevOps 2026-08-03
Kubernetes v1.37 📦, Speed Over Intelligence 🐎, Terraform AzureRM 🪐
Terraform AzureRM provider 5.0 now generally available (6 minute read)
Terraform AzureRM Provider 5.0 is generally available with improved Azure subscription control, opt-in preflight validation, updated validation defaults, and removal of deprecated resources and properties. The major release simplifies provider behavior, improves infrastructure feedback, and requires users to review configurations before upgrading.
Kubernetes v1.37 Sneak Peek (5 minute read)
Kubernetes v1.37, planned for release on August 26, will deprecate ipvs mode in kube-proxy, with clusters running that mode now logging a deprecation warning on startup. Static pods will no longer be allowed to reference Secrets or ConfigMaps via API fields, closing a long-standing bug, and the --filename flag for kubectl run is also being deprecated. The metrics.k8s.io API will graduate to stable after nearly nine years in beta, and kubelet in User Namespace (Rootless Mode) moves to beta, allowing node components to run without host-level root privileges. Cgroup v1 support continues its phaseout, with removal planned for a future release.
Speed Is Becoming More Important Than Intelligence for AI Models (5 minute read)
Once models are capable enough for everyday coding, research, and analysis, inference speed can matter more than marginal gains in intelligence, with roughly 100–200 output tokens per second feeling fast enough for interactive work. Further model acceleration eventually produces diminishing returns because tool calls, databases, local hardware, and human review become the dominant bottlenecks, shifting competition toward serving speed and price.
Deploy Enterprise PowerShell Modules Using Azure Artifacts (7 minute read)
Enterprise PowerShell modules can be distributed via a private Azure Artifacts feed using PSResourceGet, with Azure DevOps pipelines handling GitVersion-based semantic versioning, Key Vault code signing, and JEA restricting privileged runtime access.
Scaling Kubernetes pods with KEDA based on Amazon SQS queue depth (3 minute read)
This article walks through how to use KEDA to scale Kubernetes worker pods based on Amazon SQS queue depth rather than CPU or memory usage. The core idea is that in queue-driven systems, the number of messages waiting is a more accurate signal of demand than infrastructure utilization. KEDA calculates desired replica counts using the formula: outstanding messages divided by a configured per-pod target. It can scale deployments all the way down to zero when queues are empty.
DwarfStar (GitHub Repo)
DwarfStar is a native inference engine built specifically for running DeepSeek V4 Flash and DeepSeek V4 PRO locally, with additional support for GLM 5.2. It is not a general GGUF runner. The project includes model loading, prompt rendering, tool calls, KV state, an HTTP server, and a coding agent built and tested together. It supports Metal on macOS, CUDA, and ROCm backends, and can split large models across multiple machines using pipeline or tensor parallelism over Thunderbolt or TCP.
Kaneo (GitHub Repo)
Kaneo is an open source project management tool built around a minimal feature set, on the premise that most competing platforms include too many features rather than too few. It supports Docker Compose and Kubernetes deployments, and a CLI tool called drim handles HTTPS, database setup, and service configuration automatically.
How CloudFormation express mode accelerates your development cycle (7 minute read)
AWS CloudFormation Express mode reports stack completion as soon as resource configuration is applied rather than waiting for full stabilization, speeding development iteration and AI agent workflows while preserving dependency ordering and rollback options.
Faster Floating-Point Math With Rust's New API (7 minute read)
Rust 1.98 adds algebraic floating-point operations that let developers explicitly permit reassociation and fused instructions without enabling every risky optimization associated with fast-math. Allowing the compiler to reorder independent calculations can unlock SIMD vectorization and significantly accelerate numerical workloads, with the tradeoff that results may vary slightly because floating-point addition is not associative.
Incident investigation shouldn't consume hours of your time (Sponsor)
This AWS + New Relic webinar shows you to autonomously triage incidents, pinpoint root cause, and remediate without custom tooling. See how orgs are cutting MTTR by 75%.
Watch nowDocker OIDC connections for GitHub Actions available for Docker Orgs (3 minute read)
Docker now supports OpenID Connect (OIDC) for GitHub Actions, letting workflows authenticate with short-lived, per-run tokens instead of stored personal access tokens or organization access tokens.
Retirement of Azure DevOps issuer in Workload identity federation service connections (5 minute read)
Microsoft is deprecating the Azure DevOps issuer for workload identity federation service connections, retiring it by July 1, 2027, and standardizing on the Microsoft Entra issuer, excluding multitenant apps and non-public cloud scenarios.
Make OCI Compute Logs Part of Your Security Posture (5 minute read)
Oracle Log Analytics enables security teams to collect OCI Compute instance logs via the Add Data workflow and analyze access activity, failed logins, and privilege escalation attempts through curated Compute dashboards for deeper investigation.
Get our free daily newsletter with curated tools 💻, trends 📈, and insights 💡, for DevOps Engineers 👨💻
Join 350,000 readers for
one daily email