$ ibmcloud ks vlan ls --zone dal10
OK
ID Name Number Type Router Supports Virtual Workers
1234567 1593 private bcr03a.dal10 true
2345678 1519 public fcr03a.dal10 true
Now, with the zone, flavor (or machine-type), public VLAN ID and private VLAN ID, create the Standard Cluster,
$ ibmcloud ks cluster ls
OK
Name ID State Created Workers
Location Version Resource Group Name Provider
account1_iks_cluster_user1 abcdefgh12ij3kl4mn56 deploying 56 seconds ago 3
Dallas 1.14.8_1536 Default classic
Check the status of your worker nodes,
$ ibmcloud ks worker ls --cluster account1_iks_cluster_user1
OK
ID Public IP Private IP Flavor State Status Zone Version
kube-abcdefgh12ij3kl4mn56-account1ikscl-default-0000010f 123.45.678.90 10.93.123.456 b3c.4x16.encrypted provisioning IBM Cloud classic infrastructure operation: Software install is finished dal10 1.14.7_1535
kube-abcdefgh12ij3kl4mn56-account1ikscl-default-0000020b - - b3c.4x16.encrypted provisioning - dal10 1.14.7_1535
kube-abcdefgh12ij3kl4mn56-account1ikscl-default-000003dd 123.45.678.92 10.93.123.457 b3c.4x16.encrypted provisioning IBM Cloud classic infrastructure operation: Software install is finished dal10 1.14.7_1535
Wait until the State is normal and the Status is ready,