Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.16 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.16 KB

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