Open the console/terminal in the desktop or
Connect to the raspberry pi via ssh and type in the below commandFor temperature:
/opt/vc/bin/vcgencmd measure_temp
For CPU info:
cat /proc/cpuinfo
For Memory info:
cat /proc/meminfo
Open the console/terminal in the desktop or
Connect to the raspberry pi via ssh and type in the below commandInstall Kubernetes guide: After lots of research, I've found a easy to follow tutorial to install Kubernetes cluster. Here's the li...