LinuxCommandLibrary

loft

manages virtual Kubernetes clusters and namespaces

TLDR

Start Loft

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

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)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community