Difference between revisions of "K8s Installation/Input"

From PKC
Jump to navigation Jump to search
 
(3 intermediate revisions by one other user not shown)
Line 7: Line 7:
# Install Kubernetes software on all three following this procedure [[Kubernetes Installation]]
# Install Kubernetes software on all three following this procedure [[Kubernetes Installation]]
# Ingress Configuration, combined with some SSH license setup for HTTPS.
# Ingress Configuration, combined with some SSH license setup for HTTPS.
<section begin=chapter1 />this is a chapter 1<section end=chapter1 />
# Security Groups are configured to enable necessary ports.
<section begin=Network Security Groups/>
 
== Network Security Groups ==
All the source are <code>Any</code>
{|class=wikitable
|-
!Protocol!! Port Range!! Note
|- 
| TCP ||  22,443, || Basic
|-
| TCP || 2379-2380  || Kubernetes etcd server client API (on master nodes in multi-master deployments)
|-
| TCP || 6443  || Kubernetes API port
|-
| TCP || 8001 || Dashboard
|-
| TCP || 10250-10255  || kubelet,kube-scheduler and kube-controller-manager
|-
| TCP || 30000  ||
|-
| ICMP || ALL  ||
|}
<section end=Network Security Groups/>




<noinclude>
<noinclude>
==Notes==
==Notes==



Latest revision as of 00:29, 14 August 2021

  1. PKC code base
  2. All installation must start with rigorous access to Administrative Accounts.
  3. The original data content from ROADMAPS.MIT.EDU
  4. Knowledge of Kubernetes and the CleanSlate project
  5. Minimally 3 Virtual Machine instances
  6. Ansible already setup for the administrative machine
  7. Install Kubernetes software on all three following this procedure Kubernetes Installation
  8. Ingress Configuration, combined with some SSH license setup for HTTPS.
  9. Security Groups are configured to enable necessary ports.



Notes

  1. A logic model must be provided for the job.

K8s Installation