/Kubecon2020EU

This Repo is for the demo for preparing k3s cluster and monitoring raspberry pi temperature using Python, influxdb and grafana

Primary LanguagePythonMIT LicenseMIT

Kubecon2020EU

This Repo is for the demo for preparing k3s cluster and monitoring raspberry pi temperature using Python, influxdb and grafana

K3s installation

Server - curl -sfL https://get.k3s.io | sh -
Get Node Token - /var/lib/rancher/k3s/server/node-token
Agent Install - curl -sfL https://get.k3s.io | K3S_URL=https://myserver:6443 K3S_TOKEN=mynodetoken sh -

Deploy all Yaml files