Skip to content

Commit eabf3dd

Browse files
authored
Apply fixups
1 parent 7550290 commit eabf3dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/en/blog/_posts/XXXX-XX-XX-kubernetes-v1-34-snapshottable-api-server-cache.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ For years, the Kubernetes community has been on a mission to improve the stabili
1212
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.
1313
With each release, we've chipped away at the problem, and today, we're thrilled to announce the final major piece of this puzzle.
1414

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,
1616
culminating a multi-release effort to allow virtually all read requests to be served directly from the API server's cache.
1717

1818
## Evolving the cache for performance and stability
@@ -33,7 +33,7 @@ Despite these huge improvements, a critical gap remained. Any request for a hist
3333

3434
## Kubernetes 1.34: snapshots complete the picture
3535

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.
3737
This feature enhances the watch cache, enabling it to generate efficient, point-in-time snapshots of its state.
3838

3939
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
5454

5555
## How to get started
5656

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.
5858

5959
## Acknowledgements
6060

0 commit comments

Comments
 (0)