Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
docker_advanced_k8s_init [2020/05/02 12:38] – andonovj | docker_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 forget: kubernetes 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: |
< | < | ||
Line 236: | Line 236: | ||
</ | </ | ||
- | =====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 :) | ||