Previously: EIL June, EIL July, EIL August, EIL September, EIL October
In-Place Pod Resizing in Kubernetes
Kubernetes now supports true in-place pod resource resizing, allowing CPU and memory requests or limits to be increased or decreased without triggering a pod restart. This removes the need for disruptive rolling updates when tuning workloads. It improves cluster reliability, especially for autoscaled or performance-sensitive workloads where right-sizing can be done reactively instead of preemptively. Read more palark.com/blog/in-place-pod-resizing-kubernetes
OpenTelemetry Transformation Language (OTTL)
OTTL is a declarative transformation language integrated into the OpenTelemetry Collector pipeline. It enables deterministic manipulation of traces, metrics and logs through rule-based statements that resemble fluent-bit filter semantics but with stronger typing and composability. OTTL.run provides an interactive environment to write, test and validate transformations before deploying them in production. This simplifies complex telemetry normalization tasks such as attribute remapping, sampling logic and record enrichment. Reference: https://ottl.run