An open API service indexing awesome lists of open source software.

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.

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.