/spinit

Build and deploy apps to your local cluster without the fuss.

Primary LanguageGoOtherNOASSERTION

spinit

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.

Prerequisites

spinit uses buildkit to build docker images. You can follow the instructions here on how to set buildkit up.

Supported Platforms

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.

Installation

Contributing

See CONTRIBUTING.md