DevOps · Flashcard

What is Quadlet?

  • AA systemd generator that runs Podman containers from declarative unit files
  • BA standalone daemon that supervises Podman containers outside of systemd
  • CA GUI dashboard for monitoring the health of running Podman containers
  • DA CLI plugin that converts Compose files into Docker Swarm stack definitions

Why this is the answer

Quadlet is a systemd generator: you write declarative unit files and it produces the systemd services that run your containers. It is not a separate supervising daemon, a monitoring GUI, or a Compose-to-Swarm converter.

Official docs
Study in Gnoseed →