LinuxCommandLibrary

vela

KubeVela application delivery CLI

TLDR

Deploy application

$ vela up
copy
Show status
$ vela status
copy
List applications
$ vela ls
copy
Delete application
$ vela delete [appname]
copy
Show logs
$ vela logs [appname]
copy
Execute command
$ vela exec [appname] -- [command]
copy

SYNOPSIS

vela command [options] [args]

DESCRIPTION

vela is the command-line client for KubeVela, an application delivery platform built on the Open Application Model (OAM). It manages the full lifecycle of applications on Kubernetes, from deployment and scaling to monitoring and rollback.
Applications are defined with components, traits, and policies that abstract away infrastructure complexity. The platform supports multi-cluster deployment, allowing applications to be distributed across different Kubernetes clusters and cloud providers from a single definition.

PARAMETERS

up

Deploy application.
status
Show status.
ls
List apps.
delete
Remove app.
logs
View logs.
exec
Run command.

CAVEATS

KubeVela required. Kubernetes knowledge. OAM concepts.

HISTORY

vela is the CLI for KubeVela, an application delivery platform based on Open Application Model.

SEE ALSO

kubectl(1), helm(1), argocd(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community