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
kube-accounts
Command
List all kube-accounts
for your current Orka user.
orka kube list
OR
orka kube list --json
Output
Options
You can pass the following options with orka kube list
in direct mode:
Option | Description |
---|---|
--json | Returns the output of the command in JSON . |
Create a kube-account
kube-account
Command
Create a kube-account
.
orka kube create
OR
orka kube create --account <NAME> -y
Output
Options
You can pass the following options with orka kube create
in direct mode:
Option | Description | Sample value |
---|---|---|
--account | A name for the kube-account . | mykubeaccount |
Regenerate a kube-account
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
Options
You can pass the following options with orka kube regenerate
in direct mode:
Option | Description | Sample value |
---|---|---|
--account | The account name for which you want to regenerate the kubeconfig . | mykubeaccount |
Delete a kube-account
kube-account
Command
Delete all kube-accounts
associated with the current Orka user.
orka kube delete
OR
orka kube delete -y
Output
Get a kubeconfig-orka
kubeconfig-orka
Command
Get the kubeconfig-orka
file for the specified kube-account
.
orka kube get
OR
orka kube get --account <NAME> -y
Output
Options
You can pass the following options with orka kube get
in direct mode:
Option | Description | Sample value |
---|---|---|
--account | The account name for which you want to get the kubeconfig . | mykubeaccount |
Updated over 1 year ago