Dashboard - Kubernetes Project Member

This topic describes the Kubernetes dashboard for Kubernetes Project Members in HPE Ezmeral Container Platform deployments that implement HPE Ezmeral ML Ops on Kubernetes.

Users who are logged into a Kubernetes tenant with the Member role can access the Kubernetes Member Dashboard screen by selecting Dashboard in the main menu.



The top of this screen has three buttons that allows you to download the plugins that you need to access Kubernetes pods within a cluster. The buttons are:

Note: You may see a warning that kubectl-hpecp cannot be opened because the publisher cannot be verified. You may safely ignore this warning and proceed with the installation.

The top of this screen has two pull-down menus that allow you to filter the data by pod and time frame. You may also choose to view information for all applications or only for KubeDirector applications by moving the Filter KubeDirector Applications slider. Hovering your mouse over the graphs displays a popup with additional information. The following charts are available:

Note: Please see Downloading Kubernetes Usage Details for information about how to download detailed usage and uptime information in comma-delimited (.csv) format.

Installing Kubectl

To install Kubectl on your local system:

  1. Download either of the Kubectl plugins:
    • If you are on a Windows system, then this download will be an .exe file.
    • If you are on a UNIX system, then you will need to execute one of the following commands:
      • HPE Kubectl: chmod +x kubectl-hpecp
      • Generic Kubectl:chmod +x kubectl
  2. Place the Kubectl executable into a folder that is on your system's PATH.
  3. Execute the command kubectl hpecp refresh {HPE Ezmeral Container Platform controller/gateway ip address}. If HTTPS is not enabled, then add the argument --insecure=true.