Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/plmercereau/pedge
https://github.com/plmercereau/pedge
Last synced: 12 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/plmercereau/pedge
- Owner: plmercereau
- Created: 2024-04-22T19:28:22.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-07-30T06:01:49.000Z (3 months ago)
- Last Synced: 2024-10-23T09:39:37.452Z (16 days ago)
- Language: Go
- Size: 1.27 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pedge
## Installation
### Prerequisites
```sh
helm repo add traefik https://traefik.github.io/charts
helm install traefik traefik/traefik --version=28.2.0 --create-namespacehelm install cert-manager oci://registry-1.docker.io/bitnamicharts/cert-manager \
--version=1.2.1 \
--set=installCRDs=true
```### Install InfluxDB and Grafana
```sh
export DEVICE_CLUSTER_NAME=devices-cluster
helm install influxdb-grafana oci://ghcr.io/plmercereau/pedge-charts/influxdb-grafana \
--set=grafana.ingress.enabled=true \
--set=grafana.ingress.ingressClassName=traefik
```### Install the Devices operator
```sh
helm install devices-operator oci://ghcr.io/plmercereau/pedge-charts/devices-operator \
--set=rabbitmq-operator.enabled=true \
```### Add a Devices cluster
```sh
kubectl apply -f - <