Web interfaces associated with the module: dashboard

This module installs Kubernetes Dashboard Web UI that allows you to manage applications running in the cluster. It is integrated with user-authn and user-authz modules (access to the cluster is based on the user ID and credentials).

When operating using HTTP, the module has minimum rights according to the User role defined in the user-authz module.

Note! The user-authz module is required for the dashboard module to work.

Kubernetes Dashboard, among other things, allows you to:

  • manage Pods and other high-level resources;
  • exec to containers via the web console for debugging;
  • browse logs of specific containers.