How to Log in to Rancher with Keycloak¶
Steps:¶
-
Open your browser and go to the following URL:
https://rancher-portal.bsc.es/dashboard/auth/login -
On the Rancher login screen, you will see two options:
- Log in with Keycloak (to authenticate with Keycloak).
-
Use a local user (to log in with a local Rancher account).
-
Click the blue button labeled "Log in with Keycloak".
-
Enter your Keycloak credentials when redirected to the Keycloak authentication page.
-
Access Rancher, where you can manage your Kubernetes clusters.
How to Connect to the Kubernetes Cluster Using kubectl
with kubeconfig
¶
Prerequisites:¶
- Have
kubectl
installed on your local machine. If not, install it following the official guide: https://kubernetes.io/docs/tasks/tools/ - Access to the Rancher portal to download the
kubeconfig
file.
Steps:¶
- Log in to Rancher:
- Open your browser and go to https://rancher-portal.bsc.es/dashboard/auth/login.
-
Log in using Keycloak.
-
Download the
kubeconfig
file: - Navigate to the cluster you want to connect to.
-
Click on "Kubeconfig" and download the file.
-
Set the
KUBECONFIG
environment variable (optional but recommended):
Move the downloadedkubeconfig
file to a secure location, then run:
sh
export KUBECONFIG=/path/to/your/kubeconfig