Overview
Memphis dashboard is designed to provide a quick snapshot of the cluster's health.
In one glimpse, the user or operator can check if there are any unhealthy stations, determine the stability of the system components, and monitor system resources.

The "System components" panel had made for the infrastructure administrators to be able to track and monitor virtual resources utilization.
In Kubernetes deployments only. If the following warning is shown -

The latest Metrics Server release can be installed by running:
kubectl apply -f https://github.com/kubernetes-sigs/metrics-server/releases/latest/download/components.yaml
Within minikube enable the metrics-server addon by running:
minikube addon enable metrics-server
Compatibility matrix:
Metrics Server | Metrics API group/version | Supported Kubernetes version |
---|---|---|
0.6.x | metrics.k8s.io/v1beta1 | *1.19+ |
0.5.x | metrics.k8s.io/v1beta1 | *1.8+ |
0.4.x | metrics.k8s.io/v1beta1 | *1.8+ |
0.3.x | metrics.k8s.io/v1beta1 | 1.8-1.21 |
*For <1.16 requires passing
--authorization-always-allow-paths=/livez,/readyz
command line flagLast modified 4mo ago