V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
Zzdex
V2EX  ›  Kubernetes

搞了一个 kubernetes dashboard

  •  3
     
  •   Zzdex · 55 天前 · 3568 次点击
    这是一个创建于 55 天前的主题,其中的信息可能已经有所发展或是发生改变。

    嫌原生太丑,嫌 KubeSphere 太重。

    于是就有了这个

    https://github.com/zxh326/kite

    Dashboard Overview

    第 1 条附言  ·  48 天前
    - 已支持多集群
    - 已支持多语言
    46 条回复    2025-07-13 08:44:55 +08:00
    tallest
        1
    tallest  
       55 天前
    好看,支持中文吗?
    teaser
        2
    teaser  
       55 天前
    好看,已 star
    lrh3321
        3
    lrh3321  
       55 天前
    好看,已 star
    enchilada2020
        4
    enchilada2020  
       55 天前 via Android
    好看 好奇问下 Vibe Coding 占比多少?
    Zzdex
        5
    Zzdex  
    OP
       55 天前
    @enchilada2020 至少一半 🤭
    Zzdex
        6
    Zzdex  
    OP
       55 天前
    @tallest 还没有
    llussy
        7
    llussy  
       55 天前
    好看,已 star
    shellcodecow
        8
    shellcodecow  
       55 天前
    非常棒, 之前就想要一个轻量型的管理后台
    mabeple
        9
    mabeple  
       55 天前
    好看,已 star
    pigmen
        10
    pigmen  
       55 天前
    好看
    malzahar
        11
    malzahar  
       55 天前
    好看,已 star
    Steaven
        12
    Steaven  
       55 天前
    好看
    Jokesy
        13
    Jokesy  
       54 天前
    已经星星,要学习一下
    Suger828
        14
    Suger828  
       54 天前
    Vibe Coding 交流记录可以开源吗
    perfectlife
        15
    perfectlife  
       54 天前 via Android
    接入 oidc 很舒服,要是能加个权限控制就更完美了
    headwindx
        16
    headwindx  
       54 天前 via iPhone
    支持多个集群吗?
    smplesugar
        17
    smplesugar  
       54 天前
    挺好看的 ,已 star
    kxuanobj
        18
    kxuanobj  
       54 天前
    挺好 有 helm 就好了
    Danswerme
        19
    Danswerme  
       54 天前
    感谢,而且今天又学会一个新词:Vibe Coding = AI 协助写代码
    ssiitotoo
        20
    ssiitotoo  
       54 天前
    希望支持中文
    TracyMagic
        21
    TracyMagic  
       54 天前
    Code is cheap ,show me the talk
    wweir
        22
    wweir  
       54 天前
    @TracyMagic #21 赶紧的,看看跟 AI 怎么聊的
    cxxlxx
        23
    cxxlxx  
       54 天前
    能支持多集群管理吗
    Zzdex
        24
    Zzdex  
    OP
       54 天前
    @Suger828
    @TracyMagic
    @wweir


    基本上是先搭了基本框架和 UI ,手写了几个页面,比如 pod-list ,deployment-list ,pod-detail ,

    然后跟 AI 说,模仿上面的页面 完成剩下的资源( sts ,daemon ,job )等等的 list 和 detail 。
    Zzdex
        25
    Zzdex  
    OP
       54 天前
    @headwindx
    @cxxlxx

    计划中 :)
    Zzdex
        26
    Zzdex  
    OP
       54 天前
    @perfectlife 嗯,权限暂时还没想好怎么做
    Zzdex
        27
    Zzdex  
    OP
       54 天前
    zhujq
        28
    zhujq  
       54 天前
    好看
    perfectlife
        29
    perfectlife  
       54 天前
    @Zzdex 之前用的 kuboard v3 ,权限管理感觉还可以,可以参考下,dashboard 里可以定义组的权限,基本也就是 rolebinding 绑定那一套,dashboard 中组可以和 oidc 中的组映射,这样就可以预分配权限了
    loveshuyuan
        30
    loveshuyuan  
       54 天前
    不错,但是感觉字体怪怪的,希望有恢复默认的选项
    Zzdex
        31
    Zzdex  
    OP
       54 天前 via iPhone
    @loveshuyuan 暂时需要自己 build ,文档里有介绍怎么改字体
    zzl22100048
        32
    zzl22100048  
       54 天前
    oidc 对接的是不是有点问题 少了 PKCE 相关的东西
    `code_challenge` is missing
    deqiying
        33
    deqiying  
       54 天前
    挺好看的 ,已 star
    red13
        34
    red13  
       54 天前
    为爱发光?还是打算搞钱?
    GGbeng1
        35
    GGbeng1  
       54 天前
    已 Star ,提了 i18n 的 PR😼
    hugozach
        36
    hugozach  
       54 天前
    看项目 golang 都没有热更新的么?那请问平时咋开发的? 每次修改都手动重启么?
    Zzdex
        37
    Zzdex  
    OP
       53 天前
    @zzl22100048 这个还不支持
    muzihuaner
        38
    muzihuaner  
       53 天前
    k3s 可以使用么
    muzihuaner
        39
    muzihuaner  
       53 天前
    为什么执行了 kubectl port-forward -n kube-system svc/kite 8080:80 8080 端口拒绝访问
    muzihuaner
        40
    muzihuaner  
       53 天前
    好了,还是我菜了 kubectl port-forward -n kube-system --address 0.0.0.0 svc/kite 38080:80
    saltbo
        41
    saltbo  
       53 天前
    支持一下 最近正在找这个 希望能继续完善 但是不要像 Kubepshere 越做越重 就专注于做个管理面板
    ysicing
        42
    ysicing  
       53 天前
    如果 k8m 的功能+kite 颜值一起就好了哈哈哈
    tallest
        43
    tallest  
       51 天前
    @Zzdex 点了个 star ,坐等中文和多集群支持。哈哈哈
    Zzdex
        44
    Zzdex  
    OP
       50 天前
    已支持多集群
    qwertty01
        45
    qwertty01  
       44 天前
    好东西啊 考虑不考虑提供一下 ArgoCD 类似于 gitops 类的功能
    saltbo
        46
    saltbo  
       38 天前
    @qwertty01 最好不要 那就又走上 kubesphere 的路了
    关于   ·   帮助文档   ·   自助推广系统   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   3078 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 38ms · UTC 11:49 · PVG 19:49 · LAX 04:49 · JFK 07:49
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.