Installing Kubernetes Cluster with 3 minions on CentOS 7 to manage pods and services

Kubernetes Components

Kubernetes works in server-client setup,where it has a master providing centralized control for a number of minions. We will be deploying a Kubernetes master with three minions,as illustrated in the diagram further below.

Kubernetes has several components:

  • etcd - A highly available key-value store for shared configuration and service discovery.

  • flannel - An etcd backed network fabric for containers.

  • kube-apiserver - Provides the API for Kubernetes orchestration.

  • kube-controller-manager - Enforces Kubernetes services.

  • kube-scheduler - Schedules containers on hosts.

  • kubelet - Processes a container manifest so the containers are launched according to how they are described.

  • kube-proxy - Provides network proxy services.

Deployment on CentOS 7

We will need 4 servers,running on CentOS 7.1 64 bit with minimal install. All components are available directly from the CentOS extras repository which is enabled by default. The following architecture diagram illustrates where the Kubernetes components should reside:

相关文章

Centos下搭建性能监控Spotlight
CentOS 6.3下Strongswan搭建IPSec VPN
在CentOS6.5上安装Skype与QQ
阿里云基于centos6.5主机VPN配置
CentOS 6.3下配置multipah
CentOS安装、配置APR和tomcat-native