Exercise 4: Setup Keycloak
Step 1: Deploy Keycloak
cd $ROOT_FOLDER/IKS
kubectl apply -f keycloak.yamlStep 2: Wait until the Keycloak Pod is started
kubectl get podsStep 3: Access Keycloak
echo "https://"$INGRESSURL"/auth"Step 4: Try to logon to Keycloak


Step 5: Create realm
Step 6: Verify the newly created realm

Optional steps to verify the configuration
STEP 1: Verify the name quarkusof the imported realm
quarkusof the imported realm
STEP 2: Verify the imported realm settings

STEP 3: Press view all users
view all users
STEP 4: Verify the role mapping

PreviousExercise 3: Expose the gateway via DNS with TLS enabledNextExercise 1: Deploy microservices to Kubernetes
Last updated
Was this helpful?