added config files, updated port requirements, refined rke install and renamed file, updated h-tags, and added amazon notes for custom clusters

This commit is contained in:
Mark Bishop
2018-04-28 17:02:44 -07:00
parent 1f2dcb9a65
commit 16c78bc5ac
14 changed files with 1131 additions and 248 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
<div>
<h2>High Availablity Requirements</h2>
<h4>High Availablity Requirements</h4>
<ul>
<li>RKE Cluster</li>
<ul>
@@ -1,5 +1,5 @@
<div>
<h2>Hardware Requirements</h2>
<h4>Hardware Requirements</h4>
<ul>
<li>Memory: 4GB</li>
</ul>
+1 -1
View File
@@ -1,5 +1,5 @@
<div>
<h2>Operating System Requirements</h2>
<h4>Operating System Requirements</h4>
<ul>
<li>Ubuntu 16.04 (64-bit)</li>
<li>Red Hat Enterprise Linux 7.5 (64-bit)</li>
+65 -27
View File
@@ -1,48 +1,59 @@
<div>
<h3>Master Nodes (etcd and controlplane nodes)</h3>
<br/>
<h5>Port Requirements</h5>
<h6>Master Nodes (etcd and controlplane nodes)</h6>
<table>
<tr>
<th>protocol</th>
<th>direction</th>
<th>port range</th>
<th>purpose</th>
</tr>
<tr>
<td rowspan="9">tcp</td>
<td rowspan="10">inbound</td>
<td>tcp</td>
<td>22</td>
<td>ssh server</td>
</tr>
<tr>
<td>80</td>
<td>http</td>
</tr>
<tr>
<td>443</td>
<td>https</td>
</tr>
<tr>
<td>tcp</td>
<td>6443</td>
<td>kubernetes api server</td>
</tr>
<tr>
<td>tcp</td>
<td>2379-2380</td>
<td>etcd server client api</td>
</tr>
<tr>
<tr>
<td>tcp</td>
<td>10250</td>
<td>kubelet api</td>
</tr>
<tr>
<tr>
<td>tcp</td>
<td>10251</td>
<td>scheduler</td>
</tr>
<tr>
<tr>
<td>tcp</td>
<td>10252</td>
<td>controller</td>
<td>kube-controller-manager</td>
</tr>
<tr>
<td>tcp</td>
<td>10253</td>
<td>federation</td>
</tr>
<tr>
<td>tcp</td>
<td>10254</td>
<td>ingress</td>
</tr>
<tr>
<td>tcp</td>
<td>10255</td>
<td>read-only kubelet api</td>
</tr>
<tr>
<td>tcp</td>
<td>10256</td>
<td>kubeproxy</td>
</tr>
@@ -52,38 +63,65 @@
<td>canal</td>
</tr>
</table>
<h3>Worker Nodes</h3>
<br/>
<h6>Worker Nodes</h6>
<table>
<tr>
<td>protocol</td>
<td>direction</td>
<td>port range</td>
<td>purpose</td>
<th>protocol</th>
<th>port range</th>
<th>purpose</th>
</tr>
<tr>
<td rowspan="6">tcp</td>
<td rowspan="7">inbound</td>
<td>tcp</td>
<td>22</td>
<td>ssh server</td>
</tr>
<tr>
<td>tcp</td>
<td>80</td>
<td>http</td>
<td>ingress</td>
</tr>
<tr>
<td>tcp</td>
<td>443</td>
<td>https</td>
<td>ingress</td>
</tr>
<tr>
<td>tcp</td>
<td>10250</td>
<td>kubelet api</td>
</tr>
<tr>
<td>tcp</td>
<td>10251</td>
<td>scheduler</td>
</tr>
<tr>
<td>tcp</td>
<td>10252</td>
<td>kube-controller-manager</td>
</tr>
<tr>
<td>tcp</td>
<td>10253</td>
<td>federation</td>
</tr>
<tr>
<td>tcp</td>
<td>10254</td>
<td>ingress</td>
</tr>
<tr>
<td>tcp</td>
<td>10255</td>
<td>read-only kubelet api</td>
</tr>
<tr>
<td>tcp</td>
<td>10256</td>
<td>kubeproxy</td>
</tr>
<tr>
<td>tcp</td>
<td>30000-32767</td>
<td>nodeport services</td>
</tr>
@@ -1,5 +1,5 @@
<div>
<h2>Software Requestions</h2>
<h4>Software Requestions</h4>
<ul>
<li>
<p>Docker</p>