A few models Intel NUCs have a dope software-controllable LED on their front panel. This is a Kubernetes controller that makes that LED reflect the status of the Kubernetes node running on that NUC.
| Node Status | LED Ring |
|---|---|
| Ready | Solid green |
| Unschedulable | Pulsing yellow |
| Not Ready | Pulsing red |
| Error | Blinking red |
- Install https://github.com/milesp20/intel_nuc_led on each of your NUCs
- Install Skaffold
go get github.com/urcomputeringpal/nuc-node-led-controller cd $GOPATH/github.com/urcomputeringpal/nuc-node-led-controller skaffold deploy