mirror of https://github.com/istio/istio.io.git
1014 B
1014 B
| title | description | weight | keywords | |||
|---|---|---|---|---|---|---|
| IBM Cloud Kubernetes Service | Instructions to setup a IBM Cloud Kubernetes Service (IKS) cluster for Istio. | 12 |
|
Follow these instructions to prepare an IBM IKS cluster for Istio.
-
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 >}} -
Retrieve your credentials for
kubectl. Replace<cluster-name>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 to access the IBM Cloud Private Cluster.