Skip to content

Commit

Permalink
Chore: Add Page Display (caoyingjunz#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenghongxi authored Sep 29, 2024
1 parent 2f366bd commit 00d00b1
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 15 deletions.
51 changes: 48 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,57 @@ Pixiu is an open source container platform for cloud-native application manageme
[![Release][release-image]][release-url]
[![License][license-image]][license-url]

## 学习分享
- [go-learning](https://github.com/caoyingjunz/go-learning)

## 安装手册
- [安装手册](install.md)

## 页面展示
### 首页
<img width="1647" alt="image" src="https://github.com/youdian-xiaoshuai/pixiu/assets/64686398/9fc5e005-95cd-49ee-a13c-13f22949fd74">

### 部署计划
- 创建部署计划
```text
通过新建部署计划,可以实现通过页面 `点点点` 的方式创建 `kubernetes` 集群, 如同各大云厂商一样
```
![image](https://github.com/pixiu-io/dashboard/blob/master/images/plan_deploy.png?raw=true)
- 新建节点
```text
1. 添加各个节点的信息,节点的角色,用户名,密码等
2. 各大组件支持高度的自定义,例如:calico,fannel
2. kubernetes 版本自主选择
```
![image](https://github.com/pixiu-io/dashboard/blob/master/images/plan_node.png?raw=true)
- 部署详情
```text
可以看到部署计划在每个部署的运行状态,以及详细日志
```
![image](https://github.com/pixiu-io/dashboard/blob/master/images/plan_detail.png?raw=true)
### 集群管理
- 集群概览
```text
cpu状态,内存状态,集群的基本信息,网络信息,集群服务
```
![image](https://github.com/pixiu-io/dashboard/blob/master/images/cluster_detail.png?raw=true)
- 集群管理
![image](https://github.com/pixiu-io/dashboard/blob/master/images/cluster_manager.png?raw=true)
- 集群工作负载deployment
![image](https://github.com/pixiu-io/dashboard/blob/master/images/cluster_deploy.png?raw=true)
- 集群工作负载pod
![image](https://github.com/pixiu-io/dashboard/blob/master/images/cluster_pod.png?raw=true)
### 审计功能
- 审计管理
![image](https://github.com/pixiu-io/dashboard/blob/master/images/audit_manager.png?raw=true)
## 学习分享
- [go-learning](https://github.com/caoyingjunz/go-learning)
## 沟通交流
- 搜索微信号 `yingjuncz`, 备注(pixiu), 验证通过会加入群聊
- [bilibili](https://space.bilibili.com/3493104248162809?spm_id_from=333.1007.0.0) 技术分享
Expand Down
12 changes: 0 additions & 12 deletions install.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,6 @@ docker run -d --net host --restart=always --privileged=true -v /etc/pixiu:/etc/p
登录效果
浏览器登陆: http://192.168.16.156
```
# 页面展示
首页
<img width="1647" alt="image" src="https://github.com/youdian-xiaoshuai/pixiu/assets/64686398/9fc5e005-95cd-49ee-a13c-13f22949fd74">

容器服务
![image](https://github.com/youdian-xiaoshuai/pixiu/assets/64686398/9e450085-2297-4453-80e3-40b0775796a8)

集群展示
![image](https://github.com/youdian-xiaoshuai/pixiu/assets/64686398/9d3fa88a-6da1-4d86-bfb2-0f9a50ab77d5)

命名空间
![image](https://github.com/youdian-xiaoshuai/pixiu/assets/64686398/2af3946b-4f66-4859-bee4-68589d889ef5)



0 comments on commit 00d00b1

Please sign in to comment.