Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Simplify Podman structure with quadlets #45

Open
JetstreamLarry opened this issue Mar 12, 2025 · 0 comments
Open

Simplify Podman structure with quadlets #45

JetstreamLarry opened this issue Mar 12, 2025 · 0 comments
Assignees

Comments

@JetstreamLarry
Copy link
Contributor

Currently, everything is a pod defined in pod.yaml files, which unnecessarily complicates things since:

  1. .yaml files are not easy to read and edit (especially in the cli)
  2. Almost nothing needs to be in a pod (exceptions are mail, wordpress, etc)

Once we move to quadlets (see #30), this can be simplified by using .container files, which are:

  1. Easier to read and edit
  2. Easier to put into pods when necessary using .pod files

This would also likely help with #8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant