Hyperkube is a single binary that contains subcommands for starting:
- kube-apiserver
- kube-controller-manager
- kube-proxy
- kube-scheduler
- kubectl
- kubelet
hyperkube kube-apiserver ${KUBE_API_SERVER_FLAGS}
make
hack/local-up-cluster.sh
*** Note, this script expects containerd and etcd to be running.
To install etcd locally, use the hack/install-etcd.sh
command.