MKE 4 Dashboard#
The MKE 4 Dashboard add-on provides a web UI that you can use to manage Kubernetes resources:

Access the MKE 4 Dashboard#
As the MKE 4 Dashboard is enabled by default, you can access it easily by navigating to the address of the load balancer endpoint from a freshly installed cluster.
Important
Verify that the external address for MKE 4 is set in the
apiServer.externalAddress field of the mke4.yaml configuration file. The
external address is the domain name of the load balancer configured as
described in System Requirements: Load
balancer.
Note
Node read access is not granted to authenticated users by default. Thus, a
non-admin user cannot view cluster nodes — for example, the Nodes panel
does not populate — until an administrator grants the mke-viewer-role
ClusterRole, as described in Grant node read
access.