- Install ubuntu, following NVIDIA's instructions. Then update the OS.
sudo apt-get update
sudo apt-get dist-upgrade
- Clone this repo onto the machine.
git clone https://github.com/groundlight/edge-endpoint
- Install k3s
./deploy/bin/install-k3s.sh
or run ~/edge-endpoint/deploy/bin/install-k3s.sh
- AWS credentials
Make sure you are logged in with a valid AWS account to get the container images.
aws sts get-caller-identity
- Setup the edge endpoint.
./deploy/bin/setup-ee.sh
- Figure out the URL of the edge endpoint.
kubectl get service edge-endpoint-service
This IP address and port are your URL for GROUNDLIGHT_ENDPOINT