The module lifecycle stageDeprecated
The module has requirements for installation

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).

Kubernetes Dashboard provides the following features:

  • Managing pods and other high-level resources.
  • Accessing containers via a web console for debugging.
  • Viewing logs of individual containers.

The module does not work over HTTP.

For the module to work, it is necessary to:

  1. Enable the user-authz module;
  2. Enable the user-authn module or enable external authentication (see the externalAuthentication module parameters section).