spinit is a command-line tool to build and deploy apps to local Kubernetes clusters. It enables the user to avoid writing yaml configurations for the app and seamlessly load docker images to every node in the cluster.
spinit uses buildkit to build docker images. You can follow the instructions here on how to set buildkit up.
Currently spinit has only been tested to work on Linux.
Additionally, I am using k3s as the Kubernetes distribution with the default containerd container runtime.
See CONTRIBUTING.md