NAME: keycloak LAST DEPLOYED: Wed Apr 8 06:22:42 2026 NAMESPACE: auth-system STATUS: deployed REVISION: 1 TEST SUITE: None NOTES: CHART NAME: keycloak CHART VERSION: 21.4.1 APP VERSION: 24.0.5 ** Please be patient while the chart is being deployed ** Keycloak can be accessed through the following DNS name from within your cluster: keycloak.auth-system.svc.cluster.local (port 80) To access Keycloak from outside the cluster execute the following commands: 1. Get the Keycloak URL by running these commands: export HTTP_SERVICE_PORT=$(kubectl get --namespace auth-system -o jsonpath="{.spec.ports[?(@.name=='http')].port}" services keycloak) kubectl port-forward --namespace auth-system svc/keycloak ${HTTP_SERVICE_PORT}:${HTTP_SERVICE_PORT} & echo "http://127.0.0.1:${HTTP_SERVICE_PORT}/" 2. Access Keycloak using the obtained URL. 3. Access the Administration Console using the following credentials: echo Username: admin echo Password: $(kubectl get secret --namespace auth-system keycloak -o jsonpath="{.data.admin-password}" | base64 -d) You can access the Prometheus metrics following the steps below: 1. Get the Keycloak Prometheus metrics URL by running: kubectl port-forward --namespace auth-system svc/keycloak-metrics 8080:8080 & echo "Keycloak Prometheus metrics URL: http://127.0.0.1:8080/metrics" 2. Open a browser and access Keycloak Prometheus metrics using the obtained URL. WARNING: There are "resources" sections in the chart not set. Using "resourcesPreset" is not recommended for production. For production installations, please set the following values according to your workload needs: - resources +info https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/ ⚠ SECURITY WARNING: Original containers have been substituted. This Helm chart was designed, tested, and validated on multiple platforms using a specific set of Bitnami and Tanzu Application Catalog containers. Substituting other containers is likely to cause degraded security and performance, broken chart features, and missing environment variables. Substituted images detected: - harbor.atmosphere.dev/quay.io/keycloak/keycloak:24.0.5-0