2 pod
Luca Matteo Spoljarevic edited this page 2026-03-22 22:04:12 +01:00

zammad.pod

What is a pod?

A pod is basically the management file of all the containers and the network.

Those get connected to the pod, which then manages the network, ports and so on.

Our Pod

In this case, the pod requires the network to be up and running. After that's done, you can use systemctl --user start zammad-pod to spin up all containers. In the future, this pod will then be used to start and stop the containers.

It only restarts on failure after 30 seconds.