intiialise deployment directory

This commit is contained in:
Cedric Verstraeten
2022-12-07 17:34:38 +01:00
parent b27b2f011b
commit 47fb5b81ab
5 changed files with 39 additions and 0 deletions

39
deployments/README.md Normal file
View File

@@ -0,0 +1,39 @@
# Kerberos Agent Deployments
Great to see you here, you just arrived at the real stuff! As you may have understood Kerberos Agent is a containerized solution. A Kerberos Agent, or container equivalent, is running for each camera. This approach makes it scalable, isolated and probably the most important thing an exceptional workload governance.
Due to it's nature, of acting as a micro service, there are many different ways how to get this Kerberos Agent up and running. This part of the Kerberos Agent repository contains example configurations, for all the different deployments and automations you can leverage to deploy and scale your video landscape.
We will discuss following deployment models.
- [Kerberos Agent Deployments](#kerberos-agent-deployments)
- [1. Docker](#1-docker)
- [2. Docker Compose](#2-docker-compose)
- [3. Kubernetes](#3-kubernetes)
- [4. RedHat Ansible and OpenShift](#4-redhat-ansible-and-openshift)
- [5. Terraform](#5-terraform)
- [6. Salt](#6-salt)
## 1. Docker
To be written
## 2. Docker Compose
To be written
## 3. Kubernetes
To be written
## 4. RedHat Ansible and OpenShift
To be written
## 5. Terraform
To be written
## 6. Salt
To be written