Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/caoyingjunz/pixiu
Pixiu is an open source container platform for cloud-native application management.
https://github.com/caoyingjunz/pixiu
cicd devops kubernetes kubez-ansible pixiu pixiu-dashboard
Last synced: 13 days ago
JSON representation
Pixiu is an open source container platform for cloud-native application management.
- Host: GitHub
- URL: https://github.com/caoyingjunz/pixiu
- Owner: caoyingjunz
- Created: 2022-08-05T13:06:46.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-22T12:14:56.000Z (6 months ago)
- Last Synced: 2024-05-22T13:08:19.588Z (6 months ago)
- Topics: cicd, devops, kubernetes, kubez-ansible, pixiu, pixiu-dashboard
- Language: Go
- Homepage:
- Size: 629 KB
- Stars: 349
- Watchers: 14
- Forks: 161
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Pixiu Overview
Pixiu is an open source container platform for cloud-native application management.
![Build Status][build-url]
[![Release][release-image]][release-url]
[![License][license-image]][license-url]## 安装手册
- [安装手册](install.md)## 页面展示
### 首页### 部署计划
- 创建部署计划
```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) 技术分享Copyright 2019 caoyingjun ([email protected]) Apache License 2.0
[build-url]: https://github.com/caoyingjunz/pixiu/actions/workflows/ci.yml/badge.svg
[release-image]: https://img.shields.io/badge/release-download-orange.svg
[release-url]: https://www.apache.org/licenses/LICENSE-2.0.html
[license-image]: https://img.shields.io/badge/license-Apache%202-4EB1BA.svg
[license-url]: https://www.apache.org/licenses/LICENSE-2.0.html