You'll first need to get started with IBM Cloud Kubernetes Service by setting up an IBM Cloud account. For details, see the getting started instructions. Then follow the steps below to create a cluster and run the conformance tests.
If you haven't already done so, install the CLI for IBM Cloud Kubernetes Service. You may then create a cluster using the CLI or UI.
% ibmcloud ks cluster-create --name conformance --kube-version 1.11 --zone <zone name> --machine-type <machine type> [--workers <number of workers>] [--private-vlan <private VLAN> --public-vlan <public VLAN>]
% ibmcloud ks cluster-get conformance
% ibmcloud ks cluster-config conformance
Go to IBM Cloud catalog and select IBM Cloud Kubernetes Service and follow the instructions to create a cluster and gain access to it.
Wait for the cluster and all worker nodes to reach normal
state then follow the
test instructions
to run the conformance tests.