Skip to content

Commit ce1cd56

Browse files
authored
docs(juypterhub-keycloak: Improve section about web interface access (#249)
1 parent c49a64d commit ce1cd56

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/modules/demos/pages/jupyterhub-keycloak.adoc

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,9 +146,11 @@ proxy-648bf7f45b-62vqg 1/1 Running 0 56m
146146
147147
----
148148

149-
The `proxy` Pod has an associated `proxy-public` service with a statically-defined port (31095), exposed with type NodePort. The `keycloak` Pod has a Service called `keycloak` with a fixed port (31093) of type NodePort as well.
150-
In order to reach the JupyterHub web interface, navigate to this service.
149+
The `proxy` Pod has an associated `proxy-public` service with a statically-defined port (31095), exposed with type NodePort.
150+
The `keycloak` Pod has a Service called `keycloak` with a fixed port (31093) of type NodePort as well.
151151
The node port IP can be found in the ConfigMap `keycloak-address` (written by the Keycloak Deployment as it starts up).
152+
Both the Keycloak and the JupyterHub web interface can be accessed via this address, on ports 31093 and 31095 respectively.
153+
152154
On Kind this can be any node - not necessarily the one where the proxy Pod is running.
153155
This is due to the way in which Docker networking is used within the cluster.
154156
On other clusters it will be necessary to use the exact Node on which the proxy is running.

0 commit comments

Comments
 (0)