mirror of
https://github.com/kerberos-io/agent.git
synced 2026-08-23 15:08:32 +00:00
add kerberos factory
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
9
deployments/factory/README.md
Normal file
9
deployments/factory/README.md
Normal 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.
|
||||
|
||||

|
||||
|
||||
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.
|
||||
BIN
deployments/factory/factory-login.gif
Normal file
BIN
deployments/factory/factory-login.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
Reference in New Issue
Block a user