DevTech101

DevTech101

coreos

Configuring Kubernetes 3 Node Cluster On CoreOS Etcd, Flannel – Part 2

In the last post I went through how to generate the SSL certificates, below I am continuing with the Etcd configuration. I divided the Kubernetes configuration into parts outlined below (still working progress). Part 1: Initial setup – getting CoreOS, prepare SSL certificates, etc. Part 2: Configure Etcd key value store, Configure Flannel. Part 3: …

Configuring Kubernetes 3 Node Cluster On CoreOS Etcd, Flannel – Part 2 Read More »

Configuring Kubernetes 3 Node Cluster On CoreOS Without Tectonic – Part 1

Configuring a 3 node(master) Kubernetes cluster Below I am going to describe the process to install/configure a 3 node Kubernetes cluster. the configuration will contain 3 Kubernetes master nodes (i.e. controller, api, scheduler, proxy), I will also add 1 worker node(additional workers can be added as needed). Note: Most of the examples below are still …

Configuring Kubernetes 3 Node Cluster On CoreOS Without Tectonic – Part 1 Read More »