Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bigflood/kserve-in-kind


https://github.com/bigflood/kserve-in-kind

Last synced: 14 days ago
JSON representation

Awesome Lists containing this project

README

        

# kserve-in-kind

## Prerequisites

- linux (amd64)
- curl
- docker
- python-poetry

## Install kind cluster and kserve

```
./install/install.sh
```

## Inference service and predictions

```
./lab/install.sh
./lab/start-isvc.sh
```

## dashboards

```
./install/dashboard-kiali.sh
```

```
./install/dashboard-jaeger.sh
```

```
./install/dashboard-grafana.sh
```