ajithreddygeth / Kubecon2020EU

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

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

License:MIT License


Languages

Language:Python 89.1%Language:Dockerfile 10.9%