Skip to content

kuttiproject/kuttilib

Repository files navigation

kuttilib

An API to manage Kubernetes clusters and nodes.

Go Report Card PkgGoDev GitHub release (latest by date)

The kutti project aims to let users create small, non production Kubernetes clusters for learning and development. The kuttilib package provides an API to create and manage clusters and nodes. It uses an abstract interface called Driver to ensure that such can be created on multiple platforms.

To create a kutti client, one needs to reference this package along with one or more driver implementations, such as github.com/kuttiproject/driver-vbox.