--- title: IBM Cloud description: Instructions to setup an IBM Cloud cluster for Istio. weight: 12 skip_seealso: true keywords: [platform-setup,ibm,iks] --- Follow these instructions to prepare an IBM Cloud cluster for Istio. ## IBM Cloud Kubernetes Service (IKS) Replace `` with the name of the cluster you want to use in the following instructions. 1. Create a new lite or paid Kubernetes cluster. Lite cluster: {{< text bash >}} $ ibmcloud cs cluster-create --name {{< /text >}} Paid cluster: {{< text bash >}} $ ibmcloud cs cluster-create --location --machine-type u2c.2x4 \ --name {{< /text >}} 1. Retrieve your credentials for `kubectl`. {{< text bash >}} $(ibmcloud cs cluster-config |grep "export KUBECONFIG") {{< /text >}} ## IBM Cloud Private [Configure `kubectl`](https://www.ibm.com/support/knowledgecenter/SSBS6K_2.1.0.3/manage_cluster/cfc_cli.html) to access the IBM Cloud Private Cluster.