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/2023-12-13-kubernetes-1.29.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,9 @@ API data at rest. KMS provides an interface for a provider to utilize a key stor
64
64
key service to perform this encryption. With the Kubernetes v1.29, KMS v2 has become
65
65
a stable feature bringing numerous improvements in performance, key rotation,
66
66
health check & status, and observability.
67
-
These enhancements provide users with a reliable solution to encrypt all resources in their Kubernetes clusters. You can read more about this in [KEP-3299](https://kep.k8s.io/3299).
67
+
These enhancements provide users with a reliable solution to encrypt all resources in their Kubernetes clusters. You can read more about this in [KEP-3299](https://kep.k8s.io/3299).
68
+
69
+
It is recommended to use KMS v2. KMS v1 feature gate is disabled by default. You will have to opt in to continue to use it.
68
70
69
71
For Kubernetes v1.29, [encryption at rest for API data](/docs/tasks/administer-cluster/encrypt-data/)
70
72
can integrate with an external _key management service_ (KMS). Available since Kubernetes v1.13,
0 commit comments