...
Assumption .This pages assumes that user have VIO4.0 with kubernetes deployed with cloud provider as openstack successfully .
VMware Kubernetes Architecture
a. prerequisite -
a.1 User should have the BlueShift Mgmt IP Address , user name and password ready to be able to create Kubernetes cluster .
...
7. Verifying Kubectl installation
root@localhost:~# kubectl cluster-info
Kubernetes master is running at https://10.110.208.207:443/
dnsmasq is running at https://10.110.208.207:443//api/v1/namespaces/kube-system/services/dnsmasq/proxy
kubedns is running at https://10.110.208.207:443//api/v1/namespaces/kube-system/services/kubedns/proxy
8. Installing Helm
8.1 download the helm using below command
...