Top "Kubernetes-dashboard" questions

Kubernetes Dashboard is a general purpose, web-based UI for Kubernetes clusters.

Kubernetes dashboard: Get https://10.96.0.1:443/version: dial tcp 10.96.0.1:443: i/o timeout

I have a Kubernetes cluster in vagrant (1.14.0) and installed calico. I have installed the kubernetes dashboard. When I use kubectl …

kubernetes kubelet kubernetes-dashboard calico
How to access Kubernetes Dashboard from outside network

I am trying to access the kubernetes Dashboard using the Token method outside the network. I ran these 2 commands to …

kubernetes kubernetes-dashboard
How to log in to the microk8s Kubernetes Dashboard?

I enabled the dashboard in microk8s: microk8s.enable dns dashboard I found its IP address: microk8s.kubectl …

kubernetes-dashboard microk8s
kubernetes dashboard error : 'Metric client health check failed: the server could not find the requested resource (get services heapster).'

I'm new in kubernetes world, so forgive me if i'm writing mistake. I'm trying to deploy kubernetes dashboard My cluster …

kubernetes kubernetes-dashboard
which token to use for kubernetes-dashboard login with Google cloud platform

I'm using Google cloud platform and Kubernetes. I'm trying to find out which token should I use in order to …

kubernetes gcp kubectl kubernetes-dashboard
How to enable kubernetes dashboard via nodeport?

I'm trying to enable dashboard via nodeport service. I have 3 VMs: 192.168.100.31 - master 192.168.100.32 - minion 192.168.100.33 - minion (dashboard here) After …

kubernetes kubernetes-dashboard
CrashLoopBackOff on kubernetes-dashboard

I'm a noob with Kubernetes. I'm trying to follow some recipes to get a small cluster up and running, but …

docker kubernetes kubernetes-dashboard