로컬에서 쿠버네티스 api 서버에 List 호출 테스트
쿠버네티스 버전이 33으로 변경되면서 List 호출에 대해 성능이 많이 개선되었다고 하여 실제로 비교해보며 정말로 줄어들었는지 확인해보려고 합니다. 관련 글)https://kubernetes.io/blog/2025/05/09/kubernetes-v1-33-streaming-list-responses/ Kubernetes v1.33: Streaming List responsesManaging Kubernetes cluster stability becomes increasingly critical as your infrastructure grows. One of the most challenging aspects of operating large-scale clusters has been handling ..