Rancher Server Setup
Introduction
Kubernetes cluster setup
Rancher installation
helm repo add rancher-latest https://releases.rancher.com/server-charts/latest helm repo update helm install rancher rancher-latest/rancher \ --namespace cattle-system \ --create-namespace \ --set hostname=rancher.openg2p.org \ --set ingress.tls.source=tls-rancher-ingresskubectl create secret tls tls-rancher-ingress -n cattle-system \ --cert=path/to/cert/file \ --key=path/to/key/file
Longhorn Setup
Keycloak setup
Integrate Rancher and Keycloak
Last updated