Skip to content

Commit a77b6f3

Browse files
authored
Merge pull request #50728 from rytswd/fix-directory-setup-for-streaming-list-res
Fix broken image and add timestamp for publication date
2 parents 2be9712 + 1ab02f2 commit a77b6f3

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: blog
3-
title: "Kubernetes v1.33: Streaming List responses for K8s 1.33"
4-
date: 2025-05-09
3+
title: "Kubernetes v1.33: Streaming List responses"
4+
date: 2025-05-09T10:30:00-08:00
55
slug: kubernetes-v1-33-streaming-list-responses
66
author: >
77
Marek Siarkowicz (Google),
@@ -50,5 +50,4 @@ To validate results Kubernetes has introduced a new **list** benchmark which exe
5050

5151
The benchmark has showed 20x improvement, reducing memory usage from 70-80GB to 3GB.
5252

53-
{{< figure src="/images/blog/YYYY-MM-DD-streaming-list-responses/results.png" alt="Screenshot of a K8s performance dashboard showing memory usage for benchmark list going down from 60GB to 3GB" title="List benchmark memory usage" >}}
54-
![alt_text](results.png)
53+
{{< figure src="results.png" alt="Screenshot of a K8s performance dashboard showing memory usage for benchmark list going down from 60GB to 3GB" caption="List benchmark memory usage" >}}

0 commit comments

Comments
 (0)