realbadat

joined 2 years ago
[–] realbadat@programming.dev 8 points 2 days ago

Just about anything is OK for a server, I use whatever hardware I get from work thats being decommissioned.

The biggest limit I see is the ram. Depending on what you spin up and how, it'll be the tightest budget per service.

[–] realbadat@programming.dev 3 points 3 days ago

Then tag with [CBH] as required.

[–] realbadat@programming.dev 5 points 10 months ago (1 children)

Well I know what I'm looking for tonight

[–] realbadat@programming.dev 1 points 2 years ago (1 children)

Proxmox is a server OS based on Debian which is oriented on running virtual machines and Linux containers.

The physical server runs proxmox. The services can all be individual containers (LXC's).

Adding to the number of servers (and migrating containers later) is a benefit of Proxmox, since you can buy another PC to be a server later, and easily expand as you go.

[–] realbadat@programming.dev 0 points 2 years ago (3 children)

Proxmox.

Each service becomes an LXC. Docker containers can be migrated to LXC, or be contained within an LXC dedicated to docker.

Running out of processing power? Add another server, add to a cluster, and migrate services (LXC or VM) over.

Having run Fedora, Debian, Ubuntu, CentOS, RHEL, slack, even Oracle Linux - Proxmox is what I run for myself (and some clients).