helm status keycloak -n keycloak
Jump to navigation
Jump to search
helm status
NAME: keycloak LAST DEPLOYED: Thu Aug 10 16:06:46 2023 NAMESPACE: keycloak STATUS: deployed REVISION: 3 TEST SUITE: None NOTES: CHART NAME: keycloak CHART VERSION: 16.0.3 APP VERSION: 22.0.1 ** Please be patient while the chart is being deployed ** Keycloak can be accessed through the following DNS name from within your cluster: keycloak.keycloak.svc.cluster.local (port 80) To access Keycloak from outside the cluster execute the following commands: 1. Get the Keycloak URL and associate its hostname to your cluster external IP: export CLUSTER_IP=$(minikube ip) # On Minikube. Use: `kubectl cluster-info` on others K8s clusters echo "Keycloak URL: https://auth.dev.dad.example.com/" echo "$CLUSTER_IP auth.dev.dad.example.com" | sudo tee -a /etc/hosts 2. Access Keycloak using the obtained URL. WARNING: Rolling tag detected (bitnami/keycloak:22.0.1), please note that it is strongly recommended to avoid using rolling tags in a production environment. +info https://docs.bitnami.com/containers/how-to/understand-rolling-tags-containers/
Advertising: