loft

manages virtual Kubernetes clusters and namespaces

TLDR

Start Loft
$ loft start
Login to Loft
$ loft login [https://loft.example.com]
Create virtual cluster
$ loft create vcluster [name]
List virtual clusters
$ loft list vclusters
Connect to space
$ loft use space [name]
Create space
$ loft create space [name]

SYNOPSIS

loft command [options]

DESCRIPTION

loft manages virtual Kubernetes clusters and namespaces. It provides self-service Kubernetes for teams.The tool enables multi-tenancy on shared clusters. It creates isolated virtual clusters quickly.

PARAMETERS

COMMAND

Loft operation.
start
Start Loft server.
login URL
Login to Loft instance.
create TYPE NAME
Create resource.
list TYPE
List resources.
use TYPE NAME
Switch context.
--help
Display help information.

CAVEATS

Requires Kubernetes cluster. Loft platform needed. Commercial product.

HISTORY

Loft was created by Loft Labs to provide virtual cluster technology and self-service Kubernetes for developers.

SEE ALSO

kubectl(1), vcluster(1), helm(1)