eip-work / kuboard-press

Kuboard 是基于 Kubernetes 的微服务管理界面。同时提供 Kubernetes 免费中文教程,入门教程,最新版本的 Kubernetes v1.23.4 安装手册,(k8s install) 在线答疑,持续更新。
https://kuboard.cn/
22.53k stars 1.52k forks source link

[Vssue]/install/install-k8s-dashboard.html #126

Open shaohq opened 5 years ago

shaohq commented 5 years ago

https://kuboard.cn/install/install-k8s-dashboard.html

shaohq commented 5 years ago

Kuboard - 快速在 Kubernetes 上落地微服务

WinterChenS commented 4 years ago

找到解决方案:

  1. 修改ymal文件:
    kind: Service
    apiVersion: v1
    metadata:
    labels:
    k8s-app: kubernetes-dashboard
    name: kubernetes-dashboard
    namespace: kube-system
    spec:
    type: NodePort     ------添加type
    ports:
    - port: 443
      targetPort: 8443
      nodePort: 30000 ---------添加,这个配置是你可以访问的端口
    selector:
    k8s-app: kubernetes-dashboard

2.重点来了,因为没有配置ssl,所以需要使用Firefox浏览器访问

https://<ip>:30000

这样就可以访问到了

15771707886 commented 4 years ago

页面已经出来了,但是输入token之后不能登录是什么情况呢?

shaohq commented 4 years ago

你看一下是不是token多了或少了一些字符发自我的华为手机-------- 原始邮件 --------发件人: 15771707886 notifications@github.com日期: 2020年2月7日周五 12:46收件人: eip-work/kuboard-press kuboard-press@noreply.github.com抄送: shaohq 77128473@qq.com, Author author@noreply.github.com主 题: Re: [eip-work/kuboard-press] [Vssue]/install/install-k8s-dashboard.html (#126)页面已经出来了,但是输入token之后不能登录是什么情况呢?

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.

AlanLee97 commented 4 years ago

我使用了NodePort的方式可以访问,但是要用火狐浏览器才可以,选择https协议,接受风险就可以进去了

sr880828 commented 4 years ago

如何配置dashboard和ingress

zjcnew commented 4 years ago

这里官方dashboard方式方式http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:/proxy/改成支持其他主机能够访问的方式,需要怎么配置。

invince commented 4 years ago

不知道为什么我这里一定要: http://localhost:8001/api/v1/namespaces/kubernetes-dashboard/services/https:kubernetes-dashboard:https/proxy/ 再加个https才能访问 我是通过helm安装的dashboard

morya commented 4 years ago

这篇文档貌似和实际使用已经脱节,照着文档配置不生效。

同时,直接改容器里面的 /usr/share/nginx/html/kuboard-namespace-layout-v1.yaml 文件倒是可以

但color字段无法生效

cat kuboard-namespace-layout-v1.yaml
version: "v1"

layers:
  - prefix: web
    name: "front"
    enName: "web"
    color: "blue"
billsking commented 4 years ago

token拿到了。 但点击sign in 无效。

silvericestorm commented 4 years ago

命名空间布局为啥不支持每个命名空间单独设置呢?

shaohq commented 4 years ago

已经支持了的发自我的华为手机-------- 原始邮件 --------发件人: lance cong notifications@github.com日期: 2020年9月26日周六 09:00收件人: eip-work/kuboard-press kuboard-press@noreply.github.com抄送: shaohq 77128473@qq.com, Author author@noreply.github.com主 题: Re: [eip-work/kuboard-press] [Vssue]/install/install-k8s-dashboard.html (#126)

命名空间布局为啥不支持每个命名空间单独设置呢?

—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.