diff --git a/documentation/asciidoc/topics/proc_connecting_console.adoc b/documentation/asciidoc/topics/proc_connecting_console.adoc index 8d69dc03e..c1107664d 100644 --- a/documentation/asciidoc/topics/proc_connecting_console.adoc +++ b/documentation/asciidoc/topics/proc_connecting_console.adoc @@ -14,3 +14,5 @@ For example, configure a `LoadBalancer` service or create a `Route`. * Access the console from any browser at `$HOSTNAME:$PORT`. + Replace `$HOSTNAME:$PORT` with the network location where {brandname} is available. + +NOTE: The {brandname} Console should only be accessed via {k8s} services or an {openshiftshort} `Route` exposing port 11222. diff --git a/documentation/asciidoc/topics/ref_network_services.adoc b/documentation/asciidoc/topics/ref_network_services.adoc index cb953d09c..5ff363df6 100644 --- a/documentation/asciidoc/topics/ref_network_services.adoc +++ b/documentation/asciidoc/topics/ref_network_services.adoc @@ -16,6 +16,12 @@ Reference information for network services that {ispn_operator} creates and mana | TCP | Access to {brandname} endpoints within the {k8s} cluster or from an {openshiftshort} `Route`. +| `-admin` +| `11223` +| TCP +| Access to {brandname} endpoints within the {k8s} cluster for internal {ispn_operator} use. This port utilises a different +security-realm to port 11222 and should not be accessed by user applications. + | `-ping` | `8888` | TCP @@ -32,3 +38,5 @@ Reference information for network services that {ispn_operator} creates and mana | JGroups RELAY2 channel for cross-site communication. |=== + +NOTE: The {brandname} Console should only be accessed via {k8s} services or an {openshiftshort} `Route` exposing port 11222. \ No newline at end of file