Skip to content

Instantly share code, notes, and snippets.

@KunalSin9h
Created October 18, 2023 11:16
Show Gist options
  • Save KunalSin9h/6ca1ffa754c14f63f616ffbcde5f6cd8 to your computer and use it in GitHub Desktop.
Save KunalSin9h/6ca1ffa754c14f63f616ffbcde5f6cd8 to your computer and use it in GitHub Desktop.

Require

  1. A compatible Linux Host
  2. 2 GB or more of RAM per machine and 2 CPUs or more
  3. Full network connectivity between all machines in cluster
  4. Unique hostname, MAC Address for each node
  5. Certain ports should be open on machines
  6. Swap disable for kubelet to work properly
  7. containerd to be installed on all machines
@KunalSin9h
Copy link
Author

Important

Do this also

sudo modprobe br_netfilter

sudo sysctl -w net.ipv4.ip_forward=1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment