-
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:
.yaml
files 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
.pod
files
This would also likely help with #8