Skip to content

How to Log in to Rancher with Keycloak

Steps:

  1. Open your browser and go to the following URL:
    https://rancher-portal.bsc.es/dashboard/auth/login

  2. On the Rancher login screen, you will see two options:

  3. Log in with Keycloak (to authenticate with Keycloak).
  4. Use a local user (to log in with a local Rancher account).

  5. Click the blue button labeled "Log in with Keycloak".

  6. Enter your Keycloak credentials when redirected to the Keycloak authentication page.

  7. 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:

  1. Log in to Rancher:
  2. Open your browser and go to https://rancher-portal.bsc.es/dashboard/auth/login.
  3. Log in using Keycloak.

  4. Download the kubeconfig file:

  5. Navigate to the cluster you want to connect to.
  6. Click on "Kubeconfig" and download the file.

  7. Set the KUBECONFIG environment variable (optional but recommended):
    Move the downloaded kubeconfig file to a secure location, then run:

sh export KUBECONFIG=/path/to/your/kubeconfig