Linux command
loft 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
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]
说明
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.
参数
- 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.
FAQ
What is the loft command used for?
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.
How do I run a basic loft example?
Run `loft start` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does start do in loft?
Start Loft server.