Linux command
ibmcloud-ks 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
List clusters
ibmcloud ks clusters
Create cluster
ibmcloud ks cluster create classic --name [my-cluster]
Get cluster config
ibmcloud ks cluster config --cluster [cluster-name]
List worker nodes
ibmcloud ks workers --cluster [cluster-name]
Show cluster info
ibmcloud ks cluster get --cluster [cluster-name]
说明
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.
参数
- clusters
- List clusters.
- cluster create
- Create cluster.
- cluster config
- Get kubeconfig.
- workers
- List worker nodes.
- cluster get
- Show cluster info.
- --help
- Display help information.
FAQ
What is the ibmcloud-ks command used for?
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.
How do I run a basic ibmcloud-ks example?
Run `ibmcloud ks clusters` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does clusters do in ibmcloud-ks?
List clusters.