kubernetes-dashboard

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

≯℡__Kan透↙ 提交于 2021-01-27 14:28:51
问题 I'm new in kubernetes world, so forgive me if i'm writing mistake. I'm trying to deploy kubernetes dashboard My cluster is containing three masters and 3 workers drained and not schedulable in order to install dashboard to masters nodes : [root@pp-tmp-test20 ~]# kubectl get nodes NAME STATUS ROLES AGE VERSION pp-tmp-test20 Ready master 2d2h v1.15.2 pp-tmp-test21 Ready master 37h v1.15.2 pp-tmp-test22 Ready master 37h v1.15.2 pp-tmp-test23 Ready,SchedulingDisabled worker 36h v1.15.2 pp-tmp

no endpoints available for service for kubernetes dashboard

 ̄綄美尐妖づ 提交于 2020-12-08 13:30:12
问题 According to following information, kubernetes-dashboard is creaded. I start kubectl prox to access the dashboard [root@master ~]# kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/master/aio/deploy/recommended/kubernetes-dashboard.yaml secret/kubernetes-dashboard-certs created secret/kubernetes-dashboard-csrf created serviceaccount/kubernetes-dashboard created role.rbac.authorization.k8s.io/kubernetes-dashboard-minimal created rolebinding.rbac.authorization.k8s.io

no endpoints available for service for kubernetes dashboard

假如想象 提交于 2020-12-08 13:29:45
问题 According to following information, kubernetes-dashboard is creaded. I start kubectl prox to access the dashboard [root@master ~]# kubectl create -f https://raw.githubusercontent.com/kubernetes/dashboard/master/aio/deploy/recommended/kubernetes-dashboard.yaml secret/kubernetes-dashboard-certs created secret/kubernetes-dashboard-csrf created serviceaccount/kubernetes-dashboard created role.rbac.authorization.k8s.io/kubernetes-dashboard-minimal created rolebinding.rbac.authorization.k8s.io

Kubernetes dashboard through Ingress

喜夏-厌秋 提交于 2020-07-20 08:56:38
问题 I have Kubernetes Cluster with Ingress/Traefik controller Also, I installed the dashboard using the standard config from here: https://raw.githubusercontent.com/kubernetes/dashboard/master/src/deploy/recommended/kubernetes-dashboard.yaml I'm trying to access the Dashboard through Ingress, but I get 404 error 404 page not found My ingress.yml file looks like this apiVersion: extensions/v1beta1 kind: Ingress metadata: annotations: kubernetes.io/ingress.class: "traefik" name: app-ingress-system

How to access Kubernetes Dashboard from outside network

我的梦境 提交于 2020-05-25 07:25:52
问题 I am trying to access the kubernetes Dashboard using the Token method outside the network. I ran these 2 commands to get the token kubectl -n kube-system get secret kubectl -n kube-system describe secret replicaset-controller-token-2p4fk Copy paste output token into K8 Login page. I'm getting this error browser console when I click on Sign in button (Page is not loading). I'm running k8 on the internal server using the command: kubectl proxy --address 0.0.0.0 --accept-hosts '.*' And trying to

How to delete kubernetes dashboard from kube-system?

人走茶凉 提交于 2020-01-04 03:54:11
问题 I can not remove kubernetes-dashboard from minikube. I tried deleting the deployment "deployment.apps/kubernetes-dashboard" multiple times. But it gets recreated automatically in few seconds. I am using following command to delete the deployment: kubectl delete deployment.apps/kubernetes-dashboard -n kube-system I even tried to edit the deployment by setting replica count to zero. But even it gets reset automatically after few seconds. The same thing happens for nginx-ingress deployment in

How can I access to kubernetes dashboard using NodePort in a remote cluster for testing?

天大地大妈咪最大 提交于 2019-12-24 11:14:22
问题 I have a testing Kubernetes cluster running in remote VMs (on VSphere), I have full access to the VMs through ssh (they have private IPs). How can I expose services and access them from outside the cluster (from my remote laptop trying to get access to the machines) knowing that I can remotely perform all kubectl commands. For example: I tried with the dashboard, I installed it, I have changed the service to NodePort, and I tried to access to it from my laptop using this URL http:master

How to log in to Kubernetes Dashboard UI with Service Account's token

六月ゝ 毕业季﹏ 提交于 2019-12-11 15:15:11
问题 I installed Kubernetes's dashboard and now I am trying to log in. It asks for Kubeconfig or Token , I chose to use Token . I created a new service: kubectl create serviceaccount myservice master@osboxes:~$ kubectl get serviceaccount myservice -o yaml apiVersion: v1 kind: ServiceAccount metadata: creationTimestamp: 2018-05-27T13:09:16Z name: myservice namespace: default resourceVersion: "76189" selfLink: /api/v1/namespaces/default/serviceaccounts/myservice uid: 2870f525-61af-11e8-9498

kubernetes-dashboard exposing through istio [1.0.0] ingress --istio-ingressgateway

僤鯓⒐⒋嵵緔 提交于 2019-12-11 13:44:54
问题 I have configured istio ingress with lets encrypt certificate. I am able to access different service on https which are running on different port by using gateways and virtualservice. But kubernetes-dashboard run on 443 port in kube-system namespace and with its own certificate, How i can expose it through istio gateways and virtualservice. I have defined sub domain for dashboard and created gateways,virtualservice and it was directing 443 trafic to kuberentes dashboard service , but its not