1. Kubernetes can be used to distribute Docker builds across multiple nodes for improved performance and scalability using BuildKit and the new BuildX toolkit.
2. BuildX introduces a Kubernetes driver that allows builds to run on Kubernetes pods with no complex YAML or TLS configuration required, providing the same user experience as local Docker builds.
3. Builds can be executed without root privileges on Kubernetes for improved security, and the Kubernetes driver supports caching of build artifacts both locally on pods and remotely to a registry for faster rebuilds.