I would like to install Kubernetes on Alpine Linux which runs on a Raspberry Pi (ARM architecture). So far I've only found K8s packages for x86_64 but nothing for armhf... Any ideas/workarounds would be very much appreciated.
Thank you!
Since April/2016 Kubernetes on ARM archtectures is native.
And there is an official package in Alpine repositories.
So run apk add kubernetes
should works.