You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
151
151
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
+
152
154
On Kind this can be any node - not necessarily the one where the proxy Pod is running.
153
155
This is due to the way in which Docker networking is used within the cluster.
154
156
On other clusters it will be necessary to use the exact Node on which the proxy is running.
0 commit comments