Single master kubernets install with kubeadm
Single master Kubernets install with Kubeadm In this scenario I will deploy the single master node architecture with two nodes. Before to begin A compatible Linux host. The Kubernetes project provides generic instructions for Linux distributions based on Debian and Red Hat, and those distributions without a package manager. 2 GB or more of RAM per machine (any less will leave little room for your apps). 2 CPUs or more. Full network connectivity between all machines in the cluster (public or private network is fine). Unique hostname, MAC address, and product_uuid for every node. See here for more details. Certain ports are open on your machines. See here for more details. Swap disabled. You MUST disable swap in order for the kubelet to work properly. Run on All Nodes First thing first switch the root user sudo -i Make sure that the br_netfilter module is loaded lsmod | grep br_netfilter #if not run br_netfiter...