mirror of
https://github.com/QYG2297248353/appstore-1panel.git
synced 2024-11-25 09:38:47 +08:00
feat: 新增 KubePi (#171)
This commit is contained in:
parent
0535891b44
commit
1fd96e4e65
10
apps/kubepi/1.6.4/data.yml
Executable file
10
apps/kubepi/1.6.4/data.yml
Executable file
@ -0,0 +1,10 @@
|
||||
additionalProperties:
|
||||
formFields:
|
||||
- default: 8090
|
||||
edit: true
|
||||
envKey: PANEL_APP_PORT_HTTP
|
||||
labelEn: Port
|
||||
labelZh: 端口
|
||||
required: true
|
||||
rule: paramPort
|
||||
type: number
|
19
apps/kubepi/1.6.4/docker-compose.yml
Normal file
19
apps/kubepi/1.6.4/docker-compose.yml
Normal file
@ -0,0 +1,19 @@
|
||||
version: "3"
|
||||
services:
|
||||
kubepi:
|
||||
image: kubeoperator/kubepi-server:v1.6.4
|
||||
container_name: ${CONTAINER_NAME}
|
||||
restart: unless-stopped
|
||||
networks:
|
||||
- 1panel-network
|
||||
ports:
|
||||
- ${PANEL_APP_PORT_HTTP}:80
|
||||
volumes:
|
||||
- ./data:/var/lib/kubepi
|
||||
privileged: true
|
||||
labels:
|
||||
createdBy: "Apps"
|
||||
|
||||
networks:
|
||||
1panel-network:
|
||||
external: true
|
19
apps/kubepi/README.md
Normal file
19
apps/kubepi/README.md
Normal file
@ -0,0 +1,19 @@
|
||||
KubePi 是一个现代化的 K8s 面板。
|
||||
|
||||
KubePi 允许管理员导入多个 Kubernetes 集群,并且通过权限控制,将不同 cluster、namespace 的权限分配给指定用户。它允许开发人员管理 Kubernetes 集群中运行的应用程序并对其进行故障排查,供开发人员更好地处理 Kubernetes 集群中的复杂性。
|
||||
|
||||
### UI 展示
|
||||
|
||||
![UI展示](https://kubeoperator.oss-cn-beijing.aliyuncs.com/kubepi/img/02-dashboard.png)
|
||||
|
||||
### License & Copyright
|
||||
|
||||
Copyright (c) 2014-2023 FIT2CLOUD 飞致云
|
||||
|
||||
[https://www.fit2cloud.com](https://www.fit2cloud.com)<br>
|
||||
|
||||
KubePi is licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
|
20
apps/kubepi/data.yml
Executable file
20
apps/kubepi/data.yml
Executable file
@ -0,0 +1,20 @@
|
||||
name: KubePi
|
||||
tags:
|
||||
- 工具
|
||||
title: 一个现代化的 K8s 面板
|
||||
type: 工具
|
||||
description: 一个现代化的 K8s 面板
|
||||
additionalProperties:
|
||||
key: kubepi
|
||||
name: KubePi
|
||||
tags:
|
||||
- Tool
|
||||
shortDescZh: 一个现代化的 K8s 面板
|
||||
shortDescEn: A modernized K8s dashboard
|
||||
type: tool
|
||||
crossVersionUpdate: false
|
||||
limit: 0
|
||||
recommend: 6
|
||||
website: https://github.com/1Panel-dev/
|
||||
github: https://github.com/1Panel-dev/KubePi
|
||||
document: https://github.com/1Panel-dev/KubePi/blob/master/README.md
|
BIN
apps/kubepi/logo.png
Normal file
BIN
apps/kubepi/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 55 KiB |
Loading…
Reference in New Issue
Block a user