Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/bigflood/kserve-in-kind
https://github.com/bigflood/kserve-in-kind
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/bigflood/kserve-in-kind
- Owner: bigflood
- License: apache-2.0
- Created: 2022-11-05T05:38:07.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-03-31T12:04:27.000Z (almost 2 years ago)
- Last Synced: 2024-11-12T13:08:24.827Z (2 months ago)
- Language: Shell
- Size: 142 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```