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