docker_advanced_k8s_init

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
docker_advanced_k8s_init [2020/05/02 12:38] andonovjdocker_advanced_k8s_init [2020/05/02 14:13] (current) andonovj
Line 1: Line 1:
 =====Overview===== =====Overview=====
-The master instance is the main instance which controls the applications or the containers on the cluster. Don't forgetkubernetes consists of at least 1 master and 2 node. In total 2 machines which can run the application.+The master instance is the main instance which controls the applications or the containers on the cluster. Don't forget, in our case, kubernetes consists of at least 1 master and 2 node. In total 2 machines which can run the application.
  
 So let's initialize the cluster from the master instance: So let's initialize the cluster from the master instance:
Line 94: Line 94:
  
 ====Configure Calico Pod Network==== ====Configure Calico Pod Network====
-So which podnetwork, we will use. As already mentioned if you are using Kubernetes >1.16, then you cannot use the weave network. Because of that I have used the Calico:+So which podnetwork, we will use. As already mentioned if you are using Kubernetes >1.16, then you cannot use the weave network. Because of that I had to use Calico:
  
 <Code:shell|Apply Calico Pod network> <Code:shell|Apply Calico Pod network>
Line 236: Line 236:
 </Code> </Code>
  
-=====Assign role to a Node=====+====Assign role to a Node====
 You saw that our nodes have no roles. We have 1 master and that is that :) You saw that our nodes have no roles. We have 1 master and that is that :)
  
  • docker_advanced_k8s_init.1588423124.txt.gz
  • Last modified: 2020/05/02 12:38
  • by andonovj