Skip to content
Snippets Groups Projects
Commit a69b9942 authored by Paolo.Brasolin's avatar Paolo.Brasolin
Browse files

docs: #be notes on k8s deployment

parent d9dea0b7
No related branches found
No related tags found
No related merge requests found
Pipeline #23125 failed
......@@ -36,3 +36,12 @@ Also, remember to
This operation permits the ui to call the backend at `http://localhost:8080/oetzi_words/` instead of to the relative path.
The webapp will be abailable at `http://localhost:1234`.
## Deployment
```bash
# Please validate before deploying (note the cluster is 1.10.11 but 1.11.0 is the nearest one that works):
kustomize build backend/k8s/overlays/ENV/ | kubeval --kubernetes-version 1.11.0
# We're on an old version and there's no -k flag:
kustomize build backend/k8s/overlays/ENV/ | kubectl apply -f -
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment