Documenation PDF

This commit is contained in:
Christoph Walther
2024-09-20 12:36:35 +02:00
parent d1e1f9bd7c
commit e8abeb48e8
6 changed files with 61 additions and 51 deletions

View File

@ -15,6 +15,7 @@ In particular, this project aims to provide the following benefits to Open edX o
* Scalable hosting for instances of any size. This means for example that the default configuration includes autoscaling of LMS pods to handle increased traffic.
* Flexibility: this project aims to be "batteries included" and to support setting up all the resources that you need, with useful default configurations, but it is carefully designed so that operators can configure, replace, or disable any components as needed.
cite:[noauthor_tutor_nodate]
image:edX-k8s.drawio.svg[edX-K8s Deployment,align=center]
@ -104,4 +105,4 @@ kubectl get svc -n harmony harmony-ingress-nginx-controller
```
To test that your load balancer is working, go to `http://<the external ip>/cluster-echo-test` .
You may need to ignore the HTTPS warnings, but then you should see a response with some basic JSON output.
You may need to ignore the HTTPS warnings, but then you should see a response with some basic JSON output.