add kerberos factory

This commit is contained in:
Cedric Verstraeten
2022-12-12 21:05:59 +01:00
parent f6b95ce7f3
commit c8c9a0fd6e
4 changed files with 13 additions and 2 deletions

View File

@@ -40,7 +40,9 @@ If you running an alternative distribution such as Red Hat OpenShift, things wil
## 5. Kerberos Factory
To be written
All of the previously deployments, `docker`, `kubernetes` and `openshift` are great for a technical audience. However for business users, it might be more convenient to have a clean web ui, that one can leverage to add one or more cameras (Kerberos Agents), without the hassle of the technical resources.
> Learn more [about Kerberos Agent with Kerberos Factory](https://github.com/kerberos-io/agent/tree/master/deployments/factory).
## 6. Terraform

View File

@@ -83,7 +83,7 @@ Next we'll add a `volumes:` section to each Kerberos Agent (service) in the `doc
- ./agent1/config:/home/agent/data/config
- ./agent1/recordings:/home/agent/data/recordings
We'll repeat that for the other Kerberos Agents as well. You can review [the final result over here](https://github.com/kerberos-io/agent/blob/master/deployments/docker/docker-compose-with-volumes.yam).
We'll repeat that for the other Kerberos Agents as well. You can review [the final result over here](https://github.com/kerberos-io/agent/blob/master/deployments/docker/docker-compose-with-volumes.yaml).
Run the `docker compose` command by providing a different configuration file name.

View File

@@ -0,0 +1,9 @@
# Deploy with Kerberos Factory
All of the previously deployments, `docker`, `kubernetes` and `openshift` are great for a technical audience. However for business users, it might be more convenient to have a clean web ui, that one can leverage to add one or more cameras (Kerberos Agents), without the hassle of the technical resources.
That's exactly why we have build [Kerberos Factory](https://github.com/kerberos-io/factory). It's a web ui on top of a Kubernetes cluster, which allows a non-technical users to administer and configure a video landscape.
![Factory login](./factory-login.gif)
The idea of [Kerberos Factory](https://github.com/kerberos-io/factory) is that one can configure and deploy a camera, by filling-in some basic input fields. Once done [Kerberos Factory](https://github.com/kerberos-io/factory), will create the relevant resources in your Kubernetes cluster.

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB