hyperkube

Hyperkube is an all-in-one binary package of Kubernetes, having the capability to power many Kubernetes services, and is often found in Docker images. With every release of Kubernetes, a Docker image incorporating Hyperkube is published simultaneously, such as gcr.io/google_containers/hyperkube:v1.6.4.

The commands that Hyperkube supports include:

  • kubelet

  • apiserver

  • controller-manager

  • federation-apiserver

  • federation-controller-manager

  • kubectl

  • proxy

  • scheduler

最后更新于