installing kubernetes locally code example
Example 1: kubernetes setup
ibmcloud plugin install container-registry
Example 2: install kubernetes on ubuntu
sudo apt-mark hold kubeadm kubelet kubectl
ibmcloud plugin install container-registry
sudo apt-mark hold kubeadm kubelet kubectl