Skip to content

Commit 3cc1101

Browse files
committed
Add release date and correct wording
1 parent 5ee5704 commit 3cc1101

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

content/en/blog/_posts/2025-03-24-kubernetes-1.33-sneak-peek.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ author: >
1212
Sneha Yadav
1313
---
1414

15-
As the release of Kubernetes v1.33 approaches, the project continues to evolve. Features may be deprecated, removed, or replaced to improve the overall health of the project. This blog post outlines some planned changes for the v1.33 release, which the release team believes you should be aware of to ensure the continued smooth operation of your Kubernetes environment and to keep you up-to-date with the latest developments. The information below is based on the current status of the v1.33 release and is subject to change before the final release date.
15+
As the release of Kubernetes v1.33 approaches, the Kubernetes project continues to evolve. Features may be deprecated, removed, or replaced to improve the overall health of the project. This blog post outlines some planned changes for the v1.33 release, which the release team believes you should be aware of to ensure the continued smooth operation of your Kubernetes environment and to keep you up-to-date with the latest developments. The information below is based on the current status of the v1.33 release and is subject to change before the final release date.
1616

1717
## The Kubernetes API removal and deprecation process
1818

@@ -32,7 +32,7 @@ Whether an API is removed as a result of a feature graduating from beta to stabl
3232

3333
The [EndpointSlices](/docs/concepts/services-networking/endpoint-slices/) API has been stable since v1.21, which effectively replaced the original Endpoints API. While the original Endpoints API was simple and straightforward, it also posed some challenges when scaling to large numbers of network endpoints. The EndpointSlices API has introduced new features such as dual-stack networking, making the original Endpoints API ready for deprecation.
3434

35-
This deprecation only impacts those who use the Endpoints API directly from workloads or scripts; these users should migrate to use EndpointSlices instead. You can find more about the deprecation implications and migration plans in a dedicated blog post [Endpoints formally deprecated in favor of EndpointSlices](TBC).
35+
This deprecation only impacts those who use the Endpoints API directly from workloads or scripts; these users should migrate to use EndpointSlices instead. There will be a dedicated blog post with more details on the deprecation implications and migration plans in the coming weeks.
3636

3737
You can find more in [KEP-4974: Deprecate v1.Endpoints](https://kep.k8s.io/4974).
3838

@@ -85,7 +85,6 @@ For example, reporting the interface name, MAC address, and IP addresses of netw
8585

8686
Also, you can find more about the planned enhancement in [KEP-4817: DRA: Resource Claim Status with possible standardized network interface data](https://kep.k8s.io/4817).
8787

88-
8988
### Ordered namespace deletion
9089

9190
This KEP introduces a more structured deletion process for Kubernetes namespaces to ensure secure and deterministic resource removal. The current semi-random deletion order can create security gaps or unintended behaviour, such as Pods persisting after their associated NetworkPolicies are deleted. By enforcing a structured deletion sequence that respects logical and security dependencies, this approach ensures Pods are removed before other resources. The design improves Kubernetes’s security and reliability by mitigating risks associated with non-deterministic deletions.
@@ -102,7 +101,9 @@ You can find more in [KEP-3850: Backoff Limit Per Index For Indexed Jobs](https:
102101

103102
New features and deprecations are also announced in the Kubernetes release notes. We will formally announce what's new in [Kubernetes v1.33](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.33.md) as part of the CHANGELOG for that release.
104103

105-
You can see the announcements of changes in the release notes for:
104+
Kubernetes v1.33 release is planned for **Wednesday, 23rd April, 2025**. Stay tuned for updates!
105+
106+
You can also see the announcements of changes in the release notes for:
106107

107108
* [Kubernetes v1.32](https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.32.md)
108109

@@ -117,7 +118,7 @@ The simplest way to get involved with Kubernetes is by joining one of the many [
117118
- Follow us on Bluesky [@kubernetes.io](https://bsky.app/profile/kubernetes.io) for the latest updates
118119
- Join the community discussion on [Discuss](https://discuss.kubernetes.io/)
119120
- Join the community on [Slack](http://slack.k8s.io/)
120-
- Post questions (or answer questions) on [Stack Overflow](http://stackoverflow.com/questions/tagged/kubernetes)
121+
- Post questions (or answer questions) on [Server Fault](https://serverfault.com/questions/tagged/kubernetes) or [Stack Overflow](http://stackoverflow.com/questions/tagged/kubernetes)
121122
- Share your Kubernetes [story](https://docs.google.com/a/linuxfoundation.org/forms/d/e/1FAIpQLScuI7Ye3VQHQTwBASrgkjQDSS5TP0g3AXfFhwSM9YpHgxRKFA/viewform)
122123
- Read more about what’s happening with Kubernetes on the [blog](https://kubernetes.io/blog/)
123124
- Learn more about the [Kubernetes Release Team](https://github.com/kubernetes/sig-release/tree/master/release-team)

0 commit comments

Comments
 (0)