https://github.com/volcengine/vkectl
https://github.com/volcengine/vkectl
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/volcengine/vkectl
- Owner: volcengine
- License: apache-2.0
- Created: 2021-12-27T02:22:44.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-07T09:07:17.000Z (over 4 years ago)
- Last Synced: 2024-06-20T19:24:43.901Z (about 2 years ago)
- Language: Go
- Size: 922 KB
- Stars: 32
- Watchers: 5
- Forks: 39
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
vkectl
## Introduction
vkectl is a tool to manage VKE(VolcanoEngine Kubernetes Engine) resources through a CLI(Command Line Interface). It is written in Go and built on the top of VKE OpenAPI.
VKECTL IS EXPERIMENTAL. THE BEHAVIOR MAY CHANGE.
## Usage
### Set Environment
Before using vkectl, you need to set the values of the following environment variables
```
export AK=YOUR AK
export SK=YOUR SK
export HOST=YOUR HOST
export REGION=YOUR REGION
```
### Execute
```
vkectl [OPTIONS] MODULE ACTION
```
The supported modules are resource and security.
You can use the following commands to get the supported actions.
```
vkectl MODULE --help
```
Examples:
```
vkectl resource ListClusters
```