This document discusses Usernetes, which allows running Kubernetes as a non-root user. It provides motivation for running Kubernetes and container runtimes as non-root by discussing past security vulnerabilities. It then describes challenges in networking and other areas for non-root containers, and how Usernetes addresses these challenges using techniques like Slirp4netns for networking and FUSE overlayfs. The document concludes with the current status of Usernetes, which supports Docker and CRI-O and provides pre-built binaries.