This is a deck for my talk at KubeCon + CloudNativeCon Japna 2026 Yokohama
Description
Launch reliability is critical for applications on Kubernetes that restart frequently. Cold starts from cache initialization and JIT compilation can degrade performance and trigger startup failures, causing serious downtime during rollouts and reducing the effectiveness of horizontal pod autoscaling.
The recent Kubernetes feature In-place Pod Resize enables CPU bursting to improve launch reliability through infrastructure-level scaling. However, it does not address application-layer unreadiness and may introduce risks such as noisy neighbor issues or unexpected runtime behavior.
In this session, he will explore recent trends and practices for improving launch reliability and examine real-world In-place Pod Resize. Furthermore, he will propose a strategy using a purpose-built open source controller designed to mitigate these risks and ensure comprehensive readiness. You will leave this session with actionable insights to achieve reliable, production-grade launches on Kubernetes.