Capturing temperature, pressure and humidity values via pod spec — Inter-integrated circuit (I²C) protocol is one of the supported communication mechanisms to connect peripheral devices on Raspberry Pi. In this post we will look at working with BME280 sensor via Kubernetes pod. This will allow us to schedule a k8s workload to capture temperature, humidity and pressure values. The image…