The kutti CLI
This repository contains the CLI for the kutti project. The CLI is inspired by the docker CLI, and allows management of Clusters and Nodes. The physical implementation of underlying networks and hosts is handled via Drivers. Each driver is also responsible for providing a repository to download host templates for supported Kubernetes versions.
The CLI includes a simple SSH client for connecting to nodes it creates.
The kutti CLI is currently avaiable for Linux and Windows on amd64, and macOS on amd64 and arm64. It can be downloaded from the latest release page.