-
-
Notifications
You must be signed in to change notification settings - Fork 135
2.1. Dashboard
Rafał Lorenz edited this page Jan 9, 2020
·
7 revisions
The Dashboard UI is accessible at https://go-api-boilerplate.local/dashboard thanks to kubernetes-dashboard helm chart.
To see available tokens for login run:
kubectl -n kube-system describe secret $(kubectl -n kube-system get secret | grep admin-user | awk '{print $1}')
Heapster enables Container Cluster Monitoring and Performance Analysis. It collects and interprets various signals like compute resource usage, lifecycle events, etc, and exports cluster metrics via REST endpoints. The Chart can also enable eventer, which can send the kubernetes event logs to a remote location.
Dashboard can be disabled by setting enabled value to false
.
dashboard:
+ enabled: false
heapster:
+ enabled: false
fullnameOverride: 'heapster'