Skip to content

pluralsh/edge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Edge

Get Plural running on your edge devices.

Prerequisites

  • edge device — we have tested it on Raspberry Pi 4 with 8GB RAM
  • memory card or another storage device — it should have at least 16 GB of size
  • running management cluster that hosts Plural Console and supporting operators

Setup on Raspberry Pi 4

The general process of setting up your Raspberry Pi 4 is pretty straightforward, and it can be started with the following command:

curl -fsSL -o get-plural-edge-rpi4 https://raw.githubusercontent.com/pluralsh/edge/main/hack/get-plural-edge-rpi4
chmod 700 get-plural-edge-rpi4
./get-plural-edge-rpi4

We recommend running it from an empty directory.

The current setup assumes that Raspberry Pi is connected to the network via Ethernet cable.