Skip to content

Single Node installation

The single node version of the Low-Ops platform allows you to run Low-Ops on a single Linux machine, making it ideal for testing purposes.

Prerequisites

System resources

The minimum system resources required to run the single node version of the Low-Ops platform are:

  • RAM: 16 GB
  • CPU: 8-core
  • Disk: 500 GB

Platform Foundation

This setup requires a single Linux (Ubuntu 22.04) server with internet access. DNS resolution is required for the platform to work. Create a DNS record for the platform base domain.

Installation

To start Platform installation process make sure you have ssh access to the server with sudo privileges. During platform installation all OCI images will be pulled from the docker hub public repositories. But the image pull limit could be reached. To avoid this issue you have to set docker registry credentials, you can request temporary credentials from the Low-Ops team.

Then run the following command to start the installation:

curl -sO https://raw.githubusercontent.com/cinaq/helm-charts/refs/heads/main/charts/lowops-platform/scripts/install-platform.sh && chmod +x install-platform.sh && ./install-platform.sh
You will be asked to provide the following information: - Platform base domain (must be resolvable from the internet to your server public IP address) - Docker registry credentials - Platform admin credentials

After installation is complete, you can access the platform portal UI at https://portal.your.domain.com.