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.

List the kube-accounts

Command

List all kube-accounts for your current Orka user.

orka kube list

OR

orka kube list --json

Output

862

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

1528

Options

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

OptionDescriptionSample value
--accountA name for the kube-account.mykubeaccount
-yBypasses the interactive prompt and executes the command with the specified parameters.

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

1528

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
-yBypasses the interactive prompt and executes the command with the specified parameters.

Delete a kube-account

Command

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

orka kube delete

OR

orka kube delete -y

Output

1528

Options

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

OptionDescription
-yBypasses the interactive prompt and executes the command with the specified parameters.
--jsonBypasses the interactive prompt and returns JSON output.

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

1818

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
-yBypasses the interactive prompt and executes the command with the specified parameters.

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