🛠️ 2025-05-23 Tech Update Summary
🔹 Kubernetes - Kubernetes v1.33: In-Place Pod Resize Graduated to Beta
The Kubernetes project has announced that the in-place Pod resize feature, also known as In-Place Pod Vertical Scaling, which was first introduced as an alpha feature in Kubernetes v1.27, has now graduated to Beta and will be enabled by default in the Kubernetes v1.33 release. This feature allows for changing CPU and memory resources allocated to running containers without requiring a Pod restart, making resource management more flexible and less disruptive, especially for stateful applications and sensitive workloads. Key benefits include reduced disruption, improved resource utilization, and faster scaling. Significant improvements have been made since the alpha release, enhancing stability, user experience, and integration with the Kubernetes ecosystem. The community will continue to develop this feature, focusing on stability, addressing limitations, integrating with VerticalPodAutoscaler (VPA), and gathering user feedback. Users are encouraged to experiment with this feature and provide feedback through standard Kubernetes communication channels. 👉 Read more
🔹 Spring Boot - Spring for Apache Pulsar 1.1.12 and 1.2.6 are now available
The blog post announces the release of Spring for Apache Pulsar versions 1.1.12 and 1.2.6, which are now accessible via Maven Central. These versions will be part of the forthcoming Spring Boot releases 3.3.12 and 3.4.6, respectively. For further information, readers are directed to the release notes for each version. 👉 Read more
🔹 Docker - Introducing Docker Hardened Images: Secure, Minimal, and Ready for Production
The blog post introduces Docker Hardened Images, which are designed to be secure, minimal, and ready for production use. Docker has always aimed to help developers build, share, and run software efficiently and securely. With Docker Hub facilitating global software delivery, hosting over 14 million images and seeing over 11 billion pulls each month, Docker has gained significant insights into modern software development practices. This new offering aligns with their commitment to enhancing security and efficiency in software development. 👉 Read more
🔹 Java - Towards a JSON API for the JDK
The blog post titled “Towards a JSON API for the JDK” discusses the ideas and plans for integrating a JSON API into the Java Development Kit (JDK). It highlights the potential benefits of having a built-in JSON API, which would provide developers with a standardized and efficient way to handle JSON data within Java applications. The post likely outlines the motivations behind this development, the proposed features of the API, and the expected impact on Java programming. The initiative aims to enhance Java’s capabilities for processing JSON, which is widely used in web services and APIs. 👉 Read more
🔹 Golang - Go Cryptography Security Audit
The blog post discusses a security audit conducted by Trail of Bits on Go’s cryptography libraries. The audit aimed to evaluate the security and implementation of these libraries to ensure their reliability and safety. The post likely details the findings and any recommendations made by Trail of Bits to improve or address any identified issues in Go’s cryptographic implementations. 👉 Read more
🔹 Helm - Helm @ KubeCon + CloudNativeCon EU ‘25
The Helm team is attending KubeCon + CloudNativeCon EU 2025 in London from April 1-4. They are working on Helm 4, which is set to be released later this year. Attendees can engage with Helm maintainers during talk sessions and visit the Helm booth in the Project Pavilion for more information. The blog post provides details on various Helm-related activities happening throughout the week. 👉 Read more