https://github.com/edenreich/openweb-ui-kubernetes
A repository to experiment with all the features openweb-ui has to offer. Will eventually host it locally on clusters with k3s.
https://github.com/edenreich/openweb-ui-kubernetes
Last synced: 8 months ago
JSON representation
A repository to experiment with all the features openweb-ui has to offer. Will eventually host it locally on clusters with k3s.
- Host: GitHub
- URL: https://github.com/edenreich/openweb-ui-kubernetes
- Owner: edenreich
- Created: 2025-01-04T00:14:21.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-04T00:32:29.000Z (9 months ago)
- Last Synced: 2025-01-04T01:21:58.628Z (9 months ago)
- Size: 14.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Deploy OpenWeb-UI onto Kubernetes
A simple way to test OpenWeb-UI features locally.
## Prerequisites
- [flox](https://flox.dev/docs/install-flox/)
- [docker](https://docs.docker.com/get-docker/)## Quick Start
1. Activate the flox environment:
```sh
flox activate
```2. Create the Kubernetes cluster:
```sh
task cluster-create
```3. Deploy:
```sh
task deploy
```## UI
Run: `kubectl -n openweb-ui port-forward svc/openweb-ui-service 8080:8080` or `task ui`.
Open: `http://localhost:8080`
Create a dummy first account.