8000 GitHub - cdalar/onkube-cli: onkube CLI Binary Download Repo
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

cdalar/onkube-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

This is a alpha stage project. Use it with your own risk.

To install the cli tool just execute the command below.

curl -sSL https://api.onkube.io/dl | sh

Just call the command to see how to use.

❯ onkube
onkube.com CLI application.
Manage your deployment simply over your terminal.

Usage:
  onkube [command]

Available Commands:
  help        Help about any command
  login       Login to onkube.com
  logout      Login to onkube.com
  ls          List Deployments
  new         Create a new deployment
  register    Register to onkube.com
  version     Print the version number of onkube

Flags:
  -h, --help   help for onkube

Use "onkube [command] --help" for more information about a command.

  1. Register with onkube register if you don't have an account.
  2. Login with onkube login.

Now you can create ex. metabase just with the following command.

onkube new metabase

for now, only metabase is available.

CLI doesn't wait for the container to be ready - async call - so give some time to k8s to make it ready. You can also go onkube new nginx just for fun.

Have fun.

About

onkube CLI Binary Download Repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0