add docker readme + complete docs

This commit is contained in:
Cedric Verstraeten
2024-08-13 11:13:29 +02:00
parent 42761dbfc3
commit 614f5b91d9
2 changed files with 6 additions and 1 deletions

3
README.docker.md Normal file
View File

@@ -0,0 +1,3 @@
# Self-hosted with Docker Compose
....

View File

@@ -16,7 +16,9 @@ Self-hosted deployments are typically used for camera processing and edge storag
![Self-hosted deployment](./assets/images/deployment-self-hosted.svg) ![Self-hosted deployment](./assets/images/deployment-self-hosted.svg)
Follow the deployment guides for each Kubernetes distro: A key aspect of this deployment is the scaling of Kerberos Agents. Each camera is assigned a dedicated Kerberos Agent container, which is linked to a central Kerberos Vault. The Kerberos Vault stores metadata in MongoDB, recordings in Minio (or another S3-compliant object storage), and can generate events in a message broker like RabbitMQ. This approach enables you to develop custom applications/logic that can respond to the creation of new recordings.
Based on your technology experience and preferences, you can choose from the following deployment guides:
- [Install Kerberos.io on Microk8s](/README.microk8s.md) - [Install Kerberos.io on Microk8s](/README.microk8s.md)
- [Install Kerberos.io on Kubernetes](/README.k8s.md) - [Install Kerberos.io on Kubernetes](/README.k8s.md)