You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/blog/_posts/XXXX-XX-XX-kubernetes-v1-34-snapshottable-api-server-cache.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ For years, the Kubernetes community has been on a mission to improve the stabili
12
12
A major focus of this effort has been taming **list** requests, which have historically been a primary source of high memory usage and heavy load on the `etcd` datastore.
13
13
With each release, we've chipped away at the problem, and today, we're thrilled to announce the final major piece of this puzzle.
14
14
15
-
The *snapshottable API server cache** feature has graduated to **Beta** in Kubernetes v1.34,
15
+
The *snapshottable API server cache* feature has graduated to **Beta** in Kubernetes v1.34,
16
16
culminating a multi-release effort to allow virtually all read requests to be served directly from the API server's cache.
17
17
18
18
## Evolving the cache for performance and stability
@@ -33,7 +33,7 @@ Despite these huge improvements, a critical gap remained. Any request for a hist
33
33
34
34
## Kubernetes 1.34: snapshots complete the picture
35
35
36
-
The Snapshottable API Server Cache solves this final piece of the puzzle.
36
+
The _snapshottable API server cache_ solves this final piece of the puzzle.
37
37
This feature enhances the watch cache, enabling it to generate efficient, point-in-time snapshots of its state.
38
38
39
39
Here’s how it works: for each update, the cache creates a lightweight snapshot.
@@ -54,7 +54,7 @@ This means dramatically reduced memory pressure, a lighter load on `etcd`, and a
54
54
55
55
## How to get started
56
56
57
-
With its graduation to Beta, the `SnapshottableCache` feature is **enabled by default** in Kubernetes v1.34. There are no actions required to start benefiting from these performance and stability improvements.
57
+
With its graduation to Beta, the `SnapshottableCache` feature gate is **enabled by default** in Kubernetes v1.34. There are no actions required to start benefiting from these performance and stability improvements.
0 commit comments