https://github.com/johnpertoft/ml-production-stack
https://github.com/johnpertoft/ml-production-stack
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/johnpertoft/ml-production-stack
- Owner: johnPertoft
- License: mit
- Created: 2020-11-19T16:18:34.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-12-09T10:26:30.000Z (over 5 years ago)
- Last Synced: 2025-01-02T18:23:44.168Z (over 1 year ago)
- Language: Python
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```