Create k3s Cluster
Introduction k3s is a light weight Kubernetes distribution. That works with only 40MB binary and 512MB memory consumption. It seems to be reasonable to install my ARM system or Raspberry pi, then I find that k3s is great tool for getting personal kubernetes cluster. I introduce about the procedure to create cluster. What you need is Two or more RaspberryPi SD cards installed Raspbian and enabled SSH Install and launch k3s master Log in to your master node with ssh and check the k3s release from here....