Skip to content

Commit

Permalink
Updated readme with feature set
Browse files Browse the repository at this point in the history
  • Loading branch information
Shobhit committed Jul 21, 2024
1 parent 8029c40 commit 0579fbe
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions examples/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,18 @@ Adjust the model path to a local directory that stores the models. The models ar

You can also adjust the number of replicas, the device, the image, the endpoint, and the autoscaling parameters.

Ensure that the ingress is enabled on your cluster. You can use the following command to enable the ingress:

```shell
microk8s enable ingress
```

And add the url to `/etc/hosts`:

```shell
demo.local 127.0.0.1
```


### Metrics monitoring

Expand All @@ -93,6 +105,7 @@ helm install \
- [x] Auto scaling
- [x] CUDA support
- [x] Downloading functionality
- [ ] Redownload on upgrade hook. (Currently the models are downloaded only on the first deployment, there is no redownload functionality on upgrade if required)

## Pending testing

Expand Down

0 comments on commit 0579fbe

Please sign in to comment.