Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/plmercereau/pedge


https://github.com/plmercereau/pedge

Last synced: 12 days ago
JSON representation

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-namespace

helm 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 - <