Alpine Linux is a Linux distribution built around musl libc and BusyBox. This image is based on the official Alpine Linux.
This image could be used for running Kubernetes as Docker containers.
We use the all-in-one binary hyperkube
, which includes apiserver
, controller-manager
, scheduler
, kubelet
and kube-proxy
.
Install Docker Compose and launch a local Kubernetes cluster :
$ ./docker-compose --verbose up
The current version is calculated from the script:
$ wget -q -O- https://storage.googleapis.com/kubernetes-release/release/latest.txt
See LICENSE for the complete license.
A ChangeLog.md is available.
Nicolas Lamirault nicolas.lamirault@gmail.com