Getting Started
Install vkube
CLI tool using pip3
The installation environment requires Python version 3.7 or higher.
- To install, find a directory and execute the following command:
pip3 install vkube
Check vkube
version:
vkube version
Update to the latest vkube
version:
pip3 install --upgrade vkube
How to use vkube-cli
In the root directory ("xxx/vkube-cli"):
- Add DockerhubToken or GHCRToken:
vkube config -w DockerhubToken=dckr_pat_xxxx
vkube config -w GHCRToken=ghcr_xxx
Configure VKubefile.yaml
Deploy using the following command:
vkube deploy -f ./VKubefile.yaml # Define VKubefile path
or
vkube deploy # CLI will look for VKubefile.yaml in the command execution directory