Kube

The orka kube group of commands in the Orka CLI. These commands are used for the management of kube-accounts in your Orka environment.

🚧

Quick navigation

Listing: List the kube-accounts

Management: Create a kube-account | Regenerate a kube-account | Delete a kube-account

Kube-config: Get a kubeconfig-orka

🚧

Quick command summary

orka kube list
orka kube create --account <NAME>
orka kube regenerate --account <NAME> 
orka kube delete
orka kube get --account <NAME>

List the kube-accounts

Command

List all kube-accounts for your current Orka user.

orka kube list

OR

orka kube list --json

Output

2276

Options

You can pass the following options with orka kube list in direct mode:

OptionDescription
--jsonReturns the output of the command in JSON.

Create a kube-account

Command

Create a kube-account.

orka kube create

OR

orka kube create --account <NAME> -y

Output

2276

Options

You can pass the following options with orka kube create in direct mode:

OptionDescriptionSample value
--accountA name for the kube-account.mykubeaccount

Regenerate a kube-account

Command

Regenerate the specified kube-account. This operation deletes the respective kube-account and re-creates it. The operation also re-creates the respective kubeconfig-orka file.

orka kube regenerate

OR

orka kube regenerate --account <NAME> -y

Output

2276

Options

You can pass the following options with orka kube regenerate in direct mode:

OptionDescriptionSample value
--accountThe account name for which you want to regenerate the kubeconfig.mykubeaccount

Delete a kube-account

Command

Delete all kube-accounts associated with the current Orka user.

orka kube delete

OR

orka kube delete -y

Output

2276

Get a kubeconfig-orka

Command

Get the kubeconfig-orka file for the specified kube-account.

orka kube get

OR

orka kube get --account <NAME> -y

Output

2276

Options

You can pass the following options with orka kube get in direct mode:

OptionDescriptionSample value
--accountThe account name for which you want to get the kubeconfig.mykubeaccount

© 2019-2023 Copyright MacStadium, Inc. – Documentation built with readme.com. Orka is a registered trademark of MacStadium, Inc.