diff --git a/README.md b/README.md index bc0ff4b..e5bf3d2 100644 --- a/README.md +++ b/README.md @@ -103,9 +103,13 @@ the VM comes with the Observability stack so you can monitor your resource usage if you encounter any problems: SSH into your VM -> and delete all pods in the default namespace: `microk8s kubectl delete pods --all` +
+
+
notice: the VM has only 50GB assigned for video storage, so you might hit the limit pretty quickly, you can add an extra virtual hard drive and mount it to `/`
+
notice: the OVF template is just a starting example, it is of course recommended to host directly on AKS/GKS, use a managed database, and a storage bucket from your cloud platform. furthermore, if you are really getting a lot of traffic use your cloud provider\`s API gateway (you will need to re-engineer auth), Ocelot (the project`s API gateway) is the slowest link in the system