IBM Cloud

Follow these instructions to prepare a cluster for Istio using the IBM Cloud Kubernetes Service.

To prepare a cluster before manually installing Istio, proceed as follows:

  1. Install the IBM Cloud CLI, the IBM Cloud Kubernetes Service plug-in, and the Kubernetes CLI.

  2. Create a standard Kubernetes cluster using the following command. Replace <cluster-name> with the name you want to use for your cluster and <zone-name> with the name of an available zone.

    $ ibmcloud ks cluster create classic --zone <zone-name> --machine-type b3c.4x16 \
      --workers 3 --name <cluster-name>
  3. Run the following command to download your cluster configuration.

    $ ibmcloud ks cluster config --cluster <cluster-name>
¿Fue útil esta información?
¿Tienes alguna sugerencia para mejorar?

¡Gracias por tus comentarios!