Recently, the latest Kubernetes version, v1.34, was released with 13 new alpha features on board. They include:
- KYAML, a new dialect of YAML for Kubernetes manifests, which is still compatible with all existing tooling;
- asynchronous API calls to kube-apiserver during scheduling;
- various enhancements in the DRA (Dynamic Resource Allocation) framework;
- native support of X.509 certificates for Pods;
- and many more!
Learn more about K8s 1.34 new features and how they work from the detailed overview.