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

https://github.com/johnpertoft/ml-production-stack


https://github.com/johnpertoft/ml-production-stack

Last synced: about 1 month ago
JSON representation

Awesome Lists containing this project

README

          

# ML k8s (gke) stack

## Setup

Show

### Service account
TODO: Set roles also.
```bash
gcloud iam service-accounts create ml-api
```

### Secrets
TODO: Set apikeys here.

```bash
echo -n "$SECRETS" | gcloud secrets create ml-api-secret --data-file=-
```

## Deploying
```
./scripts/deploy.sh
```