mirror of
https://github.com/outbackdingo/deployment.git
synced 2026-03-21 08:41:23 +00:00
update
This commit is contained in:
21
README.md
21
README.md
@@ -1,6 +1,6 @@
|
||||
# Edge deployment on k8s
|
||||
# Edge deployment on k8s, microk8s, k3s
|
||||
|
||||
This ...
|
||||
Within this tutorial we will install the Kerberos.io edge stack (Kerberos Agent, Kerberos Vault and the Data filtering service). This will allow us to store recordings from multiple cameras at the edge
|
||||
|
||||
## Kerberos Vault
|
||||
|
||||
@@ -101,14 +101,19 @@ If you have chosen to use the `NodePort` configuration you should be able to rea
|
||||
# Watch the tenant creation
|
||||
watch kubectl get all -n minio-tenant
|
||||
|
||||
### Configure the Kerberos Vault
|
||||
|
||||
..... (should be done through env files so we do not need to get in the UI)
|
||||
|
||||
### Create an agent
|
||||
|
||||
### Create the integration RabbitMQ
|
||||
|
||||
kubectl create namespace rabbitmq
|
||||
|
||||
helm install rabbitmq bitnami/rabbitmq -n rabbitmq -f rabbitmq-values.yaml
|
||||
|
||||
### Configure the Kerberos Vault
|
||||
|
||||
..... (should be done through env files so we do not need to get in the UI)
|
||||
create the minio provider, add integration
|
||||
|
||||
### Create an agent
|
||||
|
||||
### Create the data filtering
|
||||
|
||||
### add forwarding integration
|
||||
|
||||
@@ -43,10 +43,15 @@ spec:
|
||||
- name: AGENT_KERBEROSVAULT_PROVIDER
|
||||
value: mybucket
|
||||
- name: AGENT_KERBEROSVAULT_DIRECTORY
|
||||
value: myagent
|
||||
value: myhubaccount
|
||||
- name: AGENT_CAPTURE_CONTINUOUS
|
||||
value: "true"
|
||||
|
||||
- name: AGENT_HUB_URI
|
||||
value: https://api.cloud.kerberos.io # or your own hub installation
|
||||
- name: AGENT_HUB_KEY
|
||||
value: xxx
|
||||
- name: AGENT_HUB_PRIVATE_KEY
|
||||
value: xxx
|
||||
# find full list of environment variables here: https://github.com/kerberos-io/agent#override-with-environment-variables
|
||||
---
|
||||
apiVersion: v1
|
||||
|
||||
Reference in New Issue
Block a user