Tagged articles
3 articles
Page 1 of 1
Ops Development Stories
Ops Development Stories
Sep 22, 2021 · Cloud Native

Deep Dive into Kubernetes Pod Creation: Exploring the kubelet Source Code

This article walks through the Kubernetes kubelet source code responsible for pod creation, detailing the syncLoop, syncLoopIteration, SyncHandler interface, pod operations, dispatchWork, UpdatePod, and the final SyncPod steps, providing code snippets and explanations to help developers understand the underlying mechanisms.

KubernetesPod creationsyncLoop
0 likes · 13 min read
Deep Dive into Kubernetes Pod Creation: Exploring the kubelet Source Code
Alibaba Cloud Native
Alibaba Cloud Native
Feb 6, 2021 · Cloud Native

Boost Serverless Pod Creation Speed on Kubernetes: Practical Optimizations

This article examines why pod creation latency hurts serverless workloads on Kubernetes and presents a step‑by‑step guide that includes image pre‑warming, multithreaded decompression, non‑compressed images, P2P image distribution, and in‑place upgrade techniques to dramatically improve elasticity and startup performance.

Cloud NativeKubernetesPod creation
0 likes · 15 min read
Boost Serverless Pod Creation Speed on Kubernetes: Practical Optimizations