Login(3.1)

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

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!

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

$ kubectl get services --namespace <namespace>