https://github.com/gerardnico/kubee
A Library of Kubernetes Utilities
https://github.com/gerardnico/kubee
kubernetes utilities
Last synced: 4 months ago
JSON representation
A Library of Kubernetes Utilities
- Host: GitHub
- URL: https://github.com/gerardnico/kubee
- Owner: gerardnico
- Created: 2024-10-12T19:47:40.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-02-07T17:49:00.000Z (4 months ago)
- Last Synced: 2025-02-07T18:32:10.840Z (4 months ago)
- Topics: kubernetes, utilities
- Language: Jsonnet
- Homepage:
- Size: 880 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# KubeE - Kubernetes, the Easy way
A One-Click, Single VPS, Self-Hosted Kubernetes Platform
The `E` stands for:
* `Easy`
* `Express`
* `Extra`
* `Extensible`## Features
* Admin Dashboard
* Certificate Provisioning and monitoring
* Host, System and App Monitoring
* Cron Job
* Container/Function execution
* Web Hosting
* Database provisioning
* Secret Management
* Self-healing mechanism with the Process supervisor
* No downtime thanks to Rolling Update
* CI/CD Deployment
* Backup## Steps
### Installation
On Mac / Linux / Windows WSL with HomeBrew
```bash
brew install --HEAD gerardnico/tap/kubee
```### Getting Started
See [How to create a cluster and install applications](docs/site/cluster-creation.md)
## Contribute
See [Contribute/Dev](contrib/contribute.md)