--- title: Install kubectl plugin draft: true --- import Tabs from '@theme/Tabs'; import TabItem from '@theme/TabItem'; Install vela kubectl plugin can help you to ship applications more easily! ## Installation You can install kubectl plugin `kubectl vela` by: 1. [Install and set up](https://krew.sigs.k8s.io/docs/user-guide/setup/install/) Krew on your machine. 2. Discover plugins available on Krew: ```shell kubectl krew update ``` 3. install kubectl vela: ```shell script kubectl krew install vela ``` **macOS/Linux** ```shell script curl -fsSl https://kubevela.io/script/install-kubectl-vela.sh | bash ``` You can also download the binary from [release pages ( >= v1.0.3)](https://github.com/kubevela/kubevela/releases) manually. Kubectl will discover it from your system path automatically. ## Usage ```shell $ kubectl vela -h A Highly Extensible Platform Engine based on Kubernetes and Open Application Model. Usage: kubectl vela [flags] kubectl vela [command] ```