Kubernetes Dashboard

//TODO: [ ] how to setup dashboard can be accessed from outside of the cluster [ ] cert things? [ ] user admission, for example: cluster admin vs regular user [ ] authenticate method: token or kubeconfig

Kubernetes version 1.13.2

Dashboard relies on Metrics Server or Heapster to sample and provide running parameters of the cluster. https://github.com/kubernetes/dashboard

Metrics server: https://github.com/kubernetes-incubator/metrics-server other tools: https://blog.containership.io/kubernetes-metrics-collection-options/

0%