Illumina Innovates with Rancher and Kubernetes
Interact with Rancher using command line interface (CLI) tools from your workstation.
Follow the steps in rancher cli.
Ensure you can run rancher kubectl get pods successfully.
rancher kubectl get pods
Install the kubectl utility. See install kubectl.
kubectl
Configure kubectl by visiting your cluster in the Rancher Web UI then clicking on Kubeconfig, copying contents and putting into your ~/.kube/config file.
Kubeconfig
~/.kube/config
Run kubectl cluster-info or kubectl get pods successfully.
kubectl cluster-info
kubectl get pods