https://github.com/jeanffy/beverly
A Kubernetes dashboard
https://github.com/jeanffy/beverly
devops kubernetes kubernetes-dashboard kubernetes-ui
Last synced: 3 months ago
JSON representation
A Kubernetes dashboard
- Host: GitHub
- URL: https://github.com/jeanffy/beverly
- Owner: jeanffy
- Created: 2023-07-31T15:22:14.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T16:14:38.000Z (almost 2 years ago)
- Last Synced: 2025-04-06T21:22:25.480Z (about 1 year ago)
- Topics: devops, kubernetes, kubernetes-dashboard, kubernetes-ui
- Language: TypeScript
- Homepage:
- Size: 482 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Beverly
A Kubernetes dashboard
## Prerequisites
- `kubectl` installed
- `$HOME/.kube/config` configured with environments to be viewed
## Usage
- `npm install -g beverly`
- `beverly`
This will launch a web server in the background and open your default browser to the main page.
To quit, just close the program that is running in the terminal window.
## Configuration
Very simple configuration can be made with environment variables:
- `KUBECONFIG_PATH`: change kube configuration file path (default is `$HOME/.kube/config`)
- `API_LISTEN_PORT`: change server listen port (default is `28142`)
- `DEBUG_CMD=1`: to print kubectl commands in logs