-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
Description
Currently, everything is a pod defined in pod.yaml files, which unnecessarily complicates things since:
.yamlfiles are not easy to read and edit (especially in the cli)- 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:
- Easier to read and edit
- Easier to put into pods when necessary using
.podfiles
This would also likely help with #8
Reactions are currently unavailable