Linux Server

Install OpenServerless in a Linux server

Prerequisites to install OpenServerless in a Linux server

You can install OpenServerless on any server either in your intranet or on in Internet running a Linux distribution, with the following requirements:

  1. You know the IP address or DNS name of the server on Internet or in your Intranet.

  2. The server requires at least 8GB of memory and 30GB of disk space available.

  3. It should be running a Linux distribution supported by K3S.

  4. You must open the firewall to access ports 80, 443 and 6443 (for K3S) or 16443 (for MicroK8S) from your machine.

  5. You have to install a public ssh key to access it without a password.

  6. You have to configure sudo to execute root commands without a password.

You can:

Once you have such a server you can optionally (it is not required) install K3S or MicroK8S in it.

Once you have configured you server, you can proceed configuring OpenServerless for the installation.


SSH and Sudo

General prerequisites to install OpenServerless

Server on AWS

Prerequisites to install OpenServerless in AWS

Server on Azure

Prerequisites to install OpenServerless in Azure

Install K3S

Prerequisites to install OpenServerless in K3S

Install MicroK8S

Prerequisites to install OpenServerless in K8S


Last modified August 31, 2024: Merge all work done until now (#23) (3327e3a)