Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt

To access the Web Interface, open a web browser and make sure it accepts cookies. Enter your cluster node and the NodePort:

Code Block
Private Cloud:
http://<cluster node>:<NodePort>

If TLS is enabled, you will need to start the url with https:
https://<cluster node>:<NodePort>

AWS:
https://mzonline.<domain>/
  • This directs you to the login dialog.
  • Enter your username and password, and click Sign in.
Note
titleNote!

For the Web Interface on Private Cloud, use the NodePort number substitute for 80 (http) or 443 (https). You find it with command:

Code Block
$ kubectl get services --namespace <namespace>