diff --git a/deployments/README.md b/deployments/README.md index 321cc7b..05fef1a 100644 --- a/deployments/README.md +++ b/deployments/README.md @@ -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 diff --git a/deployments/docker/README.md b/deployments/docker/README.md index 952581f..61242c3 100644 --- a/deployments/docker/README.md +++ b/deployments/docker/README.md @@ -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. diff --git a/deployments/factory/README.md b/deployments/factory/README.md new file mode 100644 index 0000000..0179f14 --- /dev/null +++ b/deployments/factory/README.md @@ -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. diff --git a/deployments/factory/factory-login.gif b/deployments/factory/factory-login.gif new file mode 100644 index 0000000..4f6a54a Binary files /dev/null and b/deployments/factory/factory-login.gif differ