Container deployment #9

Open
opened 2026-01-11 19:57:51 +00:00 by dokkae.cat · 0 comments
Owner

Currently there is no container orchestration or deployment option configured.
There are a few options that could be viable but need to be researched.

Container Engine

First of all the container engine needs to be decided:

  • Docker ... default and well known; bloated and less secure by default
  • Podman ... better security by default; less known

Podman is strongly preferred if technically viable.

Deployment Tool

Here there are a couple more options available:

  • DIY ... self written deployment tool
    • SSH ... simple and straight forward; lacks features and difficult to scale
    • WebHooks ... simple to use for actions; difficult to implement
  • k3s ... semi-complex multi-node capable orchestrator
Currently there is no container orchestration or deployment option configured. There are a few options that could be viable but need to be researched. ## Container Engine First of all the container engine needs to be decided: - **Docker** ... default and well known; bloated and less secure by default - **Podman** ... better security by default; less known Podman is strongly preferred if technically viable. ## Deployment Tool Here there are a couple more options available: - **DIY** ... self written deployment tool - **SSH** ... simple and straight forward; lacks features and difficult to scale - **WebHooks** ... simple to use for actions; difficult to implement - **k3s** ... semi-complex multi-node capable orchestrator
dokkae.cat added the
enhancement
question
labels 2026-01-11 19:57:51 +00:00
dokkae.cat self-assigned this 2026-01-11 19:57:51 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: dokkae.cat/nixos#9
No description provided.