Skip to content

Commit 85c262e

Browse files
authored
Merge pull request #36297 from katcosgrove/release-blog-125
Updates Major Themes to include kube-proxy change
2 parents e2ad935 + 27bdc23 commit 85c262e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

content/en/blog/_posts/2022-08-23-kubernetes-1.25-blog.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ Promoted the `ServerSideFieldValidation` feature gate to beta (on by default). T
8585

8686
Introduce KMS v2alpha1 API to add performance, rotation, and observability improvements. Encrypt data at rest (ie Kubernetes `Secrets`) with DEK using AES-GCM instead of AES-CBC for kms data encryption. No user action is required. Reads with AES-GCM and AES-CBC will continue to be allowed. See the guide [Using a KMS provider for data encryption](https://kubernetes.io/docs/tasks/administer-cluster/kms-provider/) for more information.
8787

88+
### Kube-proxy images are now based in distroless
89+
90+
In previous releases, kube-proxy container images were built using Debian as the base image. Starting with this release the images are now built using [distroless](https://github.com/GoogleContainerTools/distroless). This change reduced image size by almost 50% and reduced the number of installed packages and files to only to those strictly required for kube-proxy do its job.
91+
8892
## Other Updates
8993

9094
### Graduations to Stable

0 commit comments

Comments
 (0)