From 3480fbde010fc909225b7f66fdc4f0eb49f941c8 Mon Sep 17 00:00:00 2001 From: Piero Toffanin Date: Fri, 25 Feb 2022 11:42:21 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 747ea66..d95d709 100644 --- a/README.md +++ b/README.md @@ -196,6 +196,10 @@ You can pass application arguments directly to Gunicorn via: gunicorn --bind 0.0.0.0:5000 'wsgi:app(api_keys=True)' ``` +## Run on Kubernetes + +See https://jmrobles.medium.com/libretranslate-your-own-translation-service-on-kubernetes-b46c3e1af630 + ## Manage API Keys LibreTranslate supports per-user limit quotas, e.g. you can issue API keys to users so that they can enjoy higher requests limits per minute (if you also set `--req-limit`). By default all users are rate-limited based on `--req-limit`, but passing an optional `api_key` parameter to the REST endpoints allows a user to enjoy higher request limits.