Installing kubernetes on less ram

6/1/2018

Is it possible to install kubernetes by kubeadm init command on system has RAM less than 1GB ?I have tried to install but it failed in kubeadm init command.

-- JOY
kubernetes

1 Answer

6/1/2018

As mentioned in the installation steps to be taken before you begin, you need to have:

  • linux compatible system for master and nodes
  • 2GB or more RAM per machine
  • network connectivity
  • swap disabled on every node

But going back to your question, It may be possible to run the installation process, but the further usability is not possible. This configuration will be not stable.

-- d0bry
Source: StackOverflow