Skip to content

Kubernetes集群管理+自动化运维发布平台

License

Notifications You must be signed in to change notification settings

foce123/kubespace

 
 

Repository files navigation

项目简介

golang gin gorm redis vue Ant Design

KubeSpace运维平台, 本项目使用Go1.15.x、 Gin、Gorm开发, 前端使用的是Vue3+Ant Design2.2.x框架。

使用说明

  1. 安装编译
# 拉取代码
git clone git@github.com:foce123/kubespace.git

# 打包
cd kubespace
go build main.go -o ./luban
or windows
GOOS=windows GOARCH=amd64 go build main.go ./luban

# 启动
./luban

# 启动前端
cd kubespace/luban_fe
npm run dev
  1. 启动服务前先创建etc/config.yaml
# 数据库配置
mysql:
  path: '127.0.0.1:3306'
  db-name: 'kubespace'
  username: 'root'
  password: '123456'
  1. 初始化数据库
windows执行以下脚本, 初始化数据库

init_db.sh # or init_db.bat

目前已经实现的功能

首页

avatar

仪表盘

avatar

资产管理

avatar

远程连接

avatar

集群管理

avatar

集群详情

avatar

节点列表

avatar

网络管理

avatar

存储管理

avatar

Roadmap

历史版本详情

  • 应用发布(分批发布、版本回退)

  • 作业系统

  • 审批流

License

Everything is Apache License 2.0.

About

Kubernetes集群管理+自动化运维发布平台

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 55.8%
  • Vue 41.0%
  • JavaScript 2.9%
  • Other 0.3%