Install Kubernetes on Alpine Linux armhf

1/9/2019

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!

-- Cur10usMind
alpine
kubernetes
raspberry-pi

1 Answer

1/9/2019

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.

-- Mauro Baraldi
Source: StackOverflow