Kubernetes v1.32 is available

Aaron Groom

2025-01-27

The latest version of kubernetes is now available, version 1.32.

$ kubectl get node
NAME         STATUS   ROLES           AGE   VERSION
kubemaster   Ready    control-plane   39m   v1.32.1
kubenode1    Ready    none            38m   v1.32.1
kubenode2    Ready    none            38m   v1.32.1
kubenode3    Ready    none            38m   v1.32.1

Once again, another stable release. Each new version release gets more and more boring–and that’s a really good thing. Everything just works.

$ kubectl api-resources | wc -l
59

The API is remarkably stable and all of our existing manifests still apply normally.

Give it a try!

Go back to the list of blog entries. RSS feed.