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: 16 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: 2025-01-18T14:12:47.000Z (3 months ago)
- Last Synced: 2025-04-14T12:18:50.880Z (16 days ago)
- Topics: cicd, devops, kubernetes, kubez-ansible, pixiu, pixiu-dashboard
- Language: Go
- Homepage:
- Size: 1.3 MB
- Stars: 476
- Watchers: 16
- Forks: 205
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-ops - caoyingjunz/pixiu - 08-05|2025-01-18 | 一个面对 k8s 集群从创建集群,到业务开发到服务部署的全流程管控平台。 | (K8S-Cluster-Manage)
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` 集群, 如同各大云厂商一样
```
- 新建节点
```text
1. 添加各个节点的信息,节点的角色,用户名,密码等
2. 各大组件支持高度的自定义,例如:calico,fannel
2. kubernetes 版本自主选择
```
- 部署详情
```text
可以看到部署计划在每个部署的运行状态,以及详细日志
```
### 集群管理
- 集群概览
```text
cpu状态,内存状态,集群的基本信息,网络信息,集群服务
```
- 集群管理
- 集群工作负载deployment
- 集群工作负载pod
### 审计功能
- 审计管理
## 学习分享
- [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