Cluster of Kubernetes on CentOS Atomic Hosts

CentOS Atomic Host does not come with a Kubernete wizard package built into the image. Instead, you need to run the main Kubernetika components (apiserver, scheduler and controller-manager) in containers managed through systemd using service files. Do you have any good tutorials on how to form a cluster of atomic hosts Kubernetes? the tutorials and docs I've seen so far have been done on fedora atomic and centOS 7.

+3


source to share


2 answers


You can try Kubernetes Hard Way on Github:



https://github.com/kelseyhightower/kubernetes-the-hard-way

+1


source


+1


source







All Articles