Install Rancher
Choose a namespace for Rancher (commonly cattle-system
):
kubectl create namespace cattle-system
Install Rancher with Helm:
helm install rancher rancher-latest/rancher \
--namespace cattle-system \
--set hostname=<YOUR_RANCHER_DOMAIN>