Category: Kubernetes, yaml

In the world of cloud native development, the second you blink, you’ve missed something. So much so, it seems it was only yesterday that Kubernetes 1.22 came out 1.22 (It was on https://kubernetes.io/blog/2021/08/04/kubernetes-1-22-release-announcement/).

However, the real spotlight belongs to the features in 1.23 that have graduated to GA (stability), so they’re ready for production.

Sitting at the top of the graduation list, you’ll find four very exciting features: IPv4/IPv6 dual-stack support, CronJobs, Ephemeral volumes, and the HPA API.

With IPv6/IPv6 dual-stack support, Kubernetes can now natively support dual-stack mode in a cluster.

Related Articles