diff --git a/Expose-Mizu-Daemon-Service.md b/Expose-Mizu-Daemon-Service.md index 34df302..9009852 100644 --- a/Expose-Mizu-Daemon-Service.md +++ b/Expose-Mizu-Daemon-Service.md @@ -52,4 +52,6 @@ $ kubectl get services -n mizu NAME TYPE CLUSTER-IP EXTERNAL-IP PORT(S) AGE mizu-api-server ClusterIP 10.107.200.100 80/TCP 5m5s mizu-lb LoadBalancer 10.107.200.101 34.77.120.116 80:30141/TCP 76s -``` \ No newline at end of file +``` + +Mizu will now be available both by running `mizu view` or by accessing the `EXTERNAL-IP` of the `mizu-lb` service through your browser. \ No newline at end of file