LinuxCommandLibrary

ibmcloud-ks

manages IBM Cloud Kubernetes Service

TLDR

List clusters

$ ibmcloud ks clusters
copy
Create cluster
$ ibmcloud ks cluster create classic --name [my-cluster]
copy
Get cluster config
$ ibmcloud ks cluster config --cluster [cluster-name]
copy
List worker nodes
$ ibmcloud ks workers --cluster [cluster-name]
copy
Show cluster info
$ ibmcloud ks cluster get --cluster [cluster-name]
copy

SYNOPSIS

ibmcloud ks command [options]

DESCRIPTION

ibmcloud ks manages IBM Cloud Kubernetes Service. It creates and manages Kubernetes clusters on IBM Cloud infrastructure.
The tool handles cluster lifecycle, worker pools, and configuration. It integrates with kubectl for cluster access.

PARAMETERS

COMMAND

Kubernetes Service command.
clusters
List clusters.
cluster create
Create cluster.
cluster config
Get kubeconfig.
workers
List worker nodes.
cluster get
Show cluster info.
--help
Display help information.

CAVEATS

IKS plugin required. Cluster costs apply. Regional deployment options.

HISTORY

ibmcloud ks is the Kubernetes Service plugin for IBM Cloud CLI.

SEE ALSO

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community